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=1.2 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!vrdxhq!daitc!ida.org!edwards From: edwards@ida.org (Steve Edwards) Newsgroups: comp.lang.ada Subject: Re: yacc specification of Ada grammar online? Keywords: Ada grammar, yacc Message-ID: <672@strider.IDA.ORG> Date: 3 Feb 89 16:25:06 GMT References: <546@eecea.eece.ksu.edu> Organization: IDA, Alexandria, VA List-Id: I posted this once before, but it seemed to get lost in the ether... apologies if this is really its second occurrenc at your site. In article <546@eecea.eece.ksu.edu>, hardin@eecea.eece.ksu.edu (David Hardin) writes: > Does anyone know where I can find a public domain > yacc specification of the Ada grammar? Check out the following files on SIMTEL20: PD2:GRAMMAR.PRO PD2:GRAMMAR.SRC PD2:GRAM2.PRO PD2:GRAM2.SRC GRAMMAR.SRC is a yacc description of the Ada grammar, and I believe GRAM2 is just an updated version of GRAMMAR. These files contain only the grammar rules, no actions are included. You can get them via anonymous ftp from SIMTEL20.ARPA (among other methods). If you hear anything about an Ada->DIANA yacc-based parser like the one you mentioned, I'd like to hear about it too!