[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LPeg 0.12.1 released
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 5 Feb 2015 18:39:21 -0200
> 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