Add algebra parser & evaluator

This commit is contained in:
Benjamin Frady 2018-11-07 11:33:59 -05:00 committed by GitHub
parent 44f59c32d8
commit a4d77b3e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]