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

https://github.com/farnulfo/calculator

Simple aritmethic calculator based on a 2 states parser
https://github.com/farnulfo/calculator

Last synced: 3 months ago
JSON representation

Simple aritmethic calculator based on a 2 states parser

Awesome Lists containing this project

README

        

calculator
==========

Simple aritmethic calculator based on a 2 states parser (related to the Shunting-yard algorithm http://en.wikipedia.org/wiki/Shunting-yard_algorithm)