Re: lua equivalent to the #line directive
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua equivalent to the #line directive
- From: Flyer31 Test <flyer31@...>
- Date: 2022年4月12日 07:08:11 +0200
can you give a clear and short example about line number mismatch?
I did not find such problems so far... . (but Lua newbee, only smaller
programs of some kB / 100-1000 lines).
On Wed, Apr 6, 2022 at 4:02 PM binarycat <binarycat@envs.net> wrote:
>
> it seems like compiling things to lua is becoming somewhat popular, but one problem with that is line numbers in error messages will then not match up.
>
>
> binarycat