Symbolism icon indicating copy to clipboard operation
Symbolism copied to clipboard

Question : Parse a string to create Equation ?

Open nareshjois opened this issue 8 years ago • 2 comments

Is there already a way in which I can create an equation using a string rather than static typing it. As an update, I have created a small helper using Roslyn compiler.

nareshjois avatar Nov 11 '15 06:11 nareshjois

Bump. A symbolic math library without a parser? Absolute blocker for me. The search for a symbolic math library with a parser continues.

Happypig375 avatar Aug 24 '17 10:08 Happypig375

Yup, when I first read about this library on reddit I immediately thought it would parse strings. It would not be difficult to create a grammar with antlr4 and use the object model in the evaluation tree.

sharpninja avatar Jun 04 '19 16:06 sharpninja