[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lpeg question
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 13 Mar 2018 20:22:05 +0000
Hi,
I found that Ravi cannot execute lpeg tests. Upon further
investigation, it seems the issue is because Ravi expects '#' operator
to return an integer result, but lpeg defines a metamethod for this
operator that returns a userdata object.
Is this a violation of the contract for # operator, or is my
understanding incorrect about the result of this operator?
Thanks and Regards
Dibyendu