Skip to content

Releases: goodmami/pe

v0.6.0

18 Jun 21:07

Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

19 Jun 05:15
ed9789c

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Apr 04:35

Choose a tag to compare

What's Changed

  • Fix optimizations regarding character classes and grammar mutation by @goodmami in #47

Full Changelog: v0.5.1...v0.5.2

v0.5.1

31 Dec 22:03

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Jul 04:58
cdc2d68

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Jun 20:09
ac18348

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

05 Oct 23:59

Choose a tag to compare

Reduce superfluous groups in optimized regexes, and add a few more pattern-based ('common') optimizations.

See the CHANGELOG.

v0.3.1

30 Sep 19:24

Choose a tag to compare

Fixes a couple of bugs with the machine parser and improves the experience with the pe.DEBUG flag.

See the CHANGELOG.

v0.3.0

29 Sep 06:46

Choose a tag to compare

The pe.machine parser is fixed and is distributed as an extension module. A pure-python version of the pe.machine parser is also available.

See the CHANGELOG.

v0.2.0

28 Apr 07:00

Choose a tag to compare

Streamline grammar and parser creation, expand powers of semantic actions, allow pe.DEBUG flag to print call stack during parsing.

See the CHANGELOG.