aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 00:06:09 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 00:06:09 +0100
commit2019a495893f138f70e189483f36b219eabe20e2 (patch)
tree2056409e1a1b3fde5ac01806aa08f9af1bfcf604 /README.md
parentcd6918ab9604268d53b5fe1cf1921f95ec3dea80 (diff)
feat(calc): supports unary minus
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65f2454..ea7d98c 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
A math script parser in Elixir.
-Using leex, yecc and ratio.
+Using leex, yecc and a modified version of Ratio from hexpm.