All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
2723 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.