Skip to content

shibai/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fully functioning COOL compiler, for stanford cs143-compilers on coursera

assn02 -- Lexical analyzer 
Most of my code is in cool.flex

assn03 -- Parser 
Most of my code is in cool.y

assn04 -- Semantic analyzer 
Most of my code is in semant.cc

assn05 -- Code generator 
Most of my code is in cgen.cc

Each folder contains implementation details and documentation