Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 345 Bytes

MathExpressionParser

Is a little and really simple framework to parse basic math expression and convert it into a tree structure. It respect the precedence of the basics operators and group

TODO:

  • Improve basics rules
  • Remove unecessary parenthesis - (they are added to facilitate parsing precedences)
  • Add Documentation