lua-users home
lua-l archive

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


As an example of a Lua client in C, and also perhaps as something useful,
I've written ae, a general purpose arithmetic expression package based on Lua.
You can get it at ftp://ftp.tecgraf.puc-rio.br/pub/lhf/ae.tar.gz .

This version is minimal. If there is interest, I can add more things, such
as user-defined C functions and precompiled expressions.

All this is pretty easy if you know Lua, but I thought it might be an
instructive example for some.

Please send comments, suggestions, and bug reports directly to me.
Enjoy.
--lhf