BaseMax / JSExpressionParser
A tiny web-based JS parser to handle and analyze a mathematical expression (order of operations)
README
JS Mathematical Expression Parser
A tiny web-based JS Parser to handle and analyze a mathematical expression (order of operations)
Try
You can check online preview at here or open index.html file localy at your browser.
Open page and enter 5*2+4-2 and press Parse button.
Supported operators
+ - *
References
https://www.youtube.com/watch?v=6YyvyvBAZr8
