lua-users home
lua-l archive

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


> >The "#line" solution gets my vote.

Just for the record, I'd also be delighted by this, as currently I
preprocess
my Lua scripts via cpp (assert, etc (sorry for the heresy :))) and I have to
keep track of every temporary file to make sense of line numbers.
Any other syntax would actually fit me, as I'd sed the preprocessed file to
adapt it to whatever syntax would be chosen.
Oh well, I guess I could hack Lua myself ...

--
Lyrian