#include "vrml1-parser.hh"
#include "Driver.hh"
Namespaces | |
namespace | vrml1 |
Defines | |
#define | yylex vrml1lex |
#define | YY_(msgid) msgid |
#define | YYUSE(e) ((void) (e)) |
#define | YYCDEBUG |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_STACK_PRINT() |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define YY_ | ( | msgid | ) | msgid |
#define YY_REDUCE_PRINT | ( | Rule | ) |
Value:
do { \ if (yydebug_) \ yy_reduce_print_ (Rule); \ } while (false)
#define YY_STACK_PRINT | ( | ) |
Value:
do { \ if (yydebug_) \ yystack_print_ (); \ } while (false)
#define YY_SYMBOL_PRINT | ( | Title, | |||
Type, | |||||
Value, | |||||
Location | ) |
Value:
do { \ if (yydebug_) \ { \ *yycdebug_ << Title << ' '; \ yy_symbol_print_ ((Type), (Value), (Location)); \ *yycdebug_ << std::endl; \ } \ } while (false)
#define YYABORT goto yyabortlab |
#define YYACCEPT goto yyacceptlab |
#define YYCDEBUG |
Value:
for (bool yydebugcond_ = yydebug_; yydebugcond_; yydebugcond_ = false) \ (*yycdebug_)
#define YYERROR goto yyerrorlab |
#define yylex vrml1lex |
#define YYUSE | ( | e | ) | ((void) (e)) |