Skip to content

tsheinen/nand2tetris-hdl-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nand2tetris hdl parser (but its a python wrapper)

install

download a wheel from the releases and install it. I haven't added anything to pypi yet

use

from nand2tetris_hdl_parser import parse_hdl
hdl = open("example.hdl","r").read()
parse_hdl(hdl)