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?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.