Skip to content

Assembler for hack IS (nand2tetris) written in Python

Notifications You must be signed in to change notification settings

funnydman/hacky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HACKY

Assembler for hack IS (nand2tetris) written in Python

Usage:

python src/hacky.py file.asm

Run unit tests:

make run-unit-tests

Run static analysis

make run-static-analysis