Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

Simple-C-Compiler

for phase 2 use parser.py as the compiler
for phase 3 & 4 use code_gen_parser.py

you can see the specifications in PDF files (each file as a phase). find the Tester Program here

TODO: define variables in the middle of functions and start of all types of new scopes can be implemented.

TODO: implement optional parts.