Related articles |
---|
status of bison++ cees@pcraster.nl (Cees Wesseling) (1999-01-17) |
Re: status of bison++ bob@werken.com (1999-01-17) |
From: | bob@werken.com (Bob McWhirter) |
Newsgroups: | comp.compilers |
Date: | 17 Jan 1999 22:23:04 -0500 |
Organization: | DIGEX, Inc. - Beltsville, MD - http://www.digex.net |
References: | 99-01-060 |
Keywords: | C++, PCCTS |
You might be interested in PCCTS, available at www.antlr.org,
if you want to move to C++.
Creates nice re-entrant classes, and can be used with flex.
It's LL(k) instead of LALR parsing, so you gotta deal with
a different type of grammar. But still quite usable (and
preferred, in my case).
-Bob
Cees Wesseling mumbled something about "status of bison++":
> [ what about flex++ and bison ++ ]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.