inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)

Home Page:http://mathema.tician.de/software/pymbolic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a better parser

isuruf opened this issue · comments

Maybe antlr?

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.

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

Lark sounds good though.