Skip to content

Tags: lezer-parser/python

Tags

1.1.18

Toggle 1.1.18's commit message
Version 1.1.18

### Bug fixes

Fix parsing of match guards with conditional tests.

1.1.17

Toggle 1.1.17's commit message
Version 1.1.17

### Bug fixes

Support escaped quotes inside raw strings.

1.1.16

Toggle 1.1.16's commit message
Version 1.1.16

### Bug fixes

Allow type declarations on rest parameters.

1.1.15

Toggle 1.1.15's commit message
Version 1.1.15

### Bug fixes

Fix an issue where a commented line at the end of the input would emit an error node.

1.1.14

Toggle 1.1.14's commit message
Version 1.1.14

### Bug fixes

Allow dotted names and list of imports in `import` statements.

1.1.13

Toggle 1.1.13's commit message
Version 1.1.13

### Bug fixes

Fix an issue where single-quoted strings inside format strings weren't tokenized properly.

1.1.12

Toggle 1.1.12's commit message
Version 1.1.12

### Bug fixes

Emit syntax nodes for backslash escapes in strings.

1.1.11

Toggle 1.1.11's commit message
Version 1.1.11

### Bug fixes

Support the `=` flag to values in format strings.

1.1.10

Toggle 1.1.10's commit message
Version 1.1.10

### Bug fixes

Tag comments and strings as isolating for the purpose of bidirectional text.

1.1.9

Toggle 1.1.9's commit message
Version 1.1.9

### Bug fixes

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.