Re: Allow table.keyword rather than table['keyword']?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Allow table.keyword rather than table['keyword']?
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2016年3月14日 10:00:07 +0200
2016年03月14日 6:57 GMT+02:00 Xpol Wan <xpolife@gmail.com>:
> Is it possiable in future Lua version to allow table.keyword like
> `promise:then()` .
1. Should the syntax highlighter in gvim, kate, etc treat 'then' as
an identifier or as a keyword?
2. What benefit, large enough to justify the considerable increase
of compilation complexity, is to be gained?