[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about the next version
- From: Edgar Toernig <froese@...>
- Date: Wed, 19 Dec 2001 17:49:32 +0100
Roberto Ierusalimschy wrote:
>
> if you want good check, you need a way to prevent implicit
> (default) declarations, no matter whether they are global or local.
One day I was thinking about writing a power patch that implements some
kind of "poor mans global declaration":
"The parser only accepts an identifier as a global if it is preceeded
by some special symbol (i.e '@')."
Pretty ugly but would catch all those "mistyped local" bugs ;-)
Ciao, ET