资 源 简 介
BIL: Basic Imperative Language
BIL is a programming language supporting basic imperative operations and control structures. BIL comes with a parser, an interpreter, a compiler, and a virtual machine to run compiled code. This project is an exercise, and not intended for any sort of real world use; many of its features and design decisions were made with the priority of making something different, not necessarily easy to use or functional.
Requirements
To interpret or compile and run BIL programs from distribution JAR files, the
following utilities are required:
Sun JDK 1.6
SpiderMonkey 1.7.0 (JavaScript-C 1.7.0 2007-10-03)
To build and test BIL itself, the following utilities are required in addition
to those mentioned above:
GNU bash 3.2.48(1)-release
GNU Make 3.81
GNU sed 4.1.5
GNU diffutils 2.8.1
tput (ncurses 5.7.20081102)
Subversion 1.5.4 (