Niche question - has anyone built a parser in Python using Lark or similar tools?
https://github.com/lark-parser/lark
I’m looking at building one now to power an internal query engine where I can’t offload the query parsing to a database or pass through the query exactly