lua-users home
lua-l archive

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


> Of course (talking about code generation) first prize is if Lua
> supported some kind of #line directive

Though you could output code on the line number you want, and then use
gotos to stitch it together into the correct execution order.