• Home
  • Raw
  • Download

Lines Matching refs:grouping

122 * Semantic Values::   Each token or syntactic grouping can have
406 * Semantic Values:: Each token or syntactic grouping can have
426 parts. For example, in the C language, one kind of grouping is called an
477 @cindex syntactic grouping
478 @cindex grouping, syntactic
480 unit or grouping is named by a @dfn{symbol}. Those which are built by
481 grouping smaller constructs according to grammatical rules are called
485 corresponding to a single nonterminal symbol a @dfn{grouping}.
557 that the entire token sequence reduces to a single grouping whose symbol is
644 Each grouping can also have a semantic value as well as its nonterminal
1188 set of constructs. In the example above, the location of the whole grouping
1197 grouping, the default behavior of the output parser is to take the beginning
1483 grouping is recognized. The actions are the C code that appears inside
1488 pseudo-variable @code{$$} stands for the semantic value for the grouping
1548 the @code{exp} grouping is the value of @code{$1} because the @code{exp} in
1561 The @code{exp} grouping has several rules, one for each kind of expression.
2887 can be combined into a larger grouping of type @code{exp}.
3037 because the action for the grouping @w{@samp{@var{x} + @var{y}}} is to add
3109 is to compute a semantic value for the grouping built by the rule from the
3121 the value of the @var{n}th component. The semantic value for the grouping
3498 @code{@@@var{n}}, while the location of the left hand side grouping is
3578 the location of the grouping (the result of the computation). When a
3794 @var{z}} is parsed by grouping @var{x} with @var{y} first or by
3795 grouping @var{y} with @var{z} first. @code{%left} specifies
3796 left-associativity (grouping @var{x} with @var{y} first) and
3797 @code{%right} specifies right-associativity (grouping @var{y} with
4827 grouping made by the current rule. @xref{Actions}.
4943 of the grouping made by the current rule. @xref{Locations, ,
5078 single grouping whose symbol is the result (left hand side) of that rule.
5080 is what computes the semantic value of the resulting grouping.
5108 to a single grouping whose symbol is the grammar's start-symbol
5146 factorial operators (@samp{!}), and allow parentheses for grouping.
5511 the top of the stack, and replaced by one grouping. In other words,