lua-users home
lua-l archive

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


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