https://github.com/cflems/n2t-vm
Jack language from Nand2Tetris, built as a group project
https://github.com/cflems/n2t-vm
Last synced: 3 months ago
JSON representation
Jack language from Nand2Tetris, built as a group project
- Host: GitHub
- URL: https://github.com/cflems/n2t-vm
- Owner: cflems
- Created: 2017-10-30T18:08:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T03:03:01.000Z (over 7 years ago)
- Last Synced: 2025-01-08T01:33:43.516Z (4 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# n2t-vm
The VM translator from Nand2Tetris, built as a Computer Science class project.## For inspecting the code:
- VMTranslator is the runner class.
- VMParser is where the meat of the magic happens.
- ArgumentParser is for helping out with command line arguments.
- VMParserException is just a RuntimeException with a message
attached so the information is actually valuable.