An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        

# calc

[![Build Status](https://travis-ci.org/kujenga/calc.svg?branch=master)](https://travis-ci.org/kujenga/calc)
[![Coverage Status](https://coveralls.io/repos/kujenga/calc/badge.svg?branch=master&service=github)](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.