This is a quick and dirty implementation of the Hack Assembler detailed in the course. It assumes proper syntax and it'll probably break if you don't follow.
Build using ES6 and nothing else.
Clone and run using your favorite web server (i.e python3 -m http.server
). Then select the file you want to compile and hit "Assemble", after that you can copy or download the generated Hack Machine code.
MIT.