From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 19 Apr 93 14:24:25 GMT From: alex@MIMSY.CS.UMD.EDU (Alex Blakemore) Subject: Re: parser generators Message-ID: <66663@mimsy.umd.edu> List-Id: In article mjs@netcom.com (Mark Schimmel) writes: > Why do I see so much guff about parser generators for ada. You all > have access to bison. Just muck with the bison code and make it > produce ada. You also have to translate the bison skeleton source as > well but this isn't too hard. this is exactly the kind of thing several people have done. maybe starting from yacc instead of bison. there's no reason for everybody to do this, hence the queries. BTW, if you want to see a nice elegant parser generator - see the byacc available at Berkeley somewhere - (dont ask me where, ask archie) Its small, compact, well designed and readable. Its the some of the best C code I've ever seen. If everyone who used C, wrote it like that, I wouldnt object to the language so much - unfortunately few even come close. unfortunately, there isnt an Ada version, but I guess there really doesnt need to be - ayacc works just fine for most purposes. -- Alex Blakemore alex@cs.umd.edu NeXT mail accepted -------------------------------------------------------------- "Without an engaged and motivated human being at the keyboard, the computer is just another dumb box." William Raspberry