On Thu, 14 Sep 2000 15:47:43 -0700, Steve Fink wrote:

>Currently, toke.c turns "foo$bar" into "foo".$bar before the parser or
>anything else sees it. So any features implemented in the tokenizer have
>to get smarter about remembering what they did.

This sound pretty much like the same problem you face when designing a
source level debugger, for any compiled language.

-- 
        Bart.

Reply via email to