Replies: 1 comment
-
|
I would vote to remove that and have a lark-based parser for polynomials instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
carl-parser allows to parse carl types from string. The support depends on ANTLR which is not the simplest to maintain. Luckily, so far it keeps working.
For now, the CI builds most configs with carl-parser. But for instance the wheels on pypi are currently built without support for carl-parser.
The question is how important the carl-parser is. Do we want to continue supporting carl-parser long-term or should we deprecate it at some point?
Beta Was this translation helpful? Give feedback.
All reactions