Related articles |
---|
syntax checker/debugger ? ggriffin@mdc.net (Gary) (1997-06-24) |
Re: syntax checker/debugger ? karsten@tdr.dk (Karsten Nyblad) (1997-06-30) |
Re: syntax checker/debugger ? mzraly@athena.mit.edu (1997-06-30) |
From: | Gary <ggriffin@mdc.net> |
Newsgroups: | comp.compilers |
Date: | 24 Jun 1997 23:35:39 -0400 |
Organization: | Compilers Central |
Keywords: | syntax, question, comment |
I was thinking about how I would go about writing a syntax checker
and/or debugger for an interpreted language. Does anyone know of a good
resource that might talk about what algorithms and data structures lend
themselves to this task?
Gary
ggriffin@mdc.net
[A syntax checker is little more than a parser, it's pretty easy regardless
of whether the language is interpreted or compiled. Debuggers are harder,
I'll let others suggest references. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.