https://github.com/kujenga/calc
A calculator built from scratch!
https://github.com/kujenga/calc
Last synced: 2 months ago
JSON representation
A calculator built from scratch!
- Host: GitHub
- URL: https://github.com/kujenga/calc
- Owner: kujenga
- License: mit
- Created: 2015-07-21T22:27:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T05:22:30.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T12:45:38.752Z (4 months ago)
- Language: Go
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calc
[](https://travis-ci.org/kujenga/calc)
[](https://coveralls.io/github/kujenga/calc?branch=master)A calculator built from scratch!
Utilizes the [shunting yard](https://en.wikipedia.org/wiki/Shunting-yard_algorithm) algorithm to parse the input into rpn, then parses that postfix notation to return a result.