https://github.com/taeguk/compiler-proj-cminus
Sogang Univ. Compiler Construction (CSE4120) - Cminus Compiler Project
https://github.com/taeguk/compiler-proj-cminus
cminus-compiler compiler compiler-construction sogang
Last synced: about 1 year ago
JSON representation
Sogang Univ. Compiler Construction (CSE4120) - Cminus Compiler Project
- Host: GitHub
- URL: https://github.com/taeguk/compiler-proj-cminus
- Owner: taeguk
- Created: 2017-06-29T14:17:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T14:31:15.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T20:47:50.102Z (about 1 year ago)
- Topics: cminus-compiler, compiler, compiler-construction, sogang
- Language: C
- Homepage:
- Size: 512 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiler-Proj-Cminus
====================
Sogang Univ. Compiler Construction (CSE4120) - Cminus Compiler Project
Project 1 : Lexical Analyzer
-------------------
Cminus Source Code -> Token List
Project 2 : Syntantic Analyzer
-------------------
Token List -> Abstract Syntax Tree
Project 3 : Semantic Analyzer
-------------------
AST -> decorated AST
Project 4 : Code Generator
-------------------
decorated AST -> MIPS Assembly file
Collaborator
-------------------
@juice500ml @taeseunglee