Re: Possible bug with statement parsing?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Possible bug with statement parsing?
- From: Rici Lake <lua@...>
- Date: 2007年6月23日 17:04:07 -0500
On 23-Jun-07, at 1:16 PM, Aaron Brown wrote:
Patrick Donnelly wrote:
4: attempt to call a nil value
As Shmuel pointed out, though, this should be a compile-time
error ("ambiguous syntax").
One imagines that the run-time error came from something like:
loadstring(foo)()
instead of checking for a compile error.