SSCal

SSCal (Stephen's Stack Calculator) is a stack-based postfix terminal calculator, written in pure Go 1.19 by Stephen Malone. It's a fast, reliable, open-source calculator for people who think in postfix.
Installation
Install SSCal with go install...
go install github.com/wirehaiku/SSCal@latest
... or download the latest binary release for your platform.
Usage
TODO.
Syntax
TODO.
Operators
Basic Math
| Operator |
Description |
+ |
Add the top two numbers. |
Contributions
Please submit all bugs and feature requests to the issue tracker, thank you.