Date: Fri, 05 Jan 2001 20:08:04 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <6137-Fri05Jan2001200804+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 In-reply-to: <934v8c$qbd$1@nnrp1.deja.com> (tzachi_slonim@my-deja.com) Subject: Re: FLEX & BISON References: <934v8c$qbd$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: tzachi_slonim AT my-deja DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 05 Jan 2001 17:11:49 GMT > > I am stuck on my final project in the university. I have > a working parser with AT&T lex and yacc. however, the > project is to be submitted in UNIX. ??? AFAIK, each Unix version has lex and yacc as their standard components. ALso, I don't understand why did you post this request here? What does this have to do with DJGPP? > I am searching for a simple, working flex and bison project. Flex and Bison are available from the GNY FTP site, ftp.gnu.org. If you wanted DJGPP ports, they are available from the usual DJGPP sites, in the v2gnu directory. > Also, I need to know how yylineno and YYSTYPE are declared in flex. This is explained in the Flex manual.