oscar-king / CompilersCW

Compilers coursework for COMP207P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compilers coursework for COMP207P


Languages

Language:Java 83.7%Language:Assembly 5.8%Language:Shell 4.9%Language:Lex 4.1%Language:Python 1.1%Language:Makefile 0.5%