Message-ID: <375DB01B.839CC62A@hotmail.com> From: Denis Lamarche Organization: @Home Network X-Mailer: Mozilla 4.05 [en]C-AtHome0404 (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Bison Vs. Flex? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 8 Date: Tue, 08 Jun 1999 21:11:49 GMT NNTP-Posting-Host: 24.112.228.171 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 928876309 24.112.228.171 (Tue, 08 Jun 1999 14:11:49 PDT) NNTP-Posting-Date: Tue, 08 Jun 1999 14:11:49 PDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What is the difference between Bison And Flex? (for djgpp). I know That flex can make compilers for languages, but what about bison. is it a parser? Can I use one of these to parse thru a script language(that I made) without having to program the 'if', 'else', 'then', ect? and without programming the variable interaction, like assign and make variables? Denny