On Tue, Mar 30, 2010 at 10:30 PM, Stuart P. Bentley
wrote:
> So, CGILua was a sort of proto-Kepler Project, from before separate
> libraries were used to handle each aspect of development?
Exactly. As Tomas mentioned, there were no "Lua modules" by then. The
CGILua "distro" was somewhat similar t
I'll check that out. The macros aren't in C or M4 though, rather in a way
more sane Lua: http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor
___
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailma
Hi Stuart
So, CGILua was a sort of proto-Kepler Project, from before separate libraries
were used to handle each aspect of development?
CGILua was developed for Lua 3 :-) At that time there was no
standard way to load binary libraries for Lua and (I think) PHP didn't
exist :-)
On Sat, Mar 27, 2010 at 2:45 PM, Vadim Peretokin wrote:
> [My lua files won't parse in Eclipse2 because]
I'm using a pre-processor on the files since there are some redundant things
> that it's better to just generate code for.
If you rewrite your macros as Metalua extensions, it will parse, si