src/scanner.ll File Reference

Define the example Flex lexical scanner. More...

Go to the source code of this file.

Defines

#define yywrap()   1
#define yyterminate()   return token::END
#define YY_NO_UNISTD_H
#define YY_USER_ACTION   yylloc->columns(yyleng);


Detailed Description

Define the example Flex lexical scanner.

Definition in file scanner.ll.


Define Documentation

#define YY_NO_UNISTD_H

#define YY_USER_ACTION   yylloc->columns(yyleng);

 
#define yyterminate (  )     return token::END

 
#define yywrap (  )     1


Generated on Sun Aug 3 12:34:09 2008 for Flex Bison C++ Example by  doxygen 1.5.5