#include "config.h"#include <GetOpt.h>#include "Error.h"#include "parser.h"#include "Error.tab.hh"

Go to the source code of this file.
Functions | |
| int | Errorlex () |
| int | Errorparse (void *) |
| int | main (int argc, char *argv[]) |
| void | test_parser (Error &err) |
| void | test_scanner () |
| void | usage () |
Variables | |
| int | Errordebug |
| YYSTYPE | Errorlval |
| const char * | prompt = "error-test: " |
| int Errorlex | ( | ) |
Referenced by test_scanner().
| int Errorparse | ( | void * | ) |
Referenced by libdap::Error::parse().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 67 of file error-test.cc.
References Errordebug, test_parser(), test_scanner(), and usage.

| void test_parser | ( | Error & | err | ) |
| void test_scanner | ( | ) |
Definition at line 142 of file error-test.cc.
References Errorlex(), Errorlval, and prompt.
Referenced by main().

| void usage | ( | ) |
| int Errordebug |
Referenced by main().
| YYSTYPE Errorlval |
Referenced by test_scanner().
| const char* prompt = "error-test: " |
Definition at line 60 of file error-test.cc.
Referenced by test_gse_scanner(), test_parser(), and test_scanner().
1.5.5