[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua CSS parser?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 27 May 2014 09:44:33 +0200
On Tue, May 27, 2014 at 5:06 AM, Coda Highland <chighland@gmail.com> wrote:
> 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.
Yep, also thought this is a job for Captain LPeg - although it's more
tricky than at first sight.
But, the question is, what parsed representation does the OP need, and
for what purpose?