exip
Alpha 0.5.4
|
A container for productions for a particular left-hand side non-terminal.
#include <procTypes.h>
Data Fields | |
Production * | production |
Array of grammar productions with event code length 1. More... | |
Index | pCount |
The number of productions. More... | |
uint16_t | meta |
Meta information for the grammar rule: More... | |
Definition at line 649 of file bin/headers/procTypes.h.
uint16_t GrammarRule::meta |
Definition at line 662 of file bin/headers/procTypes.h.
Index GrammarRule::pCount |
Definition at line 655 of file bin/headers/procTypes.h.
Production * GrammarRule::production |
Definition at line 652 of file bin/headers/procTypes.h.