add symbolicnim (#1631)

This commit is contained in:
Hugo Granström 2020-09-02 12:36:13 +02:00 committed by GitHub
parent 510afa4f63
commit e2b76d9e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19438,5 +19438,19 @@
"description": "User-friendly wrapper for nim ast",
"license": "Apache-2.0",
"web": "https://github.com/haxscramper/hnimast"
}
},
{
"name": "symbolicnim",
"url": "https://github.com/HugoGranstrom/symbolicnim",
"method": "git",
"tags": [
"symbolic",
"math",
"derivative",
"algebra"
],
"description": "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions.",
"license": "MIT",
"web": "https://github.com/HugoGranstrom/symbolicnim"
}
]