Skip to content

Simple reverse polish notation calculator written in C

License

Notifications You must be signed in to change notification settings

steewbsd/rpncalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpncalc

simple rpn calculator inspired by emacs calc

To build:

DIR=build
meson $DIR
cd $DIR
ninja

To execute:

./rpncalc

Installation (inside build dir):

# needs root perms
sudo ninja install # alternatively: sudo samu install if you are using samurai

screenshot

About

Simple reverse polish notation calculator written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published