#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. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002