Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)