Lines Matching refs:syntactic

123 * Semantic Values::      Each token or syntactic grouping can have
297 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
469 * Semantic Values:: Each token or syntactic grouping can have
488 @dfn{syntactic groupings} and give rules for constructing them from their
539 @cindex syntactic grouping
540 @cindex grouping, syntactic
541 In the formal grammatical rules for a language, each kind of syntactic
571 The syntactic groupings of C include the expression, the statement, the
1234 the @dfn{textual location}, or @dfn{location}, of each syntactic construct.
3584 An action accompanies a syntactic rule and contains C code to be executed
4110 The most obvious way for building locations of syntactic groupings is very
4193 Before reporting an unresolvable syntactic ambiguity, a GLR
7532 more like a deterministic parser in the syntactic contexts where those
7691 in a different syntactic context than the one in which the invalid token was
7981 forgets all the syntactic context leading up to the error. A syntax error
8094 syntactic units. In many languages, the meaning of a token is affected by
8101 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
8156 construct itself by a complicated syntactic structure---the ``declarator''.
8190 the syntactic context.
9803 Various forms of syntactic sugar for @code{columns}.
9846 Various forms of syntactic sugar.
9957 Run the syntactic analysis, and return 0 on success, 1 otherwise.
10733 Run the syntactic analysis, and return @code{true} on success,
10738 During the syntactic analysis, return @code{true} if recovering
12127 syntactic context, and an incorrect list of expected tokens in a verbose