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) |
From: | Leif Nixon <nixon@softlab.se> |
Newsgroups: | comp.compilers,comp.compilers.tools.pccts |
Followup-To: | comp.compilers |
Date: | 20 Dec 1996 16:33:22 -0500 |
Organization: | Ericsson |
References: | 96-12-051 96-12-083 |
Keywords: | parse |
johnr@ims.com (John Roberts) writes:
> 2) What techniques are used in place of YACC/PCCTS for commerical
> compiler parsing?
At SoftLab we use our own scanner and parser generators, ScannerMaker
and ParserMaker. ParserMaker is a LALR(1) parser generator, that
generates efficient parsers with automatic error
recovery. ScannerMaker generates scanners that integrate nicely with
ParserMaker parsers. A third tool, ListerMaker, handles error messages
(and other listings).
These tools are used for all our compilers and translators, and are
also available as separate products.
Leif Nixon SoftLab AB
-------------------------------------------------
E-mail: nixon@softlab.se Phone: +46 13 23 57 61
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.