• Home
  • Raw
  • Download

Lines Matching refs:grouping

84 * Semantic Values::   Each token or syntactic grouping can have
731 * Semantic Values:: Each token or syntactic grouping can have
751 parts. For example, in the C language, one kind of grouping is called
790 syntactic unit or grouping is named by a "symbol". Those which are
791 built by grouping smaller constructs according to grammatical rules are
795 corresponding to a single nonterminal symbol a "grouping".
851 result is that the entire token sequence reduces to a single grouping
936 Each grouping can also have a semantic value as well as its
1389 whole grouping is `@$', while the locations of the subexpressions are
1397 When building a new location for a given grouping, the default behavior
1669 when a grouping is recognized. The actions are the C code that appears
1674 pseudo-variable `$$' stands for the semantic value for the grouping
1736 semantic value of the `exp' grouping is the value of `$1' because the
1753 The `exp' grouping has several rules, one for each kind of expression.
2935 be combined into a larger grouping of type `exp'.
3050 because the action for the grouping `X + Y' is to add the numbers
3116 most actions is to compute a semantic value for the grouping built by
3129 the value of the Nth component. The semantic value for the grouping
3433 hand side is `@N', while the location of the left hand side grouping is
3503 the location of the grouping (the result of the computation). When a
3684 of the operator nest: whether `X OP Y OP Z' is parsed by grouping
3685 X with Y first or by grouping Y with Z first. `%left' specifies
3686 left-associativity (grouping X with Y first) and `%right'
3687 specifies right-associativity (grouping Y with Z first).
4562 grouping made by the current rule. *Note Actions::.
4651 textual location of the grouping made by the current rule. *Note
4736 stack by a single grouping whose symbol is the result (left hand side)
4739 resulting grouping.
4758 input down to a single grouping whose symbol is the grammar's
4799 unary factorial operators (`!'), and allow parentheses for grouping.
5102 top of the stack, and replaced by one grouping. In other words, that
8615 * grouping, syntactic: Language and Grammar.
8759 * syntactic grouping: Language and Grammar.