Re: bug/feature: 'if 1then print"valid syntax!"end' is valid syntax
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: bug/feature: 'if 1then print"valid syntax!"end' is valid syntax
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2016年8月10日 08:51:17 +0200
2016年08月09日 21:46 GMT+02:00 Rena <hyperhacker@gmail.com>:
> On Aug 8, 2016 2:56 PM, "nobody" <nobody+lua-list@afra-berlin.de> wrote:
>> u,v,w,x,y,z=1,2,3,4,5,6
>> u=1v=2w=3x=4y=5z=6
>>
>> m=1n=1repeat print(m/n)m,n=m+n,m until m<0
> I wonder how many lexers/linters/highlighters wouldn't parse that correctly.
The Vim highlighter does not.