Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 206 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 206 Bytes

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