Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 311 Bytes

C like syntax analyzer and compiler

  • Flex and Bison were used to parse input file into tokens and analyse them to build a program. Input program is compiled into C code.

  • make.sh file contains script for assembling all the grammar and syntax together, process input file and generate executable program.