Mini C compiler to compile simple if-else-statements in C.
The Mini-Compiler compiles a C-program and shows the output of each phase of compiler. Also reports any error in the source code. Finally generates a Intermediate code.
- Download or clone the Mini-C-Compiler directory.
- cd to the path of Mini-C-Compiler directory
- chmod +x run.sh
- Compile the C code using the following command:
./run.sh <path to C source code>
- Dhamodhran (@svella9)
- Siddharth R Koti
- Tejaswini