Searched defs:lemon (Results 1 – 1 of 1) sorted by relevance
232 struct lemon { struct233 struct state **sorted; /* Table of states sorted by state number */234 struct rule *rule; /* List of all rules */235 int nstate; /* Number of states */236 int nrule; /* Number of rules */237 int nsymbol; /* Number of terminal and nonterminal symbols */238 int nterminal; /* Number of terminal symbols */239 struct symbol **symbols; /* Sorted array of pointers to symbols */240 int errorcnt; /* Number of errors */241 struct symbol *errsym; /* The error symbol */[all …]