@lezer/python
Advanced tools
Changelog
1.1.15 (2024-12-06)
Fix an issue where a commented line at the end of the input would emit an error node.
Changelog
1.1.14 (2024-05-25)
Allow dotted names and list of imports in import
statements.
Changelog
1.1.13 (2024-03-18)
Fix an issue where single-quoted strings inside format strings weren't tokenized properly.
Changelog
1.1.10 (2023-12-28)
Tag comments and strings as isolating for the purpose of bidirectional text.
Changelog
1.1.9 (2023-10-20)
Fix parsing of argument lists that are a comprehension that start with an assignment.
Add support for PEP 654 except*
syntax.
Implement PEP 695 type parameter syntax.
Changelog
1.1.7 (2023-05-27)
Fix a bug that broke handling of escaped quotes in format strings.