Skip to content

Releases: MagicStack/parsing

v2.0.4

24 Nov 18:10
v2.0.4
6799bdb
Compare
Choose a tag to compare
parsing v2.0.4

null

v2.0.3

29 Jun 22:18
v2.0.3
Compare
Choose a tag to compare
parsing v2.0.3

null

v2.0.2

29 Jun 16:31
v2.0.2
fb13b40
Compare
Choose a tag to compare
parsing v2.0.2

Fixes mypyc-related pickling regression.

v2.0.1

21 Jun 16:17
v2.0.1
34fadf0
Compare
Choose a tag to compare

Make sure pyproject.toml contains the required properties.

v2.0.0

31 Aug 22:15
v2.0.0
4f9602e
Compare
Choose a tag to compare

This release includes significant refactoring to modernize the codebase
and improve parser generation performance by a factor of 7 to 15
depending on whether the mypycified version is used.

There are breaking changes in the exported classes:

  • Symbol, Token, and Nonterm no longer take parser as the
    argument.

  • The Spec class is no longer subclassable. This is mostly due to its
    mypycification, but also because it's supposed to be an opaque piece
    of parser state.

Changelog