#include "defs.h"
#include "xmldefs.h"
Go to the source code of this file.
Typedefs | |
typedef XmlChar | TerminalValue |
Data type representing terminal values. | |
Enumerations | |
enum | SymbolType { Terminal, Variable } |
Enum describing types of symbols in grammar rules. More... |
This file contains definitions of types and macros that ere relevant to grammars.
Definition in file grammardefs.h.
|
Enum describing types of symbols in grammar rules.
Grammar rules consist of two types of symbols: of terminals and variables (also non-terminals). This enum defines constants for these types of symbols. Definition at line 44 of file grammardefs.h. |