lua-users home
lua-l archive

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


> And the header files too. I'm afraid it's not this easy because you
> need to also strip the headers from the c sources and put them in the
> right order.

$ cat lptypes.h lpcap.h lptree.h lpvm.h lpcode.h lpprint.h lp*.c | sed -e '/include "lp/d' > lpeg.c

I have to agree that it is not that funny that way, because of the order
of the .h files :-(

-- Roberto