From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: What is flex? Date: Mon, 06 Oct 1997 20:29:35 +0200 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 25 Message-ID: <34392E0F.393C83A2@LSTM.Ruhr-UNI-Bochum.De> References: NNTP-Posting-Host: c64.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Bill_HellGateS wrote: > > What is flex and where can I get it?(I mean which zip file) > Thanks! It's a Fast LEXical scanner. It allows you together with bison to write parsers based on LR grammars. flex is the part that cuts the input into tokens, i.e. it recognizes keywords, numbers and such. It is in SIMTELMIRROR/simtelnet/gnu/djgpp/v2gnu/flx254[bds].zip -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************