lua-users home
lua-l archive

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


>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