All releases tagged Stable


Release Notes: This version adds an invalid token to lexer exceptions, allows for custom push back buffers, and divides the parser method into smaller methods.


Release Notes: This version fixes a bug in the setter of list elements and an inlining bug.


Release Notes: This version uses unsigned shift left instead of integer division by 2 for binary search.


Release Notes: This version fixes a bug where SableCC was trying to inline the Start production.


Release Notes: This version fixes a small bug where lists were not deeply cloned.


Release Notes: SableCC now generates generic Java code.


Release Notes: This version adds grammar-specified CST to AST transformations and transparent conflict resolution.


Release Notes: This version fixes a minor bug, to allow short comments on the last line of a grammar file.


Release Notes: A minor bug in utility collections has been fixed.


Release Notes: This release adds a minor bugfix.