Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T14:31:15.000Z (over 7 years ago)
- Last Synced: 2024-11-27T12:42:43.829Z (26 days ago)
- Topics: cminus-compiler, compiler, compiler-construction, sogang
- Language: C
- Homepage:
- Size: 512 KB
- Stars: 7
- Watchers: 1
- 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 ProjectProject 1 : Lexical Analyzer
-------------------
Cminus Source Code -> Token List
Project 2 : Syntantic Analyzer
-------------------
Token List -> Abstract Syntax TreeProject 3 : Semantic Analyzer
-------------------
AST -> decorated ASTProject 4 : Code Generator
-------------------
decorated AST -> MIPS Assembly fileCollaborator
-------------------
@juice500ml @taeseunglee