Skip to content

Shamar/RPNCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line calculator for reverse polish notation.

This tool is an hack that should eval a RPN expression given in the command 
line, without using any "custom stack" (like a list).

The only stack allowed to hold values is the call stack.

About

Command line calculator for reverse polish notation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published