Related articles |
---|
YACC debugger wanted guenter@student.uni-kl.de (Marvin) (1996-12-18) |
Re: YACC debugger wanted scotts@metaware.com (Scott Stanchfield) (1996-12-20) |
Re: YACC debugger wanted joerg@tc.pci.uni-heidelberg.de (1996-12-20) |
From: | joerg@tc.pci.uni-heidelberg.de (Joerg Schoen) |
Newsgroups: | comp.compilers |
Date: | 20 Dec 1996 17:19:54 -0500 |
Organization: | Compilers Central |
Keywords: | debug, yacc |
> Greetings. Is there something like a run-time debugger for YACC
> which allows somebody to check if a set of YACC rules and a
> text in this language match by making some top-down parsing?
Jim Roskind has a ANSI-C and C++ grammar and therein contained is
"skelgrph.c", a patch for Berkeley YACC which produces a nicer
output when used via "yacc -t". Maybe this might help.
You can find Jim Roskinds grammar:
Via "ftp ics.uci.edu" in "pub/c++grammar1.1.tar.Z", Berkley yacc is also
there ("byacc.tar.Z").
Joerg Schoen
[They're also here at ftp://iecc.com/pub/file -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.