#include <stdio.h>
#include <assert.h>
#include <yytdefs.h>
#include <yybdefs.h>
Go to the source code of this file.
Classes | |
struct | yystate |
struct | yytransition |
struct | yyctransition |
class | yylexer |
class | yyflexer |
class | yyclexer |
Defines | |
#define | YY_ALEX |
#define | YYEOF 0 |
#define | BEGIN yystart = |
#define | ECHO yyecho() |
#define | REJECT yyreject() |
#define | YYSTATE yystart |
#define | YY_START yystart |
#define | yyassert(expr) assert(expr) |
Typedefs | |
typedef yystate | yystate_t |
typedef yytransition | yytransition_t |
typedef yyctransition | yyctransition_t |
typedef short | yymatch_t |
typedef unsigned char | yybackup_t |
Variables | |
YYFAR | yyparser |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|