simple-expr: Minimalistic toolkit for simple mathematical expression.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.1.0.0, 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:35:21Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees