Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 137 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 137 Bytes

Mini-Compiler

C++ Mini Compiler using tools Lex and Yacc

Constructs implemented:

  1. If-else
  2. Ternary
  3. While-loop
  4. For-loop