Console calculator. Based on Shunting-Yard algorithm that is used for building abstract syntax tree (AST). Supported operations: '+', '-', '/', '*', brackets.
Console calculator. Based on Shunting-Yard algorithm that is used for building abstract syntax tree (AST). Supported operations: '+', '-', '/', '*', brackets.