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