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
- Host: GitHub
- URL: https://github.com/jc-ll/mini_c
- Owner: JC-LL
- Created: 2024-02-27T23:18:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:21:49.000Z (about 1 year ago)
- Last Synced: 2025-02-07T22:49:42.973Z (4 months ago)
- Language: Ruby
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini_c
MiniC for compiler course. Example in Ruby !# Grammar
![]()
# Compiler structure
# Running compiler (early passes) !
# Example input (test_2.c)
![]()
# Example AST (test_2.c)
![]()