training repository for Jack compiler implemented in Ruby
Jack compiler implemented in Ruby
$ gem install bundler
$ bundle install
$ ./bin/run path/to/source_code.jack
$ ./bin/run path/to/dir_name
Origial ideas of Jack laungage, and HACK architecture are introduced in:
and its Japanese translation
Specifications of Jack language are provided in the above book at chapter 9-11.
http://mitpress.mit.edu/books/elements-computing-systems
https://www.oreilly.co.jp/books/9784873117126/