[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thoughts on optional commas
- From: Sam Roberts <vieuxtech@...>
- Date: Tue, 6 Mar 2012 15:32:20 -0800
On Tue, Mar 6, 2012 at 12:38 PM, Eric Wing <ewmailing@gmail.com> wrote:
> As a counterweight to your DSL example, I recall CMake
> disliking/rejecting Lua because commas would suddenly be required.
Getting rid of commas in a DSL is pretty doable, implementing an
EndSection that takes no arguments is harder! :-)
https://gist.github.com/1989745
BeginSection "news"
Link "C-programming"
href = "etc."
title "a book on C"
Link = "I love lua"
href "etc."
title = "an essay"
--EndSection ""