- Copy your C file to be compiled in this folder.
- Open terminal in this folder and run "./Compile.sh <your_file_name>"
- If your code is erroneous, suitable syntax and semantic errors will be printed to stdout
- If code is correct, then the code's Intermediate Code and MIPS Assembly Code is generated and stored and the MIPS Code is simulated on SPIM simulator.
forked from architjugran/C-Compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
yagyanshbhatia/C-Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A compiler implemented from scratch for a subset of the well known C Programming language
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Yacc 68.3%
- Assembly 18.6%
- Python 8.4%
- Lex 1.9%
- C 1.8%
- Shell 1.0%