From 29c28edb7d25e0fa590c8bc91ae0427f6328e4a1 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Fri, 27 Feb 2015 01:20:32 +0100 Subject: [PATCH] Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..063af78 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# ʜƨiloꟼ +### RPN calculator in haskell + +```sh +$ 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 \ No newline at end of file