An open API service indexing awesome lists of open source software.

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

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.