Skip to content

Releases: lark-parser/lark

Lots of improvements and bugfixes

07 Jan 18:34
Compare
Choose a tag to compare
  • Significant improvements to Earley and the way it handles ambiguity and priority.

  • Users can now return Discard in transformer callback to drop a child branch from its parent.

  • Terminals now accept every regexps flag.

  • Cleaned up the LALR(1) parser implementation

  • Many bugfixes.

  • Started making releases :)