/mini-compiler

A C++ mini compiler built using Lex and Yacc, for the constructs: if-else, while

Primary LanguageYacc

C++ Mini Compiler

Built using LEX and YACC

Execution

sh <scriptname.sh>

Constructs of C++ focused:

  • if - else
  • while loop
  • Basic data types - int, float, char