Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 236 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 236 Bytes

evaluate-expression-js

Basic math interpreter that can parse and evaluate expressions with tokens 0-9 + - * /.

Converts the expression to postfix notation using the shunting-yard algorithm and evaluates it.