Merge pull request #1483 from hrnciar/compatibility-with-python3.14 Wrap functools.partial in staticmethod() to add compatibility with Python 3.14
Recent Commits to lark:master
-
Merge pull request #1483 from hrnciar/compatibility-with-python3.14
-
Merge pull request #1508 from lark-parser/fix1507
Merge pull request #1508 from lark-parser/fix1507 [docs] Small fix for PR 1507
-
Docs: Fix phrasing
Docs: Fix phrasing
-
Add note on binding power of numeric quantifiers
Add note on binding power of numeric quantifiers I found this part of the syntax non-obvious, because `~` could conceivably have a lower binding power than sequences, so I added an example to the docs.