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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,169cfbee5fb652af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 05:10:42 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: okellogg@freenet.de (Oliver Kellogg) Newsgroups: comp.lang.ada Subject: Re: Free Ada parser Date: 10 Dec 2003 05:10:42 -0800 Organization: http://groups.google.com Message-ID: <6a6390b8.0312100510.1c0f4ea2@posting.google.com> References: <6d4cbc3e.0312091010.7572566b@posting.google.com> NNTP-Posting-Host: 53.122.197.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1071061842 5895 127.0.0.1 (10 Dec 2003 13:10:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Dec 2003 13:10:42 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3306 Date: 2003-12-10T05:10:42-08:00 List-Id: The ANTLR grammar for Ada at http://www.antlr.org/grammar/ada was originally based on this lex/yacc grammar, but when looking at it you probably wouldn't know :) --Oliver