mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Merge pull request #926 from ijneb/patch-1
Add algebra parser & evaluator
This commit is contained in:
commit
f708299f2d
@ -11381,5 +11381,19 @@
|
|||||||
"description": "`rm` files without fear",
|
"description": "`rm` files without fear",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/icyphox/crap"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user