/helium

Helium is a small toy programming language and compiler

Primary LanguageCOtherNOASSERTION

Helium

Helium is a toy system programming language and compiler. Work in progress...

Wiki

Is here

Build

Things to have:

  • CMake to build
  • CMocka to test
  • GNU Argp library for compiler argument parsing. It is not standard for Mac distributions so you can get a standalone version here.
  • Flex and Bison to generate lexer and parser
./create.sh
./build.sh
./run_tests.sh