lpeg question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lpeg question
- From: Dibyendu Majumdar <mobile@...>
- Date: 2018年3月13日 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