Re: same problem in v4 as previous editions
- Posted by mattlewis (admin) Aug 28, 2009
- 1735 views
jimcbrown said...
ryanj said...
Does the interpreter re-read the source when generating an error report, or does it have a copy of the source text in memory?
I believe that it rereads the source from the file on disk.
It definitely does not re-read the source when an error is reported! I direct your attention to be_symtab.c:FindLine(). Similar code exists in execute.e.
Matt