lua-users home
lua-l archive

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


>I've thought of adding CPP (c preprocessor) support to loading lua 
>scripts. It would simply feed them through the cpp first, then to lua. 

The only thing is that cpp does not understand Lua's long strings.
If it is too fussy it may even complain about "..".
--lhf