Compiler for the CLL language written by Annalise Mariottini (aim2120)
CLL Language Reference Manuage
Compiling a program:
- To compile cll.native:
make all
- To compile and run a cll program:
./bin/make_exe.sh path/to/file.cll && ./filename
Running tests:
- To run all tests:
./bin/testall.sh
- To compile and run a single test:
./bin/make_test_exe.sh testname && cll_build/testname