lua-users home
lua-l archive

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


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.