Date: Sun, 31 Oct 1999 15:37:27 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Gary Townsend <get6641@silver.sdsmt.edu> Cc: ports@freebsd.org Subject: Re: parsing Message-ID: <19991031153727.D23583@dragon.nuxi.com> In-Reply-To: <000c01bf1abb$4ea4e860$50469f97@sdsmt.edu>; from get6641@silver.sdsmt.edu on Tue, Oct 19, 1999 at 11:23:51PM -0600 References: <000c01bf1abb$4ea4e860$50469f97@sdsmt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> Currently it shows that I have the Yacc parser, but what I need is the > Byacc parser... when I do anything with byacc it redirects me to yacc > and I can not compile it.. I don't quite follow this. > is there a port that I can download to allow me to use byacc to parse > amylaar so I can compile it? If you doing this on a {Free,Net,Open}BSD box, you already have Byacc. The "B" stands for Berkeley. The YACC in 4.2BSD (and maybe 4.3BSD) was the AT&T one. Robert Paul Corbett wrote a free YACC and donated it to Berkeley for BSD. Byacc has some features above AT&T YACC, thus sometimes people refer to it as Byacc to note the distiction. On FreeBSD /usr/bin/yacc and /usr/bin/byacc are links to the same file. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991031153727.D23583>