Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!csc!axt654 From: axt654@csc.anu.oz Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: Is there anything equivalent to YACC that runs under DOS? Message-ID: <2361.269b62fd@csc.anu.oz> Date: 11 Jul 90 17:33:49 GMT References: Distribution: comp.sys.ibm.pc.programmer Organization: Computer Services, Australian National University Lines: 23 In article , quack@bucsf.bu.edu (Rajeev Dayal) writes: > > I need to find an equivalent to YACC (yet another compiler-compiler) that > runs under DOS and produces ANSI C output...Can anyone help? > > I apologize if this question was already asked...Thanks in advance! > > -rajeev > quack@bucsf.bu.edu Yes, It's called YACC. (There are several versions in the public domain). I've compiled it under TurboC 2.0 and used it for a while, I'd send it to you if I could find it. Have a look on Simtel and wuarchive, it must be there somewhere... I just looked on simtel, there are three, they are called PD1:BISON-2.ARC PD1:LEX_YACC.ARC PD1:PCBISON.ARC nb: bison is YACC compatible Andrew Tridgell