ParserYy.y File Reference

#include <stdio.h>
#include <ctype.h>

Include dependency graph for ParserYy.y:

Go to the source code of this file.

Defines

#define YYDEBUG   1
#define YYERROR_VERBOSE

Functions

int yylex ()
int yyerror (const char *s)

Variables

blocks __pad0__
 This is a test parser for the Parser class.
statements __pad1__
lvalue __pad2__
rvalue __pad3__
FILE * input


Define Documentation

#define YYDEBUG   1

#define YYERROR_VERBOSE


Function Documentation

int yylex (  ) 

Definition at line 65 of file ParserYy.y.

References ALPHA, EQUALS, input, LBRACE, NUM, RBRACE, YYSTYPE::tstr, YYSTYPE::val, and yylval.

int yyerror ( const char *  s  ) 

Definition at line 105 of file ParserYy.y.

References yyerror.


Variable Documentation

blocks __pad0__

This is a test parser for the Parser class.

Definition at line 33 of file ParserYy.y.

statements __pad1__

Definition at line 40 of file ParserYy.y.

lvalue __pad2__

Definition at line 46 of file ParserYy.y.

rvalue __pad3__

Definition at line 56 of file ParserYy.y.

FILE* input

Definition at line 61 of file CommonEnviromentParserYy.y.