https://github.com/ifennna/rpn
A reverse polish notation calculator on the terminal
https://github.com/ifennna/rpn
Last synced: 3 months ago
JSON representation
A reverse polish notation calculator on the terminal
- Host: GitHub
- URL: https://github.com/ifennna/rpn
- Owner: ifennna
- Created: 2021-01-19T09:43:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T10:05:13.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:30:05.696Z (5 months ago)
- Language: Go
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPN
RPN is a tool for running reverse Polish notation style calculations from the command line. For more info, run `rpn --help`.
## Installing
Download a binary from the [releases](https://github.com/noculture/rpn/releases) page. To install, move the binary to a folder in your shell's $PATH. You can find out which folders are in the $PATH by running `echo $PATH`
## Compiling
To compile from source, make sure you have the Go toolchain installed, and then run `go build` from the project root.