Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farnulfo/calculator

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

Last synced: about 2 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)