Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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