Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 421 Bytes

CS142A Project - Crux

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.

How to build and run

Compile and run by typing the following commands:

$ cd cs142a_labs/
$ ant -p
$ ant
$ ./crxc [-l<1-6>] <crxc-file>