[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Identifting minor versions (Was: [ANN] Lua 5.3.3 (rc1) now available
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 8 May 2016 20:35:37 +0200
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?