Re: Is YACC / PCCTS used in commercial compilers?

jsa@edg.com (J. Stephen Adamczyk)
17 Dec 1996 23:33:23 -0500

          From comp.compilers

Related articles
Is YACC / PCCTS used in commercial compilers? johnr@ims.com (1996-12-07)
Re: Is YACC / PCCTS used in commercial compilers? johnr@ims.com (1996-12-10)
Re: Is YACC / PCCTS used in commercial compilers? miano@worldnet.att.net (1996-12-15)
Re: Is YACC / PCCTS used in commercial compilers? oconnorm@eleceng.ee.queensu.ca (1996-12-15)
Re: Is YACC / PCCTS used in commercial compilers? thetick@scruz.net (Scott Stanchfield) (1996-12-15)
Re: Is YACC / PCCTS used in commercial compilers? jlilley@empathy.com (1996-12-15)
Re: Is YACC / PCCTS used in commercial compilers? jsa@edg.com (1996-12-17)
Re: Is YACC / PCCTS used in commercial compilers? nixon@softlab.se (Leif Nixon) (1996-12-20)
Re: Is YACC / PCCTS used in commercial compilers? kanze@gabi-soft.fr (1997-01-02)
Parsing C++, was Is YACC / PCCTS used in commercial compilers? feb6399@osfmail.isc.rit.edu (1997-01-04)
Re: Parsing C++, was Is YACC / PCCTS used in commercial compilers? dlmoore@ix.netcom.com (David L Moore) (1997-01-07)
Re: Parsing C++, was Is YACC / PCCTS used in commercial compilers? jlilley@empathy.com (1997-01-09)
Re: Parsing C++, was Is YACC / PCCTS used in commercial compilers? lampe@math.tu-dresden.de (J.Lampe) (1997-01-09)
[1 later articles]
| List of all articles for this month |

From: jsa@edg.com (J. Stephen Adamczyk)
Newsgroups: comp.compilers
Date: 17 Dec 1996 23:33:23 -0500
Organization: Edison Design Group Inc.
References: 96-12-051 96-12-083 96-12-102
Keywords: parse

jlilley@empathy.com (John Lilley) writes:
>I believe that the Edison Design Group, which markets high-quality
>parser front-ends, uses their own custom parser-generator tools which
>are based on LALR(1) techniques with extensions.


Thanks for the mention, especially the "high-quality" part, but our
front ends use recursive descent, with a precedence modification when
handling expressions.


Steve Adamczyk
Edison Design Group
--


Post a followup to this message

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