Skip to content

Fixed non-determinism in Earley (!), and many other bugfixes

Compare
Choose a tag to compare
@erezsh erezsh released this 29 Aug 18:12
· 1354 commits to master since this release
  • Fixed long-standing non-determinism and prioritization bugs in Earley.

  • Serialize tool now supports multiple start symbols

  • iter_subtrees, find_data and find_pred methods are now included in standalone parser

  • Bugfixes for the transformer interface, for the custom lexer, for grammar imports, and many more