lua-users home
lua-l archive

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


On 04/11/2010, at 4:50 AM, Roberto Ierusalimschy wrote:

> LPeg version 0.10 is out:
> 
>  http://www.inf.puc-rio.br/~roberto/lpeg/
> 
> 
> * Changes from version 0.9 to 0.10


If I may just point out, doing either a string or numeric comparison, version 0.10 is a lower version than 0.9.


print ("0.10" > "0.9") --> false
print (0.10 > 0.9)  --> false