[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Narcissus in Lua (Javascript parser)
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 16 Oct 2010 09:28:05 +0200
On Fri, Oct 15, 2010 at 11:07 PM, Petite Abeille <petite_abeille@mac.com> wrote:
> html{ head{ title{ type = 'bla', 'haha' } }, body{} }
>
> But, as Javier mentioned, not that anyone would want to use such concoction in practice :)
It's what Orbit does with htmlify. It's certainly less painful than
HTML, which is maybe not saying much...
The power of the notation is that common patterns can be easily factored out
steve d.