https://github.com/beardedfish/rpn-calculator
Calculator built entirely in Java using the ANSICON library.
https://github.com/beardedfish/rpn-calculator
ansicon ansicon-library calculator console java reverse-polish-calculator reverse-polish-notation rpn rpn-calculator
Last synced: 4 months ago
JSON representation
Calculator built entirely in Java using the ANSICON library.
- Host: GitHub
- URL: https://github.com/beardedfish/rpn-calculator
- Owner: BeardedFish
- License: mit
- Created: 2019-05-12T00:32:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T00:47:52.000Z (about 5 years ago)
- Last Synced: 2024-12-25T19:24:58.794Z (5 months ago)
- Topics: ansicon, ansicon-library, calculator, console, java, reverse-polish-calculator, reverse-polish-notation, rpn, rpn-calculator
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPN-Calculator
Reverse Polish Notation calculator built entirely in Java using the ANSICON library for colourful console output.# Screenshots

# ANSICON Library
Link to the ANSICON library, created by Jason Hood, in order for this project to output correctly can be found [here.](https://github.com/adoxa/ansicon/ "ANSICON source link")