/InfixEvaluator

This infix evaluator will correctly solve any expression given only numbers, operators (+, -, *, /), and groups ( (), {}, [] ). The infix evaluator will tokenize the expression string, pass it to the evaluator and return the results.

Primary LanguageJavaScript

Watchers