Lexical token recognition for input file. More...
#include <string>#include <limits>#include <cstdlib>#include "driver.hh"#include "parser.hh"#include "lexer.hh"
Go to the source code of this file.
Defines | |
| #define | yyterminate() return token::END |
| #define | YY_USER_ACTION yylloc->columns (YYLeng()); |
| #define | YY_DECL |
Lexical token recognition for input file.
These token definitions are used to generate lexer.cc.
Definition in file lexer.lex.
| #define YY_DECL |
yy::parser::token_type \ yy::lexer::yylex(yy::parser::semantic_type* yylval, \ yy::parser::location_type* yylloc)
1.6.0