Skip to content

Taha1506/compiler-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compiler-project

We implemented a compiler for c-minus language (A simplified version of c programming language).

In the first phase we implemented the scanner to tokenized the input into words.

In the second phase we used LR parsing method to parse the input and build the parse tree.

In the third phase we changed the grammer and added action symbols and their corresponding functions to generate three address codes from the c minus code.

The code is written by me and hossein masoudi.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages