- ]b4_table_define([pact], [b4_pact],
- [YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
- STATE-NUM.])[;
-
- ]b4_table_define([defact], [b4_defact],
- [YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
- does not specify something else to do. Zero means the default is an
- error.])[;
-
- ]b4_table_define([pgoto], [b4_pgoto], [YYPGOTO[NTERM-NUM].])[;
-
- ]b4_table_define([defgoto], [b4_defgoto], [YYDEFGOTO[NTERM-NUM].])[;
-
- ]b4_table_define([table], [b4_table],
-[YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
- positive, shift that token. If negative, reduce the rule which
- number is the opposite. If zero, do what YYDEFACT says.])[;
-
- ]b4_table_define([check], [b4_check])[;
-
- ]b4_table_define([stos], [b4_stos],
- [STOS_[STATE-NUM] -- The (internal number of the) accessing
- symbol of state STATE-NUM.])[;
-
- ]b4_table_define([r1], [b4_r1],
- [YYR1[YYN] -- Symbol number of symbol that rule YYN derives.])[;
-
- ]b4_table_define([r2], [b4_r2],
- [YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.])[;