Changelog History
-
v0.8.0 Changes
November 13, 2017๐ Improves lexer speed by reducing the number of memory copies.
โก๏ธ Updates the deterministic chart items with better names. -
v0.7.0 Changes
November 07, 2017โก๏ธ Updates to dotnet core
-
v0.6.0 Changes
October 28, 2017โ Adds Trivia and updates EbnfGrammarGenerator to properly generate grammars when settings are specified.
-
v0.5.2 Changes
October 09, 2017DottedRules get more logic which was once contained in the states.
๐ Updates documentation with text grammar rules.
๐ Various performance updates.
-
v0.5.1 Changes
May 09, 2017โก๏ธ Updates the regex parser to handle escape character classes outside of character class brackets.
ex:
\s -> whitespace \S -> all but whitespace
-
v0.5.0 Changes
May 03, 2017๐ Some structure changes to grammar and a few bug fixes with leo caching of quasi complete items.
-
v0.5.0-1 Changes
May 03, 2017๐จ Needed to fix a small code update to remove a c# 7 refactoring
-
v0.4.2 Changes
December 13, 2016- ๐ several bugfixes,
- โก๏ธ updates some names to A&H recognizer and adds DottedRule concept to regular marpa parser.
- โ adds marpa algorithm parser that uses A&H items
-
v0.4.1 Changes
August 19, 2016๐ Release 0.4.1 several performance improvements and bug fixes.
-
v0.4.0 Changes
August 09, 2016- ๐ A few bug fixes for tree generation and regular expressions.
- ๐ Fixes bug in leo forests whit ambiguity reuse.