lua-users home
lua-l archive

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


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.