An open API service indexing awesome lists of open source software.

https://github.com/gregieboi/nand2tetris-vm-translator


https://github.com/gregieboi/nand2tetris-vm-translator

Last synced: 2 months ago
JSON representation

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