lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


steve donovan <steve.j.donovan@gmail.com> writes:
>>> (1) "continue" statement
>>> (2) LPEG has not been merged in.
>> It's probably a bit excessive to put them on the same level :-)
>
> Yes, because LPEG has always worked well as an extension. Why the need
> to have it in the core?

Presumably just so that it becomes more reasonable to rely on it being
available, at least in "normal" Lua installations.  Lpeg is really nice
for small tasks as well as big ones, but people would often choose to
use something like the builtin Lua pattern matcher stuff instead of lpeg
(despite the latter being far nicer to use), because they're guaranteed
to be available.

-Miles

-- 
Consult, v.i. To seek another's disapproval of a course already decided on.