Skip to content

CLI program to do calculations with Reverse Polish notation.

License

Notifications You must be signed in to change notification settings

MrFish1604/kalki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalki

A simple tool to do calculations in the terminal with RPN syntaxe.

Use kalki --help to see help.

Check examples.md.

Install

git clone https://github.com/MrFish1604/kalki
cd kalki
make
sudo make install