erikrose / parsimonious

The fastest pure-Python PEG parser I can muster
MIT License
1.8k stars 126 forks source link

Use regex module instead of builtin re module #181

Closed Oderjunkie closed 2 years ago

Oderjunkie commented 3 years ago

The regex module implements more regex features than the builtin re module.

lonnen commented 2 years ago

Thank you for the contribution @Oderjunkie!

I took the liberty of squashing these commits, updating the version of regex, and rebasing everything over the current master branch. The new commit has landed: c0ffc3eae32b9c31b65f959ae75d493de828e170