-
Notifications
You must be signed in to change notification settings - Fork 0
Mini Compiler for Micro programming language. Takes in program file from standard input. Iterates through each token in the program. Variables and key words are added to a Hashtable. Each symbol is associated with a specific Assembly code instruction. A symbolt table is created. The traversal of the tree returns the Assembly instructions for the…
KabirUttamsingh/Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Mini Compiler for Micro programming language. Takes in program file from standard input. Iterates through each token in the program. Variables and key words are added to a Hashtable. Each symbol is associated with a specific Assembly code instruction. A symbolt table is created. The traversal of the tree returns the Assembly instructions for the…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published