1.0.20 (19 Jan 2014)
- Lexer no longer throws SyntaxError when lexing beyond EOF.
1.0.19 (27 Aug 2013)
- Introduced an
AbstractEvaluator
in java, which allows alternative interpretations of variables.
1.0.18 (19 Aug 2013)
- Fixed typo in gemspec that botched previous release.
1.0.17 (19 Aug 2013)
- Fixed build to work with arbitrary 1.9.3 and 2.0.0 patch levels.
- Upgraded to Bison 3.0
- Upgraded to mingw-w32-1.0-bin_i686-darwin_20130531.tar.bz2
- Upgraded various node libraries and Ruby gems
1.0.16 (15 April 2013)
- [java] Don't throw IOException.
- Add public convenience methods to
Evaluator
andRenderer
.
1.0.15 (13 April 2013)
- Switch from (J)Flex to Ragel.
- Store column and line in tokens/AST nodes.
1.0.12-1.0.14 (15 March 2013)
- Practicing releases
- Added
./bison
and./flex
wrapper scripts, improving the build process.
- [jruby] Bugfix: jruby gem can't be loaded #30
- Misc build script improvements. Various people practicing releases.
- [javascript] Added lexer tests.
1.0.3 (11 Feb 2013)
- [jruby] Make sure jruby gem can be built with MRI.
1.0.2 (11 Feb 2013)
- [ruby] gem didn't contain
ast.h
.
1.0.1 (11 Feb 2013)
- Improved release process.
- First release!