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