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.
-
Merge pull request #1502 from nchammas/whitespace-example
Merge pull request #1502 from nchammas/whitespace-example Add guidance on handling comments in languages with significant indentation
-
Merge pull request #1503 from tybug/typing
Merge pull request #1503 from tybug/typing Type `Terminal.__init__`
-
Merge pull request #1467 from makukha/1466-add-tree-find-token
Merge pull request #1467 from makukha/1466-add-tree-find-token Add Tree.find_token() method
-
Extend test case
Extend test case
-
type Terminal.__init__
type Terminal.__init__
-
fix sphinx config
fix sphinx config Otherwise Sphinx complains: ``` WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). ```
-
significant whitespace -> significant indentation
significant whitespace -> significant indentation
-
ignore strange file that appeared after running `make html`
ignore strange file that appeared after running `make html`
-
fix markup now that i can see the html
fix markup now that i can see the html
-
add blurb on building docs
add blurb on building docs
-
Use `isinstance(v, Token)`
Use `isinstance(v, Token)`
-
add guidance on handling comments
add guidance on handling comments