[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Syntax checking Lua scripts
- From: Rob Kendrick <lua-l@...>
- Date: Tue, 01 May 2007 19:06:04 +0100
Jason Murdick wrote:
> The problem I'm having is syntax checking the scripts. The syntax
> checkers I've seen all do a fine job with the basic lua syntax, but I
> have numerous C++ functions and constants that I have exposed through
> my application.
I'm not sure I understand your issue well enough to know why simply
compiling the scripts and checking for errors isn't sufficient to check
the syntax of a script.
Are you wanting to check that parameters to functions are of correct
type and within specific ranges etc? If so, I suspect you may be
disappointed.
B.