Use a better parser
isuruf opened this issue · comments
Isuru Fernando commented
Maybe antlr?
Andreas Klöckner commented
Here's an old discussion: https://gitlab.tiker.net/inducer/loopy/-/issues/191. I'd be happy to hear your thoughts on it. I'm not immensely fond of the idea of using antlr because of the Java dependency.
Isuru Fernando commented
Java is a build time dependency, runtime is pure python.
Isuru Fernando commented
Lark sounds good though.