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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!aramis.rutgers.edu!athos.rutgers.edu!masticol From: masticol@athos.rutgers.edu (Steve Masticola) Newsgroups: comp.lang.ada Subject: lex/yacc parser skeleton wanted Keywords: Ada parser skeleton Message-ID: Date: 5 May 90 13:30:05 GMT Organization: Rutgers Univ., New Brunswick, N.J. List-Id: Perhaps someone on the net could help me out a bit. I'm doing a thesis research project which involves static analysis of Ada, and I'm trying to find a skeletal lex/yacc parser system for the language. I have a LALR(1) BNF grammar (Gerry Fisher and Phillipe Charles, "A LALR(1) grammar for ANSI ADA", publication unknown [I got it from the ACVC], 1983), but it's seven years old and will have to be translated into lex/yacc. I also have a grammar used in the GNU Emacs structure editor, dated 1989, which looks even less like lex/yacc source. Could anyone out there save me the trouble of doing the translation? Thanks! - Steve Masticola (masticol@athos.rutgers.edu)