Notes:
Compatibility update:
This release allows JParseTree to run under JRuby 1.0.1.
NOTE: JParseTree 1.0.0.694 (previous release) won't run under JRuby 1.0.1, so if you're running JRuby 1.0.1 you need this release.
Also: added ParseTree 2.0.1 updates, mostly with s-expr processing libs.
Changes:
* compatibility release for JRuby 1.0.1
+ fixed JRuby.parse call: added third argument which seems to be
required in JRuby 1.0.1
* improved Case and When node handling
* fixed some problematic cases for DStr nodes which were causing exceptions in some cases;
|