Skip to content

A compiler for a "mini" version of C. Uses Flex and Bison for scanning and parsing. Takes a ".bc" file as input and outputs ILOC code.

Notifications You must be signed in to change notification settings

KtodaZ/Mini_C_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini_C_Compiler

A compiler for a "mini" or "baby" version of C. Uses Flex and Bison for scanning and parsing. Takes a ".bc" file as input and outputs ILOC assembly code.

Use the make file to compile/run

About

A compiler for a "mini" version of C. Uses Flex and Bison for scanning and parsing. Takes a ".bc" file as input and outputs ILOC code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published