[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LunarCGI (was Re: CGI.lua - A native CGI Interface)
- From: Miles Bader <miles@...>
- Date: Sat, 26 Feb 2011 17:22:09 +0900
"Robert G. Jakabosky" <bobby@sharedrealm.com> writes:
>> > LPEG?
>>
>> Overkill. The spec uses a grammar, but it's written so that it doesn't
>> require a grammar to implement the parser. The string library is
>> perfectly adequate for the task. I've written MIME parsers using
>> regexps before. (I'm still using one.) It's like using a sledge hammer
>> to drive finish nails.
>
> I also think LPEG would be overkill to parse multipart messages.
I dunno, I don't LPEG is overkill for _anything_, it's just soooooo easy
to use, so flexible, and insanely fast...
-Miles
--
80% of success is just showing up. --Woody Allen