This project is a compiler for a subset of the C programming language, implemented in C++. It is designed to parse, analyze, optimize, and generate machine code for a simplified version of C, focusing ...
bC is a small and easy to use C-like programming language. I wrote the compiler for the language for my CS445 Compiler Design class at the University of Idaho. The compiler is targeted for the Tiny ...