Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Simple aritmethic calculator based on a 2 states parser
- Host: GitHub
- URL: https://github.com/farnulfo/calculator
- Owner: farnulfo
- Created: 2013-07-27T13:53:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T16:17:01.000Z (about 3 years ago)
- Last Synced: 2023-03-14T10:54:01.519Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)