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
- Improve basics rules
- Remove unecessary parenthesis - (they are added to facilitate parsing precedences)
- Add Documentation