Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c254 struct symbol { struct
255 const char *name; /* Name of the symbol */ argument
256 int index; /* Index number for this symbol */ argument
257 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */ argument
259 struct symbol *fallback; /* fallback token in case this token doesn't parse */ argument
262 char *firstset; /* First-set for all rules of this symbol */ argument
265 char *destructor; /* Code which executes whenever this symbol is argument
274 int bContent; /* True if this symbol ever carries content - if argument
277 int nsubsym; /* Number of constituent symbols in the MULTI */ argument
278 struct symbol **subsym; /* Array of constituent symbols */ argument