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: Brian Rogoff Subject: Re: Parser generator tools (Was Re: aflexx/ayacc) Date: 1999/03/14 Message-ID: #1/1 X-Deja-AN: 455100031 References: <01be693b$a87772e0$314d3a8b@nt-dawe> <7c02hs$ihh$1@cf01.edf.fr> <7cgucs$s7j$1@plug.news.pipex.net> Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: nntp1.ba.best.com 921474009 212 bpr@206.184.139.136 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-14T00:00:00+00:00 List-Id: On Sun, 14 Mar 1999, Nick Roberts wrote: > Brian Rogoff wrote in message ... > |Hi, > | Has anyone created any parser generator tools for Ada (95) besides > |aflex/ayacc which they'd be willing to release under some sort of > |"open source" license? In particular, I'd be interested in an LL(k) style > |parsergen like ANTLR or PRECC or even RDP for Ada-95, since I'm basically > |a recursively decent fellow. I'm willing to help debug code if necessary. > > > This is obviously a subject of interest to me (I am writing an Ada > compiler). A parser generator seems like the wrong approach to me if you are writing an Ada compiler. If I were (crazy enough to be :-) doing that, I'd probably hand code the parser. The reason I'm interested in such tools is that the field I work in has a huge number of standard (and not so standard) text file formats for data exchange, and I need to write lots of one-off tools. -- Brian > I don't know of any such tools, but I am considering the idea of > writing something like this, which might (or might not) suit your needs. If > you get involved in writing or developing something like this, I may well be > interested in participating. > > ------------------------------------- > Nick Roberts > ------------------------------------- > > > > > > >