[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPeg 0.8
- From: Shmuel Zeigerman <shmuz@...>
- Date: Fri, 07 Mar 2008 18:29:57 +0200
Maybe I'm doing something wrong but the tests fail on my system
(Windows XP, GCC).
Normal lua5.1.dll
------------------
lua: test.lua:260: bad argument #3 to 'match' (number expected, got string)
stack traceback:
[C]: in function 'match'
test.lua:260: in function 'checkerr'
test.lua:264: in main chunk
[C]: ?
lua5.1.dll built with assertions enabled:
------------------------------------------
Assertion failed:
L->top < L->ci->top, file lua-5.1.3\src/lapi.c, line 507
--
Shmuel