This is my code repository for CS 106: Simple Virtual Machines and Language Translation.
In the repository, you'll find these directories:
-
binholds compiled binaries and also scripts. -
buildis a holding area for compiled files (.oand that ilk). If you are having trouble compiling, it is safe to remove everything from it and start over. -
srccontains sources that nr has provided and that I've edited:src/vschemecontains source code for avschemeinterpreter. Use it for testing and experimentation.src/svmcontains the source code for the Simple Virtual Machine.src/uftcontains the source code for the Universal Forward Translator.