Hi,
Expressions is a lightweight arithmetic expression parser for creating simple
arithmetic expression compilers.
Sources:
https://github.com/Stiivi/expressions
Intended use: Embed custom expression evaluation into your application. For
example:
* variable checking compiler with allow/deny mechanism
* unification of functions and variables if your app provides multiple backends
which might provide expression evaluation functionality
* compiler for custom object structures, such as for frameworks providing
functional-programing like interface
Note: still very alpha.
Comments, questions, suggestions and fixes are appreciated. Stay light!
Stefan Urbanek
--
@Stiivi
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/