summaryrefslogtreecommitdiff
path: root/ext/ripper/y.output
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ripper/y.output')
-rw-r--r--ext/ripper/y.output322
1 files changed, 161 insertions, 161 deletions
diff --git a/ext/ripper/y.output b/ext/ripper/y.output
index 1024974..075ddb7 100644
--- a/ext/ripper/y.output
+++ b/ext/ripper/y.output
@@ -1,4 +1,4 @@
-Terminals unused in grammar
+Terminals which are not used
tRPAREN
idNULL
@@ -18,9 +18,9 @@ Grammar
0 $accept: program $end
- 1 $@1: /* empty */
+ 1 @1: /* empty */
- 2 program: $@1 top_compstmt
+ 2 program: @1 top_compstmt
3 top_compstmt: top_stmts opt_terms
@@ -31,9 +31,9 @@ Grammar
8 top_stmt: stmt
- 9 $@2: /* empty */
+ 9 @2: /* empty */
- 10 top_stmt: keyword_BEGIN $@2 '{' top_compstmt '}'
+ 10 top_stmt: keyword_BEGIN @2 '{' top_compstmt '}'
11 bodystmt: compstmt opt_rescue opt_else opt_ensure
@@ -44,9 +44,9 @@ Grammar
15 | stmts terms stmt
16 | error stmt
- 17 $@3: /* empty */
+ 17 @3: /* empty */
- 18 stmt: keyword_alias fitem $@3 fitem
+ 18 stmt: keyword_alias fitem @3 fitem
19 | keyword_alias tGVAR tGVAR
20 | keyword_alias tGVAR tBACK_REF
21 | keyword_alias tGVAR tNTH_REF
@@ -173,9 +173,9 @@ Grammar
121 undef_list: fitem
- 122 $@5: /* empty */
+ 122 @5: /* empty */
- 123 undef_list: undef_list ',' $@5 fitem
+ 123 undef_list: undef_list ',' @5 fitem
124 op: '|'
125 | '^'
@@ -292,9 +292,9 @@ Grammar
234 | arg tANDOP arg
235 | arg tOROP arg
- 236 $@6: /* empty */
+ 236 @6: /* empty */
- 237 arg: keyword_defined opt_nl $@6 arg
+ 237 arg: keyword_defined opt_nl @6 arg
238 | arg '?' arg opt_nl ':' arg
239 | primary
@@ -354,9 +354,9 @@ Grammar
280 primary: k_begin @8 bodystmt k_end
- 281 $@9: /* empty */
+ 281 @9: /* empty */
- 282 primary: tLPAREN_ARG expr $@9 rparen
+ 282 primary: tLPAREN_ARG expr @9 rparen
283 | tLPAREN compstmt ')'
284 | primary_value tCOLON2 tCONSTANT
285 | tCOLON3 tCONSTANT
@@ -367,9 +367,9 @@ Grammar
290 | keyword_yield '(' rparen
291 | keyword_yield
- 292 $@10: /* empty */
+ 292 @10: /* empty */
- 293 primary: keyword_defined opt_nl '(' $@10 expr rparen
+ 293 primary: keyword_defined opt_nl '(' @10 expr rparen
294 | keyword_not '(' expr rparen
295 | keyword_not '(' rparen
296 | operation brace_block
@@ -379,25 +379,25 @@ Grammar
300 | k_if expr_value then compstmt if_tail k_end
301 | k_unless expr_value then compstmt opt_else k_end
- 302 $@11: /* empty */
+ 302 @11: /* empty */
- 303 $@12: /* empty */
+ 303 @12: /* empty */
- 304 primary: k_while $@11 expr_value do $@12 compstmt k_end
+ 304 primary: k_while @11 expr_value do @12 compstmt k_end
- 305 $@13: /* empty */
+ 305 @13: /* empty */
- 306 $@14: /* empty */
+ 306 @14: /* empty */
- 307 primary: k_until $@13 expr_value do $@14 compstmt k_end
+ 307 primary: k_until @13 expr_value do @14 compstmt k_end
308 | k_case expr_value opt_terms case_body k_end
309 | k_case opt_terms case_body k_end
- 310 $@15: /* empty */
+ 310 @15: /* empty */
- 311 $@16: /* empty */
+ 311 @16: /* empty */
- 312 primary: k_for for_var keyword_in $@15 expr_value do $@16 compstmt k_end
+ 312 primary: k_for for_var keyword_in @15 expr_value do @16 compstmt k_end
313 @17: /* empty */
@@ -417,11 +417,11 @@ Grammar
321 primary: k_def fname @21 f_arglist bodystmt k_end
- 322 $@22: /* empty */
+ 322 @22: /* empty */
- 323 $@23: /* empty */
+ 323 @23: /* empty */
- 324 primary: k_def singleton dot_or_colon $@22 fname $@23 f_arglist bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon @22 fname @23 f_arglist bodystmt k_end
325 | keyword_break
326 | keyword_next
327 | keyword_redo
@@ -667,9 +667,9 @@ Grammar
492 superclass: term
- 493 $@32: /* empty */
+ 493 @32: /* empty */
- 494 superclass: '<' $@32 expr_value term
+ 494 superclass: '<' @32 expr_value term
495 | error term
496 f_arglist: '(' f_args rparen
@@ -731,9 +731,9 @@ Grammar
538 singleton: var_ref
- 539 $@33: /* empty */
+ 539 @33: /* empty */
- 540 singleton: '(' $@33 expr rparen
+ 540 singleton: '(' @33 expr rparen
541 assoc_list: none
542 | assocs trailer
@@ -948,7 +948,7 @@ $accept (148)
on left: 0
program (149)
on left: 2, on right: 0
-$@1 (150)
+@1 (150)
on left: 1, on right: 2
top_compstmt (151)
on left: 3, on right: 2 10
@@ -956,7 +956,7 @@ top_stmts (152)
on left: 4 5 6 7, on right: 3 6
top_stmt (153)
on left: 8 10, on right: 5 6 7
-$@2 (154)
+@2 (154)
on left: 9, on right: 10
bodystmt (155)
on left: 11, on right: 280 314 317 319 321 324
@@ -968,7 +968,7 @@ stmts (157)
stmt (158)
on left: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
36 37 38 39 40 41, on right: 8 14 15 16 23 24 25 26 27
-$@3 (159)
+@3 (159)
on left: 17, on right: 18
command_asgn (160)
on left: 42 43, on right: 29 43
@@ -1017,12 +1017,12 @@ fitem (180)
on left: 119 120, on right: 18 121 123
undef_list (181)
on left: 121 123, on right: 22 123
-$@5 (182)
+@5 (182)
on left: 122, on right: 123
op (183)
on left: 124 125 126 127 128 129 130 131 132 133 134 135 136 137
- 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152, on right:
- 115 553 556
+ 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152,
+ on right: 115 553 556
reswords (184)
on left: 153 154 155 156 157 158 159 160 161 162 163 164 165 166
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
@@ -1030,11 +1030,11 @@ reswords (184)
arg (185)
on left: 194 195 196 197 198 199 200 201 202 203 204 205 206 207
208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
- 224 225 226 227 228 229 230 231 232 233 234 235 237 238 239, on right:
- 49 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
- 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
- 225 226 227 228 229 230 231 232 233 234 235 237 238 240
-$@6 (186)
+ 224 225 226 227 228 229 230 231 232 233 234 235 237 238 239,
+ on right: 49 194 195 196 197 198 199 200 201 202 203 204 205 206
+ 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
+ 223 224 225 226 227 228 229 230 231 232 233 234 235 237 238 240
+@6 (186)
on left: 236, on right: 237
arg_value (187)
on left: 240, on right: 39 260 263 264 265 266 267 268 269 421
@@ -1065,25 +1065,25 @@ mrhs (198)
primary (199)
on left: 270 271 272 273 274 275 276 277 278 280 282 283 284 285
286 287 288 289 290 291 293 294 295 296 297 298 299 300 301 304
- 307 308 309 312 314 317 319 321 324 325 326 327 328, on right:
- 239 329
+ 307 308 309 312 314 317 319 321 324 325 326 327 328,
+ on right: 239 329
@8 (200)
on left: 279, on right: 280
-$@9 (201)
+@9 (201)
on left: 281, on right: 282
-$@10 (202)
+@10 (202)
on left: 292, on right: 293
-$@11 (203)
+@11 (203)
on left: 302, on right: 304
-$@12 (204)
+@12 (204)
on left: 303, on right: 304
-$@13 (205)
+@13 (205)
on left: 305, on right: 307
-$@14 (206)
+@14 (206)
on left: 306, on right: 307
-$@15 (207)
+@15 (207)
on left: 310, on right: 312
-$@16 (208)
+@16 (208)
on left: 311, on right: 312
@17 (209)
on left: 313, on right: 314
@@ -1095,9 +1095,9 @@ $@16 (208)
on left: 318, on right: 319
@21 (213)
on left: 320, on right: 321
-$@22 (214)
+@22 (214)
on left: 322, on right: 324
-$@23 (215)
+@23 (215)
on left: 323, on right: 324
primary_value (216)
on left: 329, on right: 32 33 34 35 36 60 61 62 63 91 92 93 94
@@ -1249,7 +1249,7 @@ backref (287)
on left: 490 491, on right: 37 97 106 204 277 463
superclass (288)
on left: 492 494 495, on right: 314
-$@32 (289)
+@32 (289)
on left: 493, on right: 494
f_arglist (290)
on left: 496 497, on right: 321 324
@@ -1288,7 +1288,7 @@ opt_f_block_arg (304)
510
singleton (305)
on left: 538 540, on right: 324
-$@33 (306)
+@33 (306)
on left: 539, on right: 540
assoc_list (307)
on left: 541 542, on right: 287
@@ -1329,10 +1329,10 @@ state 0
0 $accept: . program $end
- $default reduce using rule 1 ($@1)
+ $default reduce using rule 1 (@1)
program go to state 1
- $@1 go to state 2
+ @1 go to state 2
state 1
@@ -1344,7 +1344,7 @@ state 1
state 2
- 2 program: $@1 . top_compstmt
+ 2 program: @1 . top_compstmt
error shift, and go to state 4
keyword_class shift, and go to state 5
@@ -2254,7 +2254,7 @@ state 27
state 28
- 18 stmt: keyword_alias . fitem $@3 fitem
+ 18 stmt: keyword_alias . fitem @3 fitem
19 | keyword_alias . tGVAR tGVAR
20 | keyword_alias . tGVAR tBACK_REF
21 | keyword_alias . tGVAR tNTH_REF
@@ -2346,8 +2346,8 @@ state 28
state 29
- 237 arg: keyword_defined . opt_nl $@6 arg
- 293 primary: keyword_defined . opt_nl '(' $@10 expr rparen
+ 237 arg: keyword_defined . opt_nl @6 arg
+ 293 primary: keyword_defined . opt_nl '(' @10 expr rparen
'\n' shift, and go to state 224
@@ -2358,11 +2358,11 @@ state 29
state 30
- 10 top_stmt: keyword_BEGIN . $@2 '{' top_compstmt '}'
+ 10 top_stmt: keyword_BEGIN . @2 '{' top_compstmt '}'
- $default reduce using rule 9 ($@2)
+ $default reduce using rule 9 (@2)
- $@2 go to state 229
+ @2 go to state 229
state 31
@@ -2968,7 +2968,7 @@ state 49
state 50
- 282 primary: tLPAREN_ARG . expr $@9 rparen
+ 282 primary: tLPAREN_ARG . expr @9 rparen
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -3717,7 +3717,7 @@ state 63
state 64
- 2 program: $@1 top_compstmt .
+ 2 program: @1 top_compstmt .
$default reduce using rule 2 (program)
@@ -4264,20 +4264,20 @@ state 84
state 85
- 304 primary: k_while . $@11 expr_value do $@12 compstmt k_end
+ 304 primary: k_while . @11 expr_value do @12 compstmt k_end
- $default reduce using rule 302 ($@11)
+ $default reduce using rule 302 (@11)
- $@11 go to state 341
+ @11 go to state 341
state 86
- 307 primary: k_until . $@13 expr_value do $@14 compstmt k_end
+ 307 primary: k_until . @13 expr_value do @14 compstmt k_end
- $default reduce using rule 305 ($@13)
+ $default reduce using rule 305 (@13)
- $@13 go to state 342
+ @13 go to state 342
state 87
@@ -4389,7 +4389,7 @@ state 87
state 88
- 312 primary: k_for . for_var keyword_in $@15 expr_value do $@16 compstmt k_end
+ 312 primary: k_for . for_var keyword_in @15 expr_value do @16 compstmt k_end
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -4662,7 +4662,7 @@ state 90
state 91
321 primary: k_def . fname @21 f_arglist bodystmt k_end
- 324 | k_def . singleton dot_or_colon $@22 fname $@23 f_arglist bodystmt k_end
+ 324 | k_def . singleton dot_or_colon @22 fname @23 f_arglist bodystmt k_end
keyword_class shift, and go to state 113
keyword_module shift, and go to state 114
@@ -5485,7 +5485,7 @@ state 188
state 189
22 stmt: keyword_undef undef_list .
- 123 undef_list: undef_list . ',' $@5 fitem
+ 123 undef_list: undef_list . ',' @5 fitem
',' shift, and go to state 389
@@ -6810,28 +6810,28 @@ state 226
state 227
- 18 stmt: keyword_alias fitem . $@3 fitem
+ 18 stmt: keyword_alias fitem . @3 fitem
- $default reduce using rule 17 ($@3)
+ $default reduce using rule 17 (@3)
- $@3 go to state 421
+ @3 go to state 421
state 228
- 237 arg: keyword_defined opt_nl . $@6 arg
- 293 primary: keyword_defined opt_nl . '(' $@10 expr rparen
+ 237 arg: keyword_defined opt_nl . @6 arg
+ 293 primary: keyword_defined opt_nl . '(' @10 expr rparen
'(' shift, and go to state 422
- $default reduce using rule 236 ($@6)
+ $default reduce using rule 236 (@6)
- $@6 go to state 423
+ @6 go to state 423
state 229
- 10 top_stmt: keyword_BEGIN $@2 . '{' top_compstmt '}'
+ 10 top_stmt: keyword_BEGIN @2 . '{' top_compstmt '}'
'{' shift, and go to state 424
@@ -7420,14 +7420,14 @@ state 249
45 expr: expr . keyword_and expr
46 | expr . keyword_or expr
- 282 primary: tLPAREN_ARG expr . $@9 rparen
+ 282 primary: tLPAREN_ARG expr . @9 rparen
keyword_and shift, and go to state 298
keyword_or shift, and go to state 299
- $default reduce using rule 281 ($@9)
+ $default reduce using rule 281 (@9)
- $@9 go to state 435
+ @9 go to state 435
state 250
@@ -7508,7 +7508,7 @@ state 257
state 258
- 293 primary: keyword_defined . opt_nl '(' $@10 expr rparen
+ 293 primary: keyword_defined . opt_nl '(' @10 expr rparen
'\n' shift, and go to state 224
@@ -12024,7 +12024,7 @@ state 340
state 341
- 304 primary: k_while $@11 . expr_value do $@12 compstmt k_end
+ 304 primary: k_while @11 . expr_value do @12 compstmt k_end
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -12123,7 +12123,7 @@ state 341
state 342
- 307 primary: k_until $@13 . expr_value do $@14 compstmt k_end
+ 307 primary: k_until @13 . expr_value do @14 compstmt k_end
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -12303,7 +12303,7 @@ state 349
state 350
- 312 primary: k_for for_var . keyword_in $@15 expr_value do $@16 compstmt k_end
+ 312 primary: k_for for_var . keyword_in @15 expr_value do @16 compstmt k_end
keyword_in shift, and go to state 554
@@ -12638,11 +12638,11 @@ state 373
state 374
- 540 singleton: '(' . $@33 expr rparen
+ 540 singleton: '(' . @33 expr rparen
- $default reduce using rule 539 ($@33)
+ $default reduce using rule 539 (@33)
- $@33 go to state 567
+ @33 go to state 567
state 375
@@ -12663,7 +12663,7 @@ state 376
state 377
- 324 primary: k_def singleton . dot_or_colon $@22 fname $@23 f_arglist bodystmt k_end
+ 324 primary: k_def singleton . dot_or_colon @22 fname @23 f_arglist bodystmt k_end
tCOLON2 shift, and go to state 569
'.' shift, and go to state 570
@@ -13012,11 +13012,11 @@ state 388
state 389
- 123 undef_list: undef_list ',' . $@5 fitem
+ 123 undef_list: undef_list ',' . @5 fitem
- $default reduce using rule 122 ($@5)
+ $default reduce using rule 122 (@5)
- $@5 go to state 584
+ @5 go to state 584
state 390
@@ -14007,7 +14007,7 @@ state 420
state 421
- 18 stmt: keyword_alias fitem $@3 . fitem
+ 18 stmt: keyword_alias fitem @3 . fitem
keyword_class shift, and go to state 113
keyword_module shift, and go to state 114
@@ -14095,16 +14095,16 @@ state 421
state 422
- 293 primary: keyword_defined opt_nl '(' . $@10 expr rparen
+ 293 primary: keyword_defined opt_nl '(' . @10 expr rparen
- $default reduce using rule 292 ($@10)
+ $default reduce using rule 292 (@10)
- $@10 go to state 604
+ @10 go to state 604
state 423
- 237 arg: keyword_defined opt_nl $@6 . arg
+ 237 arg: keyword_defined opt_nl @6 . arg
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -14197,7 +14197,7 @@ state 423
state 424
- 10 top_stmt: keyword_BEGIN $@2 '{' . top_compstmt '}'
+ 10 top_stmt: keyword_BEGIN @2 '{' . top_compstmt '}'
error shift, and go to state 4
keyword_class shift, and go to state 5
@@ -14684,7 +14684,7 @@ state 434
state 435
- 282 primary: tLPAREN_ARG expr $@9 . rparen
+ 282 primary: tLPAREN_ARG expr @9 . rparen
'\n' shift, and go to state 224
@@ -14940,7 +14940,7 @@ state 443
state 444
- 293 primary: keyword_defined opt_nl . '(' $@10 expr rparen
+ 293 primary: keyword_defined opt_nl . '(' @10 expr rparen
'(' shift, and go to state 422
@@ -18000,7 +18000,7 @@ state 544
state 545
- 304 primary: k_while $@11 expr_value . do $@12 compstmt k_end
+ 304 primary: k_while @11 expr_value . do @12 compstmt k_end
keyword_do_cond shift, and go to state 685
';' shift, and go to state 288
@@ -18012,7 +18012,7 @@ state 545
state 546
- 307 primary: k_until $@13 expr_value . do $@14 compstmt k_end
+ 307 primary: k_until @13 expr_value . do @14 compstmt k_end
keyword_do_cond shift, and go to state 685
';' shift, and go to state 288
@@ -18357,11 +18357,11 @@ state 553
state 554
- 312 primary: k_for for_var keyword_in . $@15 expr_value do $@16 compstmt k_end
+ 312 primary: k_for for_var keyword_in . @15 expr_value do @16 compstmt k_end
- $default reduce using rule 310 ($@15)
+ $default reduce using rule 310 (@15)
- $@15 go to state 697
+ @15 go to state 697
state 555
@@ -18415,11 +18415,11 @@ state 559
state 560
- 494 superclass: '<' . $@32 expr_value term
+ 494 superclass: '<' . @32 expr_value term
- $default reduce using rule 493 ($@32)
+ $default reduce using rule 493 (@32)
- $@32 go to state 700
+ @32 go to state 700
state 561
@@ -18761,7 +18761,7 @@ state 566
state 567
- 540 singleton: '(' $@33 . expr rparen
+ 540 singleton: '(' @33 . expr rparen
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -18905,11 +18905,11 @@ state 570
state 571
- 324 primary: k_def singleton dot_or_colon . $@22 fname $@23 f_arglist bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon . @22 fname @23 f_arglist bodystmt k_end
- $default reduce using rule 322 ($@22)
+ $default reduce using rule 322 (@22)
- $@22 go to state 711
+ @22 go to state 711
state 572
@@ -19184,7 +19184,7 @@ state 583
state 584
- 123 undef_list: undef_list ',' $@5 . fitem
+ 123 undef_list: undef_list ',' @5 . fitem
keyword_class shift, and go to state 113
keyword_module shift, and go to state 114
@@ -19888,14 +19888,14 @@ state 602
state 603
- 18 stmt: keyword_alias fitem $@3 fitem .
+ 18 stmt: keyword_alias fitem @3 fitem .
$default reduce using rule 18 (stmt)
state 604
- 293 primary: keyword_defined opt_nl '(' $@10 . expr rparen
+ 293 primary: keyword_defined opt_nl '(' @10 . expr rparen
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -20018,7 +20018,7 @@ state 605
233 | arg . tRSHFT arg
234 | arg . tANDOP arg
235 | arg . tOROP arg
- 237 | keyword_defined opt_nl $@6 arg .
+ 237 | keyword_defined opt_nl @6 arg .
238 | arg . '?' arg opt_nl ':' arg
tPOW shift, and go to state 308
@@ -20053,7 +20053,7 @@ state 605
state 606
- 10 top_stmt: keyword_BEGIN $@2 '{' top_compstmt . '}'
+ 10 top_stmt: keyword_BEGIN @2 '{' top_compstmt . '}'
'}' shift, and go to state 730
@@ -20178,7 +20178,7 @@ state 612
state 613
- 282 primary: tLPAREN_ARG expr $@9 rparen .
+ 282 primary: tLPAREN_ARG expr @9 rparen .
$default reduce using rule 282 (primary)
@@ -21935,11 +21935,11 @@ state 685
state 686
- 304 primary: k_while $@11 expr_value do . $@12 compstmt k_end
+ 304 primary: k_while @11 expr_value do . @12 compstmt k_end
- $default reduce using rule 303 ($@12)
+ $default reduce using rule 303 (@12)
- $@12 go to state 800
+ @12 go to state 800
state 687
@@ -21951,11 +21951,11 @@ state 687
state 688
- 307 primary: k_until $@13 expr_value do . $@14 compstmt k_end
+ 307 primary: k_until @13 expr_value do . @14 compstmt k_end
- $default reduce using rule 306 ($@14)
+ $default reduce using rule 306 (@14)
- $@14 go to state 801
+ @14 go to state 801
state 689
@@ -22053,7 +22053,7 @@ state 696
state 697
- 312 primary: k_for for_var keyword_in $@15 . expr_value do $@16 compstmt k_end
+ 312 primary: k_for for_var keyword_in @15 . expr_value do @16 compstmt k_end
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -22169,7 +22169,7 @@ state 699
state 700
- 494 superclass: '<' $@32 . expr_value term
+ 494 superclass: '<' @32 . expr_value term
keyword_class shift, and go to state 5
keyword_module shift, and go to state 6
@@ -22447,7 +22447,7 @@ state 707
45 expr: expr . keyword_and expr
46 | expr . keyword_or expr
- 540 singleton: '(' $@33 expr . rparen
+ 540 singleton: '(' @33 expr . rparen
keyword_and shift, and go to state 298
keyword_or shift, and go to state 299
@@ -22622,7 +22622,7 @@ state 710
state 711
- 324 primary: k_def singleton dot_or_colon $@22 . fname $@23 f_arglist bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon @22 . fname @23 f_arglist bodystmt k_end
keyword_class shift, and go to state 113
keyword_module shift, and go to state 114
@@ -23074,7 +23074,7 @@ state 719
state 720
- 123 undef_list: undef_list ',' $@5 fitem .
+ 123 undef_list: undef_list ',' @5 fitem .
$default reduce using rule 123 (undef_list)
@@ -23495,7 +23495,7 @@ state 729
45 expr: expr . keyword_and expr
46 | expr . keyword_or expr
- 293 primary: keyword_defined opt_nl '(' $@10 expr . rparen
+ 293 primary: keyword_defined opt_nl '(' @10 expr . rparen
keyword_and shift, and go to state 298
keyword_or shift, and go to state 299
@@ -23509,7 +23509,7 @@ state 729
state 730
- 10 top_stmt: keyword_BEGIN $@2 '{' top_compstmt '}' .
+ 10 top_stmt: keyword_BEGIN @2 '{' top_compstmt '}' .
$default reduce using rule 10 (top_stmt)
@@ -25326,7 +25326,7 @@ state 799
state 800
- 304 primary: k_while $@11 expr_value do $@12 . compstmt k_end
+ 304 primary: k_while @11 expr_value do @12 . compstmt k_end
error shift, and go to state 241
keyword_class shift, and go to state 5
@@ -25443,7 +25443,7 @@ state 800
state 801
- 307 primary: k_until $@13 expr_value do $@14 . compstmt k_end
+ 307 primary: k_until @13 expr_value do @14 . compstmt k_end
error shift, and go to state 241
keyword_class shift, and go to state 5
@@ -25793,7 +25793,7 @@ state 805
state 806
- 312 primary: k_for for_var keyword_in $@15 expr_value . do $@16 compstmt k_end
+ 312 primary: k_for for_var keyword_in @15 expr_value . do @16 compstmt k_end
keyword_do_cond shift, and go to state 685
';' shift, and go to state 288
@@ -25814,7 +25814,7 @@ state 807
state 808
- 494 superclass: '<' $@32 expr_value . term
+ 494 superclass: '<' @32 expr_value . term
';' shift, and go to state 288
'\n' shift, and go to state 289
@@ -25847,7 +25847,7 @@ state 811
state 812
- 540 singleton: '(' $@33 expr rparen .
+ 540 singleton: '(' @33 expr rparen .
$default reduce using rule 540 (singleton)
@@ -25882,11 +25882,11 @@ state 815
state 816
- 324 primary: k_def singleton dot_or_colon $@22 fname . $@23 f_arglist bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon @22 fname . @23 f_arglist bodystmt k_end
- $default reduce using rule 323 ($@23)
+ $default reduce using rule 323 (@23)
- $@23 go to state 880
+ @23 go to state 880
state 817
@@ -26277,7 +26277,7 @@ state 822
state 823
- 293 primary: keyword_defined opt_nl '(' $@10 expr rparen .
+ 293 primary: keyword_defined opt_nl '(' @10 expr rparen .
$default reduce using rule 293 (primary)
@@ -27133,7 +27133,7 @@ state 869
state 870
- 304 primary: k_while $@11 expr_value do $@12 compstmt . k_end
+ 304 primary: k_while @11 expr_value do @12 compstmt . k_end
keyword_end shift, and go to state 677
@@ -27142,7 +27142,7 @@ state 870
state 871
- 307 primary: k_until $@13 expr_value do $@14 compstmt . k_end
+ 307 primary: k_until @13 expr_value do @14 compstmt . k_end
keyword_end shift, and go to state 677
@@ -27173,11 +27173,11 @@ state 873
state 874
- 312 primary: k_for for_var keyword_in $@15 expr_value do . $@16 compstmt k_end
+ 312 primary: k_for for_var keyword_in @15 expr_value do . @16 compstmt k_end
- $default reduce using rule 311 ($@16)
+ $default reduce using rule 311 (@16)
- $@16 go to state 926
+ @16 go to state 926
state 875
@@ -27303,7 +27303,7 @@ state 875
state 876
- 494 superclass: '<' $@32 expr_value term .
+ 494 superclass: '<' @32 expr_value term .
$default reduce using rule 494 (superclass)
@@ -27331,7 +27331,7 @@ state 879
state 880
- 324 primary: k_def singleton dot_or_colon $@22 fname $@23 . f_arglist bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon @22 fname @23 . f_arglist bodystmt k_end
tIDENTIFIER shift, and go to state 622
tGVAR shift, and go to state 623
@@ -28038,14 +28038,14 @@ state 920
state 921
- 304 primary: k_while $@11 expr_value do $@12 compstmt k_end .
+ 304 primary: k_while @11 expr_value do @12 compstmt k_end .
$default reduce using rule 304 (primary)
state 922
- 307 primary: k_until $@13 expr_value do $@14 compstmt k_end .
+ 307 primary: k_until @13 expr_value do @14 compstmt k_end .
$default reduce using rule 307 (primary)
@@ -28073,7 +28073,7 @@ state 925
state 926
- 312 primary: k_for for_var keyword_in $@15 expr_value do $@16 . compstmt k_end
+ 312 primary: k_for for_var keyword_in @15 expr_value do @16 . compstmt k_end
error shift, and go to state 241
keyword_class shift, and go to state 5
@@ -28199,7 +28199,7 @@ state 927
state 928
- 324 primary: k_def singleton dot_or_colon $@22 fname $@23 f_arglist . bodystmt k_end
+ 324 primary: k_def singleton dot_or_colon @22 fname @23 f_arglist . bodystmt k_end
error shift, and go to state 241
keyword_class shift, and go to state 5
@@ -28842,7 +28842,7 @@ state 954
state 955
- 312 primary: k_for for_var keyword_in $@15 expr_value do $@16 compstmt . k_end
+ 312 primary: k_for for_var keyword_in @15 expr_value do @16 compstmt . k_end
keyword_end shift, and go to state 677
@@ -28858,7 +28858,7 @@ state 956
state 957
- 324 primary: k_def singleton dot_or_colon $@22 fname $@23 f_arglist bodystmt . k_end
+ 324 primary: k_def singleton dot_or_colon @22 fname @23 f_arglist bodystmt . k_end
keyword_end shift, and go to state 677
@@ -29089,14 +29089,14 @@ state 977
state 978
- 312 primary: k_for for_var keyword_in $@15 expr_value do $@16 compstmt k_end .
+ 312 primary: k_for for_var keyword_in @15 expr_value do @16 compstmt k_end .
$default reduce using rule 312 (primary)
state 979
- 324 primary: k_def singleton dot_or_colon $@22 fname $@23 f_arglist bodystmt k_end .
+ 324 primary: k_def singleton dot_or_colon @22 fname @23 f_arglist bodystmt k_end .
$default reduce using rule 324 (primary)