RPN calculator in haskell
 
 
Go to file
rnhmjoj 88aa25fb8d Update extensions 2015-09-19 05:57:16 +02:00
src Add line completion and history 2015-09-19 05:55:18 +02:00
.gitignore Add .gitignore 2015-03-14 21:18:03 +01:00
LICENSE Prepare cabal dist 2015-03-14 21:18:52 +01:00
README.md Update to new prompt 2015-02-28 00:29:23 +01:00
Setup.hs Prepare cabal dist 2015-03-14 21:18:52 +01:00
hsilop.cabal Update extensions 2015-09-19 05:57:16 +02:00

README.md

ʜƨiloꟼ

RPN calculator in haskell

$ hsilop
 1 2 sqrt / acos
 0.7853981634

 5 8 9 2 * cos ^ - 2 0.452 tan / +
 5.1717299516

 e pi ^ pi -
 19.9990999792

 1 + 2
 syntax error

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html