Home | History | Annotate | Download | only in doc

Lines Matching full:syntactic

86 * Semantic Values::      Each token or syntactic grouping can have
260 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
1154 * Semantic Values:: Each token or syntactic grouping can have
1173 "syntactic groupings" and give rules for constructing them from their
1214 syntactic unit or grouping is named by a "symbol". Those which are
1241 The syntactic groupings of C include the expression, the statement,
1807 syntactic construct. Bison provides a mechanism for handling these
3860 An action accompanies a syntactic rule and contains C code to be
4291 The most obvious way for building locations of syntactic groupings
4365 reporting an unresolvable syntactic ambiguity, a GLR parser invokes
7143 deterministic parser in the syntactic contexts where those
7297 begin in a different syntactic context than the one in which the
7574 because it forgets all the syntactic context leading up to the error.
7681 syntactic units. In many languages, the meaning of a token is affected
7689 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
7740 declaration construct itself by a complicated syntactic structure--the
7768 flag controlled by the syntactic context.
9243 Various forms of syntactic sugar for `columns'.
9286 Various forms of syntactic sugar.
9374 Run the syntactic analysis, and return 0 on success, 1 otherwise.
10024 Run the syntactic analysis, and return `true' on success, `false'
10028 During the syntactic analysis, return `true' if recovering from a
11232 error recovery in the wrong syntactic context, and an incorrect
12331 * grouping, syntactic: Language and Grammar.
12524 * syntactic grouping: Language and Grammar.