Skip to content

aim2120/ConLangLang

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published