This little CLI program is a test for Ast capabilities in calculating simple math problems.
Works as a normal calculator with operator priority and parenthesis. Features a simple parser of mine own creation. To run the program simply go run main.go.