Skip to content

kpatel122/Bison-C-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bison C Language Compiler

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.

Screenshot

Description

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

Documentation I wrote for the project (doc files):

Languages

C/C++

Built With

Visual Studio 6

Author

Kunal Patel

License

This project is released under the MIT License

About

Compiler based on the C programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published