descriptionCompiler for Hack platform.
ownersteven@schronk.com
last changeMon, 20 Dec 2010 21:39:18 +0000 (20 15:39 -0600)
content tags
add:
readme
Jack Compiler

This is a compiler for the Jack computer language.

This compiler is needed for the book "Elements of Computing Systems: Building a Modern Computer from First Principles." by Noam Nisan and Shimon Schocken.

NOTE: THE BLESSED VERSION OF THIS PROJECT IS AT GITHUB.

http://github.com/steven-schronk/Jack-Compiler
shortlog
2010-12-20 Steven SchronkMore functional Makefile.master
2010-12-01 Steven SchronkExpression tokens print correctly.
2010-11-30 Steven SchronkIf statements now support else clauses.
2010-11-24 Steven SchronkClass parser now handles multiple subroutines.
2010-11-24 Steven SchronkToken indention implemented.
2010-11-23 Steven SchronkUnit tests for expressions added.
2010-11-23 Steven SchronkTest created for expression parser.
2010-11-23 Steven SchronkAdded tokens to fit specification.
2010-11-19 Steven SchronkIf statements implemented.
2010-11-18 Steven SchronkMakefile targets adjusted.
2010-11-16 Steven SchronkRevised command line options.
2010-11-16 Steven SchronkAdditional tests created.
2010-11-16 Steven SchronkCompiler now supports unit tests.
2010-11-12 Steven SchronkWhile statements implemented and do statements updated.
2010-11-12 Steven SchronkExpressions work with subroutines.
2010-11-11 Steven SchronkExpression functions enhanced.
...
heads
13 years ago master