Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 194 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 194 Bytes

Math Expressions Evaluator II

Math expressions evaluator created using Python. It uses Free Context Language to parse the expressions. Use only one-digit numbers like this 5 + 8 ^ (4 + 3).