From cf36cb222f731636e7759907a7e93bada7ceafc7 Mon Sep 17 00:00:00 2001 From: MightyPork Date: Sun, 29 Sep 2013 22:57:33 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2cc84bb --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +RCalc +===== + +RCalc is a calculator application which gives results as fractions. + +The rcalc package and its subpackages can be used as a library for expression parsing.