A Math Expression Evaluator

A library to tokenize a math expression and evaluate it by converting it to post-fix


Input



Output

The Input Expression:

 

The extracted Tokens:

 

The Postfix Expression:

 

Evaluating the Postfix Expression:

 

Output Log

Infix to Postfix Stack Trace



Postfix Evaluation Stack Trace