Modified book samples that work with flex and bison.
From the book Lex & Yacc by John R. Levine, Tony Mason and Doug Brown.
All warnings are suppressed.
To compile the code samples, just
make
You can also compile according to chapters (there are in total 5 chapters)
make ch1 ch2 ch3 ch4 ch5
Clean all the compiled files
make clean