A project in the course CS142A Interpreters and Compilers at University of California, Irvine 2012. With 6 labs a compiler for the Crux language was built. See doc
for details on the language and instructions of the labs.
Compile and run by typing the following commands:
$ cd cs142a_labs/
$ ant -p
$ ant
$ ./crxc [-l<1-6>] <crxc-file>