Date: Mon, 16 Jun 1997 11:17:34 +0300 (IDT) From: Eli Zaretskii To: Jeff Taylor cc: djgpp AT delorie DOT com Subject: Re: NEWBIE - What is flex? In-Reply-To: <33A02CA5.6D7C@dcn.davis.ca.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 12 Jun 1997, Jeff Taylor wrote: > Flex and Bison are updated versions. They are used for > writing small language compilers or interpreters. Not only ``small'' compilers, Flex and Bison are industrial-strength tools. For example, GCC's parser is built with Bison.