Categorygithub.com/f01c33/rpn
repositorypackage
0.0.0-20250211135511-4871737b4d8d
Repository: https://github.com/f01c33/rpn.git
Documentation: pkg.go.dev

# README

Reverse Polish Notation calculator

Greeting fellow humans, to quickly run the program, use:

Installation

go install github.com/f01c33/rpn@main

I reccomend using

rpn -g true

for the best interactive experience.

flags

-in for input file, defaults to stdin

-out for output file, defaults to stdout

-g for debugging