Skip to content

Implementation for a simple compiler generator, including following contents: (1) Scanner Generator (2) LL(1) Parser Generator (3) Simple Backend Instance for Simple-C Language

Notifications You must be signed in to change notification settings

Hanc1999/Simple-Compiler-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Compiler-Generator

Developed a compiler generator for compiling a simple C-like language into MIPS assembly. Front-end includes a scanner generator & an LL-1 parser generator. Back-end includes an IR generator & an code generator instance.

About

Implementation for a simple compiler generator, including following contents: (1) Scanner Generator (2) LL(1) Parser Generator (3) Simple Backend Instance for Simple-C Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published