Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrol0x/jack2hack
Implementation of all the tools needed to go from a Jack program (high level 'Java-like' langauge) to Hack machine code.
https://github.com/hydrol0x/jack2hack
Last synced: 1 day ago
JSON representation
Implementation of all the tools needed to go from a Jack program (high level 'Java-like' langauge) to Hack machine code.
- Host: GitHub
- URL: https://github.com/hydrol0x/jack2hack
- Owner: hydrol0x
- Created: 2024-09-08T02:09:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:17:50.000Z (2 months ago)
- Last Synced: 2024-09-15T08:07:17.573Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Part of Nand2Tetris project.
Implementation of all the tools needed to go from a Jack program (high level 'Java-like' langauge) to Hack machine code.
Includes:
- (WIP) Jack compiler to Jack IR
- (WIP) Jack IR to Hack assembly
- Hack assembly assembler (assembly --> Hack machine code)