lua-users home
lua-l archive

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


On 27.02.2015 16:02, Philipp Janda wrote:
That error happens on the 32767th call to `test_lpeg` here, so it's probably some overflow of a `short` variable ...
yes< it was mentoned in moonscript bugreport discussion. a I understand, each call of "local CheckIndent = lpeg.Cmt(Indent, check_indent)" adds to Indent ktable one element.