The latest version of simple-expr is 0.1.1.0-0.

simple-expr

Version 0.1.0.0 revision 0 uploaded by AlexeyTochin.

Package meta

Synopsis
Minimalistic toolkit for simple mathematical expression.
Description

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.

image description

See tutorial for details.

Author
Alexey Tochin
Bug reports
n/a
Category
Math
Copyright
2023 Alexey Tochin
Homepage
n/a
Maintainer
Alexey.Tochin@gmail.com
Package URL
n/a
Stability
n/a

Components