[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Parsing Expression Grammar
- From: Duncan Cross <duncan.cross@...>
- Date: Sat, 25 Jul 2015 18:00:05 +0100
On Sat, Jul 25, 2015 at 9:45 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Old hands on this list sometimes berate newbies who write
> LUA as if the letters stand for something as in COBOL or AWK.
> What about LPEG?
>
> As the subject line suggests, these letters actually do stand for
> something, but many people, including its author [1], spell it LPeg.
>
> [1] http://www.inf.puc-rio.br/~roberto/lpeg/
>
It's pretty common for the official acronym of a project to be
stylized with lower-case letters, particularly acronyms that
incorporate other acronyms (see: FFmpeg, LaTeX).
-Duncan