Python mathematical expression parser with error raise and GUI.
- This parser does not use "eval" native Python function.
- The priority order of multiplications, divisions, and brackets is respected
git clone https://github.com/ZKAW/Maths-Parser
pip3 install -r requirements.txt
python3 app.py
- You can then enter a mathematical expression to calculate