BaseMax / JSExpressionParser

A tiny web-based JS parser to handle and analyze a mathematical expression (order of operations)

Home Page:https://basemax.github.io/JSExpressionParser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny web-based JS parser to handle and analyze a mathematical expression (order of operations)

https://basemax.github.io/JSExpressionParser/

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.9%Language:HTML 23.1%