Skip to content
/ rpn Public

A reverse polish notation calculator on the terminal

Notifications You must be signed in to change notification settings

ifennna/rpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

A reverse polish notation calculator on the terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages