Home | History | Annotate | Download | only in tool

Lines Matching refs:follow

208 ** Configurations also contain a follow-set which is a list of terminal
209 ** symbols which are allowed to immediately follow the end of the rule.
218 char *fws; /* Follow-set for this configuration only */
219 struct plink *fplp; /* Follow-set forward propagation links */
220 struct plink *bplp; /* Follow-set backwards propagation links */
745 ** are added to between some states so that the LR(1) follow sets
821 /* A state with the same basis already exists! Copy all the follow-set
939 ** links are used in the follow-set computation. */
1484 /* Initialize the size for all follow and first sets */
1494 /* Compute all LR(0) states. Also record follow-set propagation
1495 ** links so that the follow-set can be computed later */
1503 /* Compute the follow set of every reducible configuration */
2024 to follow the previous rule.");
2051 to follow the previous rule.");
2660 ** Routines processing configuration follow-set propagation links
2675 "Unable to allocate memory for a new follow-set propagation link.\n");