erikrose / parsimonious

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

Fallback to the legacy re module if regex is not available #232

Closed pavel-kirienko closed 1 year ago

pavel-kirienko commented 1 year ago

Fixes https://github.com/erikrose/parsimonious/issues/231

@lucaswiman @p0las