Construct equivalence classes in flex scanner

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3089 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-03-09 22:38:51 +00:00
parent 7b8ff44b67
commit 1d724a034a
2 changed files with 854 additions and 7950 deletions

File diff suppressed because it is too large Load diff

View file

@ -175,8 +175,10 @@ void yyfree (void* ptr, void* yyscanner) {
%option 8bit
/* define output file */
%option outfile="htmllex.c"
/* optimize for speed */
/* optimize for speed.. */
%option align full
/* ..but still construct equivalence classes */
%option ecs
/* add debugging ability */
%option debug
/* don't use unneeded functions */