https://github.com/ringabout/cal
a simple interactive calculator for Nim.
https://github.com/ringabout/cal
Last synced: 4 months ago
JSON representation
a simple interactive calculator for Nim.
- Host: GitHub
- URL: https://github.com/ringabout/cal
- Owner: ringabout
- License: mit
- Created: 2019-08-12T04:47:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T05:48:22.000Z (about 5 years ago)
- Last Synced: 2024-10-14T15:03:59.944Z (over 1 year ago)
- Language: Nim
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cal
a simple interactive calculator \
use Stack \
support `+` `-` `*` `/` \
support float and negative number \
support command `exit` and `history` \