All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
2148 days ago

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, 2017

    DottedRules 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.