Lines Matching +full:left +full:- +full:most
1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
44 expr : expr \'\-\' expr
53 expr \- expr \- expr
57 ( expr \- expr ) \- expr
61 expr \- ( expr \- expr )
64 .I "left association" ,
72 expr \- expr \- expr
76 expr \- expr
85 left side of the rule).
88 \- expr
91 The effect of this is to take the left associative interpretation.
95 expr \- expr
100 expr \- expr \- expr
106 expr \- expr
112 expr \- expr
154 For this reason, most previous parser generators
160 language involving an ``if-then-else'' construction:
178 simple-if
182 if-else
203 The second interpretation is the one given in most programming languages
208 ``un-\fIELSE'\fRd''
218 by the simple-if rule to get
230 by the if-else rule.
241 can be reduced by the if-else rule to get
245 which can be reduced by the simple-if rule.
249 Once again the parser can do two valid things \- there is a shift/reduce conflict.
267 by examining the verbose (\fB\-v\fR) option output file.
319 In most one states, there will be at most reduce action possible in the