Releases: lark-parser/lark
Releases · lark-parser/lark
Lots of improvements and bugfixes
-
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 :)