Release Notes: This is the first public release of nyu. Nyu parses its own language fully and can dump the AST. It cannot output parsers quite yet.


Release Notes: Parsing was made faster by upgrading to chilon 1.5. Spacing? is now parsed between expressions in a sequence rather than Spacing*. A possible bad order of generated rules when using tree operators was fixed.


Release Notes: nyu now fully bootstraps its own parser and has become very usable.


Release Notes: Partial code generation for classes and enumerations, documentation, and code simplifications and fixes. chilon was upgraded to fix a missing include.


Release Notes: Nyu fully parses its own grammar. Classes and enumerations can be defined from nyu. Parser rules can inherit from types. Output file, column, and line information of parsing errors with a visual display pointing to the error location.


Release Notes: This is the first public release of nyu. Nyu parses its own language fully and can dump the AST. It cannot output parsers quite yet.