[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: syntax likes and dislikes (RE: Evaluating LUA)
- From: cvogler@... (Christian Vogler)
- Date: Tue, 13 Aug 2002 11:55:59 -0400
On Tue, Aug 13, 2002 at 04:52:51PM +0100, Reuben Thomas wrote:
> There's indentation (thanks, lua-mode.el!)
Eargh. Just for the record, if "then" and "do" become optional,
adapting lua-mode.el looks nontrivial to me, because then the block
boundaries cannot be keyword-based anymore. To get indentation right,
it might then even be necessary to implement a full-blown
recursive-descent parser. Talk about overkill.
Just thought that I should mention this as a potential tradeoff.
Regards
- Christian