lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 28/03/2011, at 12:20 AM, Frank Meier-Dörnberg wrote:

> Suppose a C + + math library-"MyDream" know themselves how a complex compound expressions such as "A = (B * C + D) * E" is to handle intelligently.
> Could Lua call my mydream library with the AST of "A=(B * C + D) * E" instead of evaluating it itself somehow?


It might be worth having a look at https://github.com/geoffleyland/rima