This project focuses on building a mini-compiler for an arbitrary language. Where ther input to the compiler, is taken from a file during execution, and is preprocessed and checked . If it has some specific functionality (like some basic operations – add, subtract, divide, etc.), or any if-else condition, or any loop. If Yes then the respectiveoperation is executed and displayed to the console as the output. For the output and building of the compiler, the C++ language is chosen as it can run on any platform with no unique setup.
-
Notifications
You must be signed in to change notification settings - Fork 0
This project focuses on building a mini-compiler for an arbitrary language. Where the input to the compiler, is taken from a file during execution, and is preprocessed and checked . If it has some specific functionality (like some basic operations – add, subtract, divide, etc.), or any if-else condition, or any loop.
LakshmiVadhanie/Mini-C-Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project focuses on building a mini-compiler for an arbitrary language. Where the input to the compiler, is taken from a file during execution, and is preprocessed and checked . If it has some specific functionality (like some basic operations – add, subtract, divide, etc.), or any if-else condition, or any loop.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published