[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] ae, an arithmetic expression package for C based on Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 20 Dec 2001 23:53:43 -0200
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