references/ideas on writing interpreters/debuggers

ham@Neon.Stanford.EDU (Peter R. Ham)
10 Oct 90 18:04:24

          From comp.compilers

Related articles
references/ideas on writing interpreters/debuggers ham@Neon.Stanford.EDU (1990-10-10)
references/ideas on writing interpreters/debuggers ham@Neon.Stanford.EDU (1990-10-10)
| List of all articles for this month |

Newsgroups: comp.compilers,comp.lang.scheme,comp.lang.lisp
From: ham@Neon.Stanford.EDU (Peter R. Ham)
Keywords: interpreter, debug, lisp, scheme
Organization: Stanford University
Date: 10 Oct 90 18:04:24

I have a Scheme system, Scheme->C. I've currently implemented a more
"user-friendly", pascalish (much simpler) language on top of this system
by translating the user friendly language to scheme. Now, I need to build
a debugger for this. I figure that since I'm generating the code, I should
be able to make it easy for my debugger to debug. I've seen one reference
on this "Debugging Standard ML Without Reverse Engineering". Anybody have
any ideas/references on how to do this? The generated code doesn't have
to be blazingly fast, I'm just looking for a simple solution to support
source level debugging, breakpoints, and variable tracing.
--
Peter
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.