Related articles |
---|
Compiler generators that construct abstract syntax tree wogl@sun11a.zfe.siemens.de (1993-05-12) |
Re: Compiler generators that construct abstract syntax tree max@maple.ucsc.edu (1993-05-15) |
Re: Compiler generators that construct abstract syntax tree tony@cs.colorado.edu (1993-05-15) |
Re: Compiler generators that construct abstract syntax tree markh@csd4.csd.uwm.edu (1993-05-15) |
Re: Compiler generators that construct abstract syntax tree belinfan@cs.utwente.nl (1993-05-17) |
Newsgroups: | comp.compilers |
From: | max@maple.ucsc.edu (Max Copperman) |
Keywords: | parse, AST |
Organization: | UC Santa Cruz CIS/CE |
References: | 93-05-055 |
Date: | Sat, 15 May 1993 00:12:32 GMT |
MetaWare's Translator Writing System constructs an abstract syntax tree
and gives you some functions for walking the tree. Their compilers use it
in the front end and lots of other compilers use it as well. It is poorly
documented but powerful. I don't know what it costs.
MetaWare is DeRemer and Pennello's company.
Max
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.