inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 25 forks source link

Use a better parser #44

Open isuruf opened 3 years ago

isuruf commented 3 years ago

Maybe antlr?

inducer commented 3 years ago

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.

isuruf commented 3 years ago

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

isuruf commented 3 years ago

Lark sounds good though.