Related articles |
---|
Parser Generator Recommendation alon.flaisher@intel.com (Alon Flaisher) (2000-04-01) |
Re: Parser Generator Recommendation treid@primenet.com (2000-04-03) |
Re: Parser Generator Recommendation iank@bearcave.com (2000-04-03) |
Re: Parser Generator Recommendation joachim.durchholz@halstenbach.com.or.de (Joachim Durchholz) (2000-04-14) |
From: | treid@primenet.com (Tom Reid) |
Newsgroups: | comp.compilers |
Date: | 3 Apr 2000 11:21:20 -0400 |
Organization: | Model Railroaders Unamimous |
References: | 00-04-025 |
Keywords: | parse, tools |
alon.flaisher@intel.com (Alon Flaisher) wrote
>I'm developing a new parser and am looking for the right
>parser-generator. The parser-generator's output should be in C++. I
>have no experience with parser-generators.
>
>Which parser-generator is recommended? Why?
>(ANTLR 2.7.0, PCCTS 1.3.3, btyacc, Visual Parse++, ...)
Hi:
I suggest you try COCO/R. See Pat Terry's web site for details:
http://cs.ru.ac.za/homes/cspt/cocor.htm . I have used it several
times and it is a real comfortable, straight-foreward EBNF recursive
descent attributed grammar system originally coming from Niklaus
Wirth's shop. COCO/R comes with complete source and is implemented
and produces a number of languages including C++.
While you are there, Pat has his complete compiler book ready to
download on his site. It is excellent.
Tom
Return to the
comp.compilers page.
Search the
comp.compilers archives again.