Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 593 Bytes

Mini-C-Compiler

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.

How to Use:

- 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>

Contributors:

  1. Dhamodhran (@svella9)
  2. Siddharth R Koti
  3. Tejaswini