Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 495 Bytes

Compiler-Proj-Cminus

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

Project 1 : Lexical Analyzer

Cminus Source Code -> Token List

Project 2 : Syntactic Analyzer

Token List -> Abstract Syntax Tree

Project 3 : Semantic Analyzer

AST -> decorated AST

Project 4 : Code Generator

decorated AST -> MIPS Assembly file

Collaborator

@juice500ml @taeguk