[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua CSS parser?
- From: Coda Highland <chighland@...>
- Date: Mon, 26 May 2014 20:06:45 -0700
On Mon, May 26, 2014 at 7:55 PM, Paul Merrell <marbux@gmail.com> wrote:
> Sorry for the noise. I was moving too fast and didn't stray past the
> Google results page. Put in some more time with other queries and came
> up with nothing. Closest I got was an HTML parser.
>
> Best regards,
>
> Paul
>
The good news is that CSS syntax is very simple -- I think it may even
be a regular language. It should be pretty darn easy to write an lpeg
parser for it.
/s/ Adam