Re: is lex useful? Or how about these other tools...

P A Keller <bsspak@bath.ac.uk>
27 Jun 1996 11:39:55 -0400

          From comp.compilers

Related articles
is lex useful? kelley@phys.ocean.dal.ca (Dan E. Kelley) (1996-06-21)
Re: is lex useful? Or how about these other tools... inpact5@clr34el.der.edf.fr (INPACT5 inpact5) (1996-06-26)
Re: is lex useful? Or how about these other tools... scooter@mccabe.com (Scott Stanchfield) (1996-06-27)
Re: is lex useful? Or how about these other tools... bsspak@bath.ac.uk (P A Keller) (1996-06-27)
Re: is lex useful? Or how about these other tools... mkgardne@pertsserver.cs.uiuc.edu (1996-06-30)
Re: is lex useful? Or how about these other tools... daniels@Starbase.NeoSoft.COM (1996-07-02)
Re: is lex useful? Or how about these other tools... preston@tera.com (1996-07-03)
| List of all articles for this month |

From: P A Keller <bsspak@bath.ac.uk>
Newsgroups: comp.compilers,comp.compilers.tools.pccts
Date: 27 Jun 1996 11:39:55 -0400
Organization: Collaborative Computational Project 4, Daresbury Laboratory, UK
References: 96-06-073 96-06-115
Keywords: tools

inpact5 <inpact5@clr34el.der.edf.fr> writes:
>I've been looking at compiler tools for a few weeks now and
>I'd rather like an answer to your question as well. I would
>also like to add a bit to it...
>Which is the better system of compiler tools :
> pccts
> lex/yacc (flex/bison/byacc/...)
> muskox
> visual parse++
> eli
> txl
>Any other reasonable ones that I missed?


Yes - PRECC. Never used it myself - I went with PCCTS in the end, because
of the ease of building AST's, and the SORCERER utility. PRECC is a parser
generator only - you supply your own lexer (but flex works fine). It looks
to have similar power to PCCTS's ANTLR (infinite lookahead, good attribute
handling, etc). Also, the input to the parser generator is a literate
program, which makes some people very happy. Find out more from:


      http://www.comlab.ox.ac.uk/archive/redo/precc.html


Have fun,
Peter.


Peter Keller.
Dept. of Biology and
        Biochemistry,
University of Bath,
Bath, BA2 7AY, UK.
------------------------------\-----------------------------------------
Tel. (+44/0)1225 826826 x 4302 | Email: P.A.Keller@bath.ac.uk (Internet)
Fax. (+44/0)1225 826449 | P.A.Keller%bath.ac.uk@UKACRL (BITNET)
--


Post a followup to this message

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