[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Underscore.lua 0.3
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 9 Dec 2009 12:35:15 +0200
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.