This is a lib that allows to parse math expression
This are files must be added to the project of WinForms in order to see the lib work.
MathFuncParser.cs is lib.
Working version wich uses binary-unary tree and recursion to traverse it.
- Uses tree
- Call through recursion