Re: Graphical Depiction of Parse Trees

"Andrey S. Bokhanko" <ruff@mcst.ru>
11 Jan 2001 12:25:56 -0500

          From comp.compilers

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)
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)
[2 later articles]
| List of all articles for this month |

From: "Andrey S. Bokhanko" <ruff@mcst.ru>
Newsgroups: comp.compilers
Date: 11 Jan 2001 12:25:56 -0500
Organization: Compilers Central
References: 01-01-051
Keywords: graphics, parse
Posted-Date: 11 Jan 2001 12:25:55 EST

David Pereira wrote:


> 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.


Try xvcg (http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html). It
has an easy to learn and use input format, and it's possible to describe
graph structures with any level of hierarchy.


There is also a "better" version of xvcg -- aiSee
(http://www.absint.com/aisee.html), but beware -- this is commercial
product, and I don't think that it's much useful than xvcg.


Andrey


Post a followup to this message

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