Compounds | |
class | DataParser |
The DataParser class implements the parser that is used by Grisu to parse incoming or loaded data packages and to build the internal Node based data representation. More... | |
struct | ParserArgs |
This structure is used to pass several input and output arguments to the Bison parser. More... | |
Functions | |
int | yyparse (void *args) |
The main entry point of the parser. |
|
The main entry point of the parser.
|