News

General Goals: 1.To build a mini compiler for a subset of a programming language using Flex, Bison, and C 2.To implement core compiler phases: lexical analysis, syntax parsing, symbol table management ...
The compiler performs lexical analysis to tokenize input C code, syntax analysis to generate an abstract syntax tree (AST), semantic analysis using a symbol table, intermediate code generation in the ...