Home
last modified time | relevance | path

Searched defs:lemon (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c383 struct lemon { struct
385 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 …]