Related articles |
---|
Graphical Depiction of Parse Trees davidpereira@home.com (David Pereira) (2001-01-09) |
Re: Graphical Depiction of Parse Trees j.troeger@qut.edu.au (Jens Troeger) (2001-01-11) |
Re: Graphical Depiction of Parse Trees ruff@mcst.ru (Andrey S. Bokhanko) (2001-01-11) |
Re: Graphical Depiction of Parse Trees christl@oberon.fmi.uni-passau.de (2001-01-11) |
Re: Graphical Depiction of Parse Trees chase@naturalbridge.com (David Chase) (2001-01-11) |
Re: Graphical Depiction of Parse Trees nr@labrador.eecs.harvard.edu (2001-01-11) |
Re: Graphical Depiction of Parse Trees jacobs@darwin.epbi.cwru.edu (Kevin Jacobs) (2001-01-11) |
[4 later articles] |
From: | "David Pereira" <davidpereira@home.com> |
Newsgroups: | comp.compilers |
Date: | 9 Jan 2001 23:24:33 -0500 |
Organization: | Excite@Home - The Leader in Broadband http://home.com/faster |
Keywords: | parse, tools, question |
Posted-Date: | 09 Jan 2001 23:24:33 EST |
Hi,
I've written a parser for a language (which one is not really
important) that builds a parse tree. I, however, want to browse this
tree. I can print it out; in fact that is exactly what I am doing
presently, but am looking for a better solution. In particular, I was
wondering if I could generate the tree in some special format as input
to some sort of program that draws the tree onto the screen (whose
nodes can be expanded and collapsed with the click of a mouse button
perhaps). The crux of the matter is "hierachical visualization for a
hierarchical datatype". Any ideas ???
DP.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.