dharmatech / Symbolism

Computer Algebra and Symbolic Computation in C#
220 stars 31 forks source link

Question : Parse a string to create Equation ? #4

Open nareshjois opened 8 years ago

nareshjois commented 8 years ago

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.

Happypig375 commented 6 years ago

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

sharpninja commented 5 years ago

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.