Re: Graphical Depiction of Parse Trees

Joachim Pimiskern <Joachim.Pimiskern@de.bosch.com>
11 Jan 2001 12:31:28 -0500

          From comp.compilers

Related articles
[2 earlier articles]
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)
Re: Graphical Depiction of Parse Trees Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2001-01-11)
Re: Graphical Depiction of Parse Trees Joachim.Pimiskern@de.bosch.com (Joachim Pimiskern) (2001-01-11)
Re: Graphical Depiction of Parse Trees pradipkar@my-deja.com (2001-01-18)
Re: Graphical Depiction of Parse Trees dewd@aracnet.com (David Wohlford) (2001-03-22)
| List of all articles for this month |

From: Joachim Pimiskern <Joachim.Pimiskern@de.bosch.com>
Newsgroups: comp.compilers
Date: 11 Jan 2001 12:31:28 -0500
Organization: Robert Bosch GmbH
References: 01-01-051
Keywords: parse, graphics
Posted-Date: 11 Jan 2001 12:31:28 EST

Hello David,


David Pereira schrieb:
> The crux of the matter is "hierachical visualization for a
> hierarchical datatype". Any ideas ???


in Delphi, there is the TTreeView component that has the
functionality of a tree browser. A much simpler approach
would be to create a directory structure during the
parse process.


Greetings,
Joachim


Post a followup to this message

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