Lines Matching +full:right +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 )
66 .I "right association" ).
72 expr \- expr \- expr
76 expr \- expr
78 matches the right side of the grammar rule above.
88 \- expr
95 expr \- expr
100 expr \- expr \- expr
106 expr \- expr
109 take the right associative interpretation.
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.
237 read, and then the right hand portion of
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