/Lab
/Code
Makefile
lexical.l
syntax.y
main.c
.
.
/Test
test1.cmm
test2.cmm
.
.
/report.pdf
/parser
/README
- flex
- bison
- gcc
- Contains all of files on flex/bison,.c/.h files and Makefile;
- Navigate to Code/ directory and then type 'make'.
- Type 'make test' and our compiler will compile the test1.cmm
- Your newly added test file should be named in "*.cmm" format.