Re: After lex and yacc: What tools are available?

grosch@karlsruhe.gmd.de (Josef Grosch %Dec95%)
Tue, 31 Aug 1993 15:12:17 GMT

          From comp.compilers

Related articles
After lex and yacc: What tools are available? faith@cs.unc.edu (Rik Faith) (1993-08-26)
Re: After lex and yacc: What tools are available? grosch@karlsruhe.gmd.de (1993-08-31)
| List of all articles for this month |

Newsgroups: comp.compilers
From: grosch@karlsruhe.gmd.de (Josef Grosch %Dec95%)
Keywords: tools
Organization: GMD Forschungsstelle Karlsruhe
References: 93-08-106
Date: Tue, 31 Aug 1993 15:12:17 GMT

faith@cs.unc.edu (Rik Faith) writes:
>I'm looking for compiler development tools which can be used after the
>lexical analysis and parsing phases. For example, what are tools available
>which will analyze and optimize an abstract syntax tree? what are tools
>available which will help with optimization in the code generation phase?


The GMD Toolbox for Compiler Construction (also known as Cocktail) contains
several tools for compiler phases after parsing:


    Ast generator for abstract syntax trees
    Ag generator for attribute evaluators
    Puma transformation of attributed trees using pattern matching
    Beg code generation based on pattern matching


The following file servers can provide further information in the file README.


    host number directory


    ftp.karlsruhe.gmd.de 192.76.241.33 /pub/cocktail
    ftp.gmd.de 129.26.8.90 /gmd/cocktail
    ftp.ira.uka.de 129.13.10.90 /pub/programming/cocktail
    ftp.rus.uni-stuttgart.de 129.69.1.12 /soft/unix/programming/compilerbau
    ftp.th-darmstadt.de 130.83.55.75 /pub/programming/languages/compiler-compiler/cocktail
    ftp.eb.ele.tue.nl /pub/src/cocktail
    src.doc.ic.ac.uk 146.169.2.1 /languages/tools/gmd
    gatekeeper.dec.com 16.1.0.2 /.3/plan/gmd


Regards


Josef Grosch
--


Post a followup to this message

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