8000 Tags · tgujar/python · GitHub
[go: up one dir, main page]

Skip to content

Tags: tgujar/python

Tags

0.16.0

Toggle 0.16.0's commit message
Version 0.16.0

### Breaking changes

Move to 0.16 serialized parser format.

### New features

The parser now includes syntax highlighting information in its node types.

0.15.1

Toggle 0.15.1's commit message
Version 0.15.1

### Bug fixes

Fix a bug where indentation with tabs was tracked incorrectly, leading to spurious indent tokens and malformed trees.

0.15.0

Toggle 0.15.0's commit message
Version 0.15.0

## 0.15.0 (2021-08-11)

### Breaking changes

The module's name changed from `lezer-python` to `@lezer/python`.

Upgrade to the 0.15.0 lezer interfaces.

## ,### Breaking changes

The module's name changed from `lezer-python` to `@lezer/python`.

Upgrade to the 0.15.0 lezer interfaces.

0.13.7

Toggle 0.13.7's commit message
Version 0.13.7

### Bug fixes

Fix a bug that caused newlines to be disallowed in argument and parameter lists.

0.13.6

Toggle 0.13.6's commit message
Version 0.13.6

### Bug fixes

Fix a bug where incremental parses could get confused about block nesting.

0.13.5

Toggle 0.13.5's commit message
Version 0.13.5

### Bug fixes

Fixes an inefficiency in the parsing of large strings.

0.13.4

Toggle 0.13.4's commit message
Version 0.13.4

### Bug fixes

Fix a bug where keywords like `else` or `except` would be consumed even if they don't match the indentation of the parent statement.

0.13.3

Toggle 0.13.3's commit message
Version 0.13.3

### Bug fixes

Fix an issue where non-indented lines after a colon were parsed as part of the body.

0.13.2

Toggle 0.13.2's commit message
Version 0.13.2

### Bug fixes

Add support for return statements without expressions.

0.13.1

Toggle 0.13.1's commit message
Version 0.13.1

### Bug fixes

Fix versions of lezer packages depended on.
0