ANN: Expressions (alpha release) – Lightweight arithmetic expression parser for custom compilers

Stefan Urbanek stefan.urbanek at gmail.com
Wed Jul 31 04:35:35 CEST 2013


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


More information about the Python-announce-list mailing list