[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What IS the syntax of Lua 4.1 programs?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 8 Aug 2001 11:33:08 -0300
>The table grammar in lua.stx was very helpful, but slightly wrong. It
>forced all list style field specifications to precede all assignment
>style field specifications.
Of course, it was right for 3.0 :-)
The restriction on the order of list x fields was lifted later.
>I noticed that certain erroneous programs are accepted by the Lua
>compiler, but rejected by lsc.
These are all semantic errors, not syntactic errors.
Plus they may not be errors at all, with the appropriate tag methods.
--lhf