An open API service indexing awesome lists of open source software.

https://github.com/jc-ll/mini_c

MiniC for compiler course
https://github.com/jc-ll/mini_c

Last synced: 2 months ago
JSON representation

MiniC for compiler course

Awesome Lists containing this project

README

        

# mini_c
MiniC for compiler course. Example in Ruby !

# Grammar



# Compiler structure
![grammar](/doc/compiler_structure.png "develop the compiler")

# Running compiler (early passes) !
![grammar](/doc/anim.svg "run the compiler !")

# Example input (test_2.c)



# Example AST (test_2.c)