lezer-python
Advanced tools
Changelog
0.13.7 (2021-07-12)
Fix a bug that caused newlines to be disallowed in argument and parameter lists.
Changelog
0.13.6 (2021-02-17)
Fix a bug where incremental parses could get confused about block nesting.
Changelog
0.13.4 (2021-01-27)
Fix a bug where keywords like else
or except
would be consumed even if they don't match the indentation of the parent statement.
Changelog
0.13.3 (2021-01-25)
Fix an issue where non-indented lines after a colon were parsed as part of the body.