Re: Anything better than lex & yacc? Everyone still using those?

Frank Gerlach <Frank.Gerlach@brokat.de>
18 Jul 2000 13:04:27 -0400

          From comp.compilers

Related articles
[2 earlier articles]
Re: Anything better than lex & yacc? Everyone still using those? idbaxter@semdesigns.com (Ira D. Baxter) (2000-06-30)
Re: Anything better than lex & yacc? Everyone still using those? mihai@cs.wisc.edu (Mihai Christodorescu) (2000-06-30)
Re: Anything better than lex & yacc? Everyone still using those? iank@idiom.com (2000-07-01)
Re: Anything better than lex & yacc? Everyone still using those? pedwards@dmapub.dma.org (2000-07-01)
Re: Anything better than lex & yacc? Everyone still using those? isaac@latveria.castledoom.org (2000-07-04)
Re: Anything better than lex & yacc? Everyone still using those? jerry@swsl.co.uk (2000-07-04)
Re: Anything better than lex & yacc? Everyone still using those? Frank.Gerlach@brokat.de (Frank Gerlach) (2000-07-18)
Re: Anything better than lex & yacc? Everyone still using those? chris@cjl1.demon.co.uk (Chris Locke) (2000-07-18)
Re: Anything better than lex & yacc? Everyone still using those? dforcier@allaire.com (Darren Forcier) (2000-07-18)
| List of all articles for this month |

From: Frank Gerlach <Frank.Gerlach@brokat.de>
Newsgroups: comp.compilers
Date: 18 Jul 2000 13:04:27 -0400
Organization: Brokat AG
References: 00-06-112
Keywords: parse

I succesfully tried PCCTS on Solaris 2.6, HPUX11 and AIX 4.3 with a sample
grammar. It is true that you have to modify the makefiles a bit, but you
are a developer, not a secretary, right ?
The successor of PCCTS is ANTLR (www.antlr.org), which generates C++ or
Java parsers. I could not create a working C++ parser with ANTLR, but
maybe I made some mistakes..


hope this helps,


Frank




Tuukka Tikkanen wrote:
> Are lex and yacc (or flex and bison, if you prefer) still the only
> practical tools to go about making lexers and parsers?


Post a followup to this message

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