-
Notifications
You must be signed in to change notification settings - Fork 0
An interpreter for a subset of Scheme. It is written in Generic Java, and requires Sun's prototype compiler with generics.
License
bringert/plan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published