Skip to content

0.1.3

Compare
Choose a tag to compare
@bandesz bandesz released this 13 Aug 13:29
· 261 commits to main since this release

DEPRECATED:

  • combinator.Memoize will be removed in version 2. Use the Memoize method on the history object instead.

IMPROVEMENTS:

  • You don't need to use meaningless names for memoization anymore, but you have to be careful to call Memoize
    for your parsers only once.

CHANGES:

  • History.GetParserIndex was removed as only the original combinator.Memoize needed it