[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) GOTO
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 15 Jun 2011 12:38:04 +0200
On Wed, Jun 15, 2011 at 12:25 PM, Michael Rose <michael.h.rose@web.de> wrote:
> @123\n The often missed line directive for compiler generated code.
> The next line would be line number 123 of the original file.
Ah, but it's useful to go one step further, since the original file
may have a different name; in fact the result may contain sections
from several source files. So a way to capture all of the #line
directives functionality is needed.
As for @label>, it doesn't feel visible enough; here the old tradition
of using 'goto' works fine.
steve d.