aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-11-07 22:53:50 +0000
committerGitHub <noreply@github.com>2018-11-07 22:53:50 +0000
commitf708299f2de485d468e349a9cc3607107ff50e02 (patch)
tree82eeb6b173b6da8da55f434e0c49c9d3a73eed7b
parent44f59c32d8ecb8de84013980461215080505e979 (diff)
parenta4d77b3e986d7d5aef6c55dd599472e70419b0c3 (diff)
downloadpackages-f708299f2de485d468e349a9cc3607107ff50e02.tar.gz
packages-f708299f2de485d468e349a9cc3607107ff50e02.zip
Merge pull request #926 from ijneb/patch-1
Add algebra parser & evaluator
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9485971..7187f19 100644
--- a/packages.json
+++ b/packages.json
@@ -11381,5 +11381,19 @@
"description": "`rm` files without fear",
"license": "MIT",
"web": "https://github.com/icyphox/crap"
+ },
+ {
+ "name": "algebra",
+ "url": "https://github.com/ijneb/nim-algebra",
+ "method": "git",
+ "tags": [
+ "algebra",
+ "parse",
+ "evaluate",
+ "mathematics"
+ ],
+ "description": "Algebraic expression parser and evaluator",
+ "license": "CC0",
+ "web": "https://github.com/ijneb/nim-algebra"
}
]