lua-users home
lua-l archive

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


2016-05-06 17:46 GMT+02:00 Roberto Ierusalimschy <roberto@inf.puc-rio.br>:
>> Lua 5.3.3 (rc1) is now available for testing at
>>       http://www.lua.org/work/
...
> Follows a short list of what changed in 5.3.3:
>
...
> - new semantics for empty matches ("Python rule")

Is there a way to distinguish between Lua 5.3.x (x<=2) and Lua
5.3.3, apart from exploiting different behaviour in gmatch/gsub?