2.0.0 - python 2 support, default `repr`, and cleaner submodules structure
-
Lambda expressions now have a normal
repr
by default, and this can be disabled by using therepr_on
attribute toFalse
. Fixes #12 -
Added support for python 2. Fixes #11.
-
The package structure is now cleaner. In particular, predefined variables are in
mini_lambda.vars
and predefined symbols (constants, functions and classes) are inmini_lambda.symbols
.
See documentation page for details.