lua-users home
lua-l archive

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


On Wed, Dec 9, 2009 at 12:28 PM, Wesley Smith <wesley.hoke@gmail.com> wrote:
> For DSLs, I tend to prefer tweaking Lua within the limits of Lua or
> using an LPEG grammar, both of which allow one to require() everything
> that's needed.

Ah, but what if all your DSL needs is a little tweak to Lua syntax?
Much easier, robust, debuggable, etc than a custom translation step.