Skip to content

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…

Notifications You must be signed in to change notification settings

KabirUttamsingh/Compiler

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

No packages published