Bison C compiler is a mini compiler based on the C programming language. This project was for my university dissertation on developing Compilers, Virtual Machines & Graphic Engines.
The C compiler outsputs an ASM file that the Bison Assembler uses to create an exe file for the Bison Virtual Machine to use. To see the final output look in the asm/bspLoad.basm folder, you can open it with notepad. note: this language does not need a semi colon after each line of code, and only a generic data type "var" is supported used for strings, ints, floats etc.
Documentation I wrote for the project (doc files):
C/C++
Visual Studio 6
Kunal Patel
This project is released under the MIT License