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 Mon Aug 20 13:34:21 2007 for Flex Bison C++ Example by  doxygen 1.5.2