Related articles |
---|
Tools for Front End. asheeshc@noida.hcltech.com (Asheesh) (2006-02-14) |
Re: Tools for Front End. tmk@netvision.net.il (Michael Tiomkin) (2006-02-14) |
Re: Tools for Front End. asloane@ics.mq.edu.au (Tony Sloane) (2006-02-14) |
Re: Tools for Front End. asheeshc@noida.hcltech.com (Asheesh) (2006-02-17) |
Re: Tools for Front End. chads_in@yahoo.com (Asheesh) (2006-02-17) |
Re: Tools for Front End. grosch@cocolab.de (Josef Grosch) (2006-02-17) |
From: | Josef Grosch <grosch@cocolab.de> |
Newsgroups: | comp.compilers |
Date: | 17 Feb 2006 16:56:05 -0500 |
Organization: | CoCoLab, Germany |
References: | 06-02-102 06-02-105 06-02-106 06-02-112 |
Keywords: | Fortran, parse, tools |
Posted-Date: | 17 Feb 2006 16:56:05 EST |
Asheesh <asheeshc@noida.hcltech.com> wrote:
> I am planning to write a Fortran compiler and for it I am just
> evaluating various tools available in the market which can help me in
> designing various modules lexical, semantic, parser, preprocessor etc.
We have built lexers and parsers for Fortran 77 and Fortran 90 and many
other languages using the Cocktail Toolbox for compiler construction.
Besides a scaner generator and two parser generators the Cocktail Toolbox
contains tools for syntax trees, semantic analysis, and code generation.
The Fortran parsers are available.
Best regards
Dr. Josef Grosch
CoCoLab - Datenverarbeitung
Hoehenweg 6
77855 Achern
Germany
Phone : +49-7841-669144
Fax : +49-7841-669145
Email : grosch@cocolab.com
Internet: www.cocolab.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.