simple-expr: Minimalistic toolkit for simple mathematical expression.

[ bsd3, library, mathematics ] [ Propose Tags ]

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 also provided.

See tutorial for details.

Downloads

Maintainer's Corner

Package maintainers

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 Mathematics
Uploaded by AlexeyTochin at 2023-08-05T17:53:56Z
Distributions LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 178 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-08-05 [all 1 reports]