Skip to content
Uche edited this page Dec 7, 2022 · 2 revisions

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)
Clone this wiki locally