Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 513 Bytes

File metadata and controls

14 lines (9 loc) · 513 Bytes

ConLangLang (CLL)

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