[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: get multiple syntactic errors
- From: Ketmar Dark <ketmar@...>
- Date: Sat, 22 Sep 2007 22:43:59 +0300
hello, lpereira@student.dei.uc.pt.
On Sat, 22 Sep 2007 20:21:23 +0100
lpereira@student.dei.uc.pt wrote:
> How can I get multiple syntactic errors of lua script in C++?
>
> When I load the script I just can get the first error of the stack.
> I?m using Lua 5.1.
rewrite Lua parser so it won't stop on first error.