Re: Can LPeg parse PNG?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Can LPeg parse PNG?
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2016年12月10日 07:25:54 +0200
2016年12月10日 6:56 GMT+02:00 Sean Conner <sean@conman.org>:
> Well, I reread the original "challenge" and okay, I need to validate the
> four critical chunks using LPeg.
You had a pure Lua solution. That is trivially an LPeg solution:
pattern captures all its input, passes the capture to a Lua function.