New features:
-
Lark now allows you to specify the start symbol when calling
Lark.parse()
(requires pre-declaration of all possible start states, see thestart
option) -
Negative priority now allows in rules and terminals (default value is still 1, may change in 0.8)
Also includes many minor bugfixes, optimizations, and improvements to documentation