go build ./...
Parse essentials math expressions and solve it.
- https://simple.wikipedia.org/wiki/Postfix_notation
- https://en.wikipedia.org/wiki/Reverse_Polish_notation
- https://en.wikipedia.org/wiki/Infix_notation
- https://en.wikipedia.org/wiki/Shunting_yard_algorithm
- https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
Made with 🩵 by GabrielModog