pymbolic icon indicating copy to clipboard operation
pymbolic copied to clipboard

Use a better parser

Open isuruf opened this issue 4 years ago • 3 comments

Maybe antlr?

isuruf avatar Apr 11 '21 18:04 isuruf

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.

inducer avatar Apr 11 '21 18:04 inducer

Java is a build time dependency, runtime is pure python.

isuruf avatar Apr 11 '21 18:04 isuruf

Lark sounds good though.

isuruf avatar Apr 11 '21 18:04 isuruf