Skip to content

Releases: goodmami/pe

v0.5.3

19 Jun 05:15
ed9789c
Compare
Choose a tag to compare

What's Changed

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

v0.5.2

03 Apr 04:35
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.5.0

27 Jul 04:58
cdc2d68
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.3.2

05 Oct 23:59
Compare
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
Compare
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
Compare
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
Compare
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.

v0.1.0

14 Apr 14:42
Compare
Choose a tag to compare

Initial release