Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 257 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 257 Bytes

Compiler-for-Simple-C

Simple C is a 64-bit subset of C. Development is divided into 6 phases -- lexical analysis, syntax analysis, symbol table construction, type checking, storage allocation, and code generation. Phase 6 contains the complete compiler.