Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 480 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 480 Bytes

abac

Build status Build Status

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