Release v1.3.2
Release Notes for version 1.3.2, January 22nd, 2015.
- Features:
- Fixes:
- Issue #21: Duplication of nullable variables in AST produced by RNGLR parsers in some corner cases
- Issue #22: Wrong AST generation by RNGLR parsers due to faulty reuse of sub-AST
- Issue #23: Buffer overflow in the SPPF builder of RNGLR parsers
- Issue #24: Buffer overflow on sub-SPPF on large reductions (Java only)
- Issue #26: Removed dependency on Mono for the executions of tests on Windows
- Issue #27: Parsers only reporting expecting terminals triggering shift actions, missing some actually possible terminals
- Issue #28: The use of reserved Java keyword as a symbol in a grammar leads to compilation errors in the generated Java code
- Error in the generated Java code referencing the binary resource of a parser
- Some typos in the API documentation