On Sat, Mar 27, 2010 at 2:45 PM, Vadim Peretokin <vpereto...@gmail.com>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, since
parsing is delegated to Metalua. If your macros rely on a simple
preprocessor like m4 or cpp, it shouldn't be difficult.

-- Fabien.
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to