You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XPath parser, implemented in PLY for now seems in serviceable shape, but we might well need to look into another parser library at some point. Note: SLY is discontinued.
textX - Domain-Specific Languages and parsers in Python made easy
parglare - A pure Python scannerless LR/GLR parser
Lark - parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
Pyleri (not fully clear what sorts of parsing this one is good for)