#include <stdio.h>
#include <ctype.h>
Include dependency graph for CommonEnviromentParserYy.y:
Go to the source code of this file.
Defines | |
#define | YYDEBUG 1 |
Functions | |
statement< tstr > | pusha ($< tstr >1,$< tstr >3) |
int | yylex () |
int | yyerror (const char *s) |
Variables | |
statement | __pad0__ |
This is the parser for CommonEnviroment files. | |
comment | __pad1__ |
lvalue | __pad2__ |
lvalue< tstr > FILE * | input |
#define YYDEBUG 1 |
statement<tstr> pusha | ( | $< tstr > | 1, | |
$< tstr > | 3 | |||
) |
int yylex | ( | ) |
Definition at line 76 of file CommonEnviromentParserYy.y.
References ALPHA, EOL, EOS, EQUALS, input, LBRACE, LEXERROR, NUM, POUND, RBRACE, YYSTYPE::tstr, YYSTYPE::val, and yylval.
int yyerror | ( | const char * | s | ) |
statement __pad0__ |
This is the parser for CommonEnviroment files.
Definition at line 39 of file CommonEnviromentParserYy.y.
comment __pad1__ |
Definition at line 51 of file CommonEnviromentParserYy.y.
lvalue __pad2__ |
Definition at line 61 of file CommonEnviromentParserYy.y.
lvalue<tstr> FILE* input |
Definition at line 61 of file CommonEnviromentParserYy.y.
Referenced by ssCommonEnviromentYylex(), and yylex().