Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 245 Bytes

C- Compiler

This project is for compiler course of sharif university.
It implement a compiler for c- languege with a top-down parsing method(diagram tress).

Execution

put your input in input.txt file then

python compiler.py