https://github.com/gregieboi/nand2tetris-vm-translator
https://github.com/gregieboi/nand2tetris-vm-translator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregieboi/nand2tetris-vm-translator
- Owner: GregieBoi
- Created: 2025-03-24T21:11:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:13:49.000Z (2 months ago)
- Last Synced: 2025-03-24T22:23:32.401Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A very unorganized/quick implementation of project 7 from the Nand2Tetris
## How to use
```python3 vm_translator.py -i path/to/infile.vm -o path/to/outfile.asm
```
your input file is required for the translator to run. The output file will be generated in the same directory as the input file if no output file is specified.
## Possible Improvements
- cleaner code
- error handling