Searched defs:lemon (Results 1 – 1 of 1) sorted by relevance
259 struct lemon { struct261 struct rule *rule; /* List of all rules */262 int nstate; /* Number of states */263 int nrule; /* Number of rules */267 int errorcnt; /* Number of errors */268 struct symbol *errsym; /* The error symbol */274 char *stacksize; /* Size of the parser stack */291 char *filename; /* Name of the input file */292 char *tmplname; /* Name of the template file */296 int tablesize; /* Size of the parse tables */[all …]