Searched defs:lemon (Results 1 – 1 of 1) sorted by relevance
383 struct lemon { struct385 struct rule *rule; /* List of all rules */386 struct rule *startRule; /* First rule */387 int nstate; /* Number of states */389 int nrule; /* Number of rules */394 int errAction; /* Error action value */395 int accAction; /* Accept action value */396 int noAction; /* No-op action value */400 int errorcnt; /* Number of errors */401 struct symbol *errsym; /* The error symbol */[all …]