Go to the source code of this file.
Defines | |
#define | yyterminate() return token::END |
#define | YY_NO_UNISTD_H |
#define | YY_USER_ACTION yylloc->columns(yyleng); |
Typedefs | |
typedef example::Parser::token | token |
typedef example::Parser::token_type | token_type |
Definition in file scanner.ll.
#define YY_NO_UNISTD_H |
Definition at line 20 of file scanner.ll.
#define YY_USER_ACTION yylloc->columns(yyleng); |
#define yyterminate | ( | ) | return token::END |
Definition at line 16 of file scanner.ll.
typedef example::Parser::token token |
Definition at line 11 of file scanner.ll.
Definition at line 12 of file scanner.ll.