a scheme->java compiler written in haskell
Scheme Haskell
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= .gitignore
carview.php?tsp= Compiler.hs
carview.php?tsp= Main.hs
carview.php?tsp= Parser.hs
carview.php?tsp= README
carview.php?tsp= scheme-to-java.scm

README

Haskell Program that compiles basic scheme into java code. 
Named after one of my favorite coffees, nica (nicaraguan)
Translated from Matt Might's scheme version
www.matt.might.net/articles/compiling-to-java/
to run:
load Main, call compile_scm on your scheme string.  A string of java
code will be returned.
To Do:
java pretty printer
mutable variables
testing framework
standard library/prelude
test letrec
clean up Parser code