This is my solution to the NJU 2017 Compiler lab. In this lab, we will create a compiler for the language C Minus Minus(c--).
Check for lexical and syntax errors in C-- with flex and bison.
Source code and corresponding testcases.
Course handouts.