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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,67a7d3e45c7bb21e X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Parser generator tools (Was Re: aflexx/ayacc) Date: 1999/03/16 Message-ID: <7clc78$c832@ftp.kvaerner.com>#1/1 X-Deja-AN: 455575798 Content-Transfer-Encoding: 7bit References: <01be693b$a87772e0$314d3a8b@nt-dawe> <7c02hs$ihh$1@cf01.edf.fr> <7cjajp$ni91@ftp.kvaerner.com> <921542580.876582@miso.it.uq.edu.au> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-16T00:00:00+00:00 List-Id: Brian Rogoff wrote >Thanks for catching on! If I were interested in yet another LR parser gen >I'd stick with ayacc. I'd really like something like PRECC or ANTLR for >Ada. I'd also like the tool to be written in Ada so that I could >recompile as necessary. I don't have access to an M2 compiler. Cocktail comes with a Modula-2 to C translator. It works all right most of the time. I would not be surprised if it was relatively easy to convert Modula-2 to Ada. If my memory serves me right (it occationally do) Cocktail is written in itself. If one changes the right files one should be able to get tools that are written in Ada and will generate Ada source code. Greetings,