Searched defs:symbol (Results 1 – 1 of 1) sorted by relevance
254 struct symbol { struct255 const char *name; /* Name of the symbol */ argument256 int index; /* Index number for this symbol */ argument257 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */ argument259 struct symbol *fallback; /* fallback token in case this token doesn't parse */ argument262 char *firstset; /* First-set for all rules of this symbol */ argument265 char *destructor; /* Code which executes whenever this symbol is argument274 int bContent; /* True if this symbol ever carries content - if argument277 int nsubsym; /* Number of constituent symbols in the MULTI */ argument278 struct symbol **subsym; /* Array of constituent symbols */ argument