Lexer and Parser

This project is to design and implement a toy parser for a specific language.

Testing

Please put your Lexer.lex and Parser.cup files into the src subdirectory.

To build, issue make.

To test, issue make test.

To run on a single test file, issue ./bin/sc tests/open/<some test>.s