Skip to content

Sogang Univ. Compiler Construction (CSE4120) - Cminus Compiler Project

Notifications You must be signed in to change notification settings

taeguk/Compiler-Proj-Cminus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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