Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 221 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 221 Bytes

Lexer and Parser

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