Skip to content

Mini C compiler to compile simple if-else-statements in C.

Notifications You must be signed in to change notification settings

svella9/Mini-C-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Mini C compiler to compile simple if-else-statements in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published