lua-users home
lua-l archive

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


> That error happens on the 32767th call to `test_lpeg` here, so it's
> probably some overflow of a `short` variable ...

Yes, I got that far. What is strange is that it depends on the contents
of the set in Indent. lpeg.S"a\t" works, but lpeg.S" \t" does not...
(So, it does not seem to be just an overflow.)

-- Roberto