Skip to content
/ plan Public

An interpreter for a subset of Scheme. It is written in Generic Java, and requires Sun's prototype compiler with generics.

License

Notifications You must be signed in to change notification settings

bringert/plan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan is an interpreter for a subset of Scheme, written in generic
Java.



Requirements:
* JavaCC (http://javacc.dev.java.net/)
* Java adding generics prototype 
  (http://developer.java.sun.com/developer/earlyAccess/adding_generics/)

How to build:

Edit Makefile, setting JAVAC to point to a generics-enabled java compiler

Then run:

$ make

How to run:

$ cd src
$ java plan

About

An interpreter for a subset of Scheme. It is written in Generic Java, and requires Sun's prototype compiler with generics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published