From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af5c09b1a3daa9a6 X-Google-Attributes: gid103376,public From: demer@hc17031.hcsd.ca (David Emery) Subject: Re: Why Gnat doesn't use Yacc? Date: 1996/12/31 Message-ID: #1/1 X-Deja-AN: 207003459 sender: demer@hc17031.hcsd.ca references: <32C914C6.243C@nudt.edu.cn> organization: HCSD newsgroups: comp.lang.ada Date: 1996-12-31T00:00:00+00:00 List-Id: >I wonder why Gnat doesn't use yacc? Gnat uses a much superior parser-generator called "Dewar" :-) In particular, this parser generator technology is much better at handling error recovery than Yacc. It also produces substantially faster parsers. Unfortunatly, "Dewar" is proprietary to Ada Core Technologies. dave -- <.sig is away on vacation>