Message-Id: <200004251741.MAA14446@darwin.sfbr.org> Date: Tue, 25 Apr 2000 12:41:35 -0500 (CDT) From: Jeff Williams Subject: Re: Bison and Flex To: djgpp AT delorie DOT com Cc: liam AT indie DOT uklinux DOT net MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: V8xUOrcFHNgcq3MPleVZ8A== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.4 SunOS 5.7 sun4u sparc Reply-To: djgpp AT delorie DOT com -: I was wondering if there are any examples of simple bison/flex code -: available? Ones that could easily be understood that say just implement -: a few rules. See the very nice tutorial in Chapter 8 of Kernighan and Pike, "The UNIX Programming Environment" (1984; Englewood Cliffs, NJ: Prentice-Hall). The bison `info' file also has a short tutorial.