Skip to content

laevatin/Cool-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool-Compiler

A repo for cool compiler

There are four parts of the compiler: lexer, parser, semant analyzer, code generator. Use the Makefile in the /src directory to build.

run: ./lexer example.cl | ./parser | ./semant | ./cgen example.s

There may be small bugs in lexer.

About

A repo for cool compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published