lua-users home
lua-l archive

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


>  The premises in question were just a temporary solution before porting
>  most of the 3D code to C. I'd like to avoid that functionnal/OO syntax
>  as much as possible for that kind of code. I'd rather go with a kind of
>  expression compiler, something like:

Sounds like you could use an LLVM http://llvm.org/

wes