A lexer and parser for the fictional Z language.
To build, issue make
.
To test, issue make test
.
To build lexer only, issue `make lexer'.
To build parser only, issue `make parser'.
To run on a single test file, issue ./bin/sc tests/open/<some test>.s
.