31 Jul
2013
31 Jul
'13
2:35 a.m.
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