A simple compiler for the C language. It is a partial compiler which implements symbol table, a lexer, a parser, and a code generator.
Jul 14, 2021