Skip to content

Xin-Tong/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a compiler project!

It consists of implementing a simple compiler for the so called LITTLE programming language.

The LITTLE language is a toy programming language designed solely for this course and it is based (however different!) on the MICRO language described in the course text book.

The project is written in C++ using lex and Yacc.

TextBook: Fisher and LeBlanc,Crafting a Compiler in C.

TODO:use hashmap instead of vector to optimize symbol table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published