Notes:
2.1.0
* Can now generate lexers from a regex specification and compile them to Ruby
* Fixed compiled parser bug that made symbol names containing backslashes impossible
* Compiled parsers much smaller
* Grammars can now optionally include actions to be performed when reducing - makes building ASTs much easier
Changes:
|