davedelong/DDMathParser

Getting the parse tree for an expression

falcon03 opened this issue · 1 comments

Using DDMathParser, is it possible to extract the parse tree (or a similar structure) for a given expression? If so, what class should I look at?

Yes, absolutely. That is the whole purpose of the Expression class. Please check out the Wiki for specific usage examples.