Blame examples/README

Packit f00812
This directory contains some examples of what you can do with
Packit f00812
flex. These files are not tested regularly so you might have to tinker
Packit f00812
a bit before they work for you. Updates, new files and patches are welcome.
Packit f00812
Packit f00812
	- debflex.awk, an awk script for anotating flex debug output.
Packit f00812
	  It presently only works with gawk and mawk, not with "old"
Packit f00812
	  or "new" awk.
Packit f00812
Packit f00812
	- testxxLexer.l, a sample C++ program that uses flex's scanner
Packit f00812
	  class option ("-+").
Packit f00812
Packit f00812
	- fastwc/, a subdirectory containing examples of how to use flex
Packit f00812
	  to write progressively higher-performance versions of the Unix
Packit f00812
	  "wc" utility.  This certainly should work with 2.5, but hasn't
Packit f00812
	  been tested.