simple-expr: Minimalistic toolkit for simple mathematical expression.
This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to 'simple-reflect' package but based on slightly different principles. In particular, we use ordinary syntactic trees instead of turning them into strings. There is a primitive manipulation capability like
>>> simplify $ (x + 0) * 1 - x * (3 - 2) 0
Besides an expression visualization feature is supported.
See tutorial for details.
Downloads
- simple-expr-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), data-fix, graphite, graphviz, hashable, numhask, text, unicode-show [details] |
License | BSD-3-Clause |
Copyright | 2023 Alexey Tochin |
Author | Alexey Tochin |
Maintainer | Alexey.Tochin@gmail.com |
Category | Math |
Uploaded | by AlexeyTochin at 2023-05-13T10:40:05Z |
Distributions | LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 278 total (23 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |