/SPO

spovm sem 6

Primary LanguageC

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.