-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathy.output
653 lines (508 loc) · 24.4 KB
/
y.output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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
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
183
184
185
186
187
188
189
190
191
192
193
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
state 0 //
0 $accept: . start
9 edge_stmt: . [$end, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
25 stmt_start: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 9 (edge_stmt)
EOF reduce using rule 25 (stmt_start)
HASH shift, and goto state 9
LE_OP reduce using rule 9 (edge_stmt)
NEWLINE shift, and goto state 12
QSTRING shift, and goto state 11
RE_OP reduce using rule 9 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 9 (edge_stmt)
directive_stmt goto state 6
edge_stmt goto state 5
node_name_list goto state 8
start goto state 1
stmt goto state 2
stmt_start goto state 3
value goto state 7
vertex_stmt goto state 4
conflict on HASH, shift, and goto state 9, reduce using rule 9, reduce using rule 25
conflict on LE_OP, reduce using rule 9, reduce using rule 25
conflict on NEWLINE, shift, and goto state 12, reduce using rule 9, reduce using rule 25
conflict on QSTRING, shift, and goto state 11, reduce using rule 9, reduce using rule 25
conflict on RE_OP, reduce using rule 9, reduce using rule 25
conflict on STRING, shift, and goto state 10, reduce using rule 9, reduce using rule 25
conflict on UE_OP, reduce using rule 9, reduce using rule 25
state 1 // [$end]
0 $accept: start . [$end]
$end accept
state 2 // [$end]
1 start: stmt . [$end]
2 stmt: stmt . stmt
9 edge_stmt: . [$end, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
25 stmt_start: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 1 (start)
EOF reduce using rule 25 (stmt_start)
HASH shift, and goto state 9
LE_OP reduce using rule 9 (edge_stmt)
NEWLINE shift, and goto state 12
QSTRING shift, and goto state 11
RE_OP reduce using rule 9 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 9 (edge_stmt)
directive_stmt goto state 6
edge_stmt goto state 5
node_name_list goto state 8
stmt goto state 34
stmt_start goto state 3
value goto state 7
vertex_stmt goto state 4
conflict on $end, reduce using rule 1, reduce using rule 9
conflict on HASH, shift, and goto state 9, reduce using rule 9, reduce using rule 25
conflict on LE_OP, reduce using rule 9, reduce using rule 25
conflict on NEWLINE, shift, and goto state 12, reduce using rule 9, reduce using rule 25
conflict on QSTRING, shift, and goto state 11, reduce using rule 9, reduce using rule 25
conflict on RE_OP, reduce using rule 9, reduce using rule 25
conflict on STRING, shift, and goto state 10, reduce using rule 9, reduce using rule 25
conflict on UE_OP, reduce using rule 9, reduce using rule 25
state 3 // [EOF]
3 stmt: stmt_start . stmt stmt_end
9 edge_stmt: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
25 stmt_start: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
EOF reduce using rule 9 (edge_stmt)
HASH shift, and goto state 9
LE_OP reduce using rule 9 (edge_stmt)
NEWLINE shift, and goto state 12
QSTRING shift, and goto state 11
RE_OP reduce using rule 9 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 9 (edge_stmt)
directive_stmt goto state 6
edge_stmt goto state 5
node_name_list goto state 8
stmt goto state 33
stmt_start goto state 3
value goto state 7
vertex_stmt goto state 4
conflict on EOF, reduce using rule 9, reduce using rule 25
conflict on HASH, shift, and goto state 9, reduce using rule 9, reduce using rule 25
conflict on LE_OP, reduce using rule 9, reduce using rule 25
conflict on NEWLINE, shift, and goto state 12, reduce using rule 9, reduce using rule 25
conflict on QSTRING, shift, and goto state 11, reduce using rule 9, reduce using rule 25
conflict on RE_OP, reduce using rule 9, reduce using rule 25
conflict on STRING, shift, and goto state 10, reduce using rule 9, reduce using rule 25
conflict on UE_OP, reduce using rule 9, reduce using rule 25
state 4 // QSTRING EQ BTICKSTR [$end]
4 stmt: vertex_stmt . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 4 (stmt)
EOF reduce using rule 4 (stmt)
HASH reduce using rule 4 (stmt)
LE_OP reduce using rule 4 (stmt)
NEWLINE reduce using rule 4 (stmt)
QSTRING reduce using rule 4 (stmt)
RE_OP reduce using rule 4 (stmt)
STRING reduce using rule 4 (stmt)
UE_OP reduce using rule 4 (stmt)
state 5 // [$end]
5 stmt: edge_stmt . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
11 edge_stmt: edge_stmt . op node_name_list
$end reduce using rule 5 (stmt)
EOF reduce using rule 5 (stmt)
HASH reduce using rule 5 (stmt)
LE_OP shift, and goto state 24
NEWLINE reduce using rule 5 (stmt)
QSTRING reduce using rule 5 (stmt)
RE_OP shift, and goto state 23
STRING reduce using rule 5 (stmt)
UE_OP shift, and goto state 25
op goto state 31
conflict on LE_OP, shift, and goto state 24, reduce using rule 5
conflict on RE_OP, shift, and goto state 23, reduce using rule 5
conflict on UE_OP, shift, and goto state 25, reduce using rule 5
state 6 // HASH STRING [$end]
6 stmt: directive_stmt . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 6 (stmt)
EOF reduce using rule 6 (stmt)
HASH reduce using rule 6 (stmt)
LE_OP reduce using rule 6 (stmt)
NEWLINE reduce using rule 6 (stmt)
QSTRING reduce using rule 6 (stmt)
RE_OP reduce using rule 6 (stmt)
STRING reduce using rule 6 (stmt)
UE_OP reduce using rule 6 (stmt)
state 7 // QSTRING [$end]
7 vertex_stmt: value . EQ BTICKSTR
8 vertex_stmt: value . EQ value
19 node_name_list: value . [$end, COMMA, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 19 (node_name_list)
COMMA reduce using rule 19 (node_name_list)
EOF reduce using rule 19 (node_name_list)
EQ shift, and goto state 28
HASH reduce using rule 19 (node_name_list)
LE_OP reduce using rule 19 (node_name_list)
NEWLINE reduce using rule 19 (node_name_list)
QSTRING reduce using rule 19 (node_name_list)
RE_OP reduce using rule 19 (node_name_list)
STRING reduce using rule 19 (node_name_list)
UE_OP reduce using rule 19 (node_name_list)
state 8 // QSTRING [$end]
10 edge_stmt: node_name_list . op node_name_list
12 edge_stmt: node_name_list . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
17 node_name_list: node_name_list . node_name_list
18 node_name_list: node_name_list . COMMA value
$end reduce using rule 12 (edge_stmt)
COMMA shift, and goto state 21
EOF reduce using rule 12 (edge_stmt)
HASH reduce using rule 12 (edge_stmt)
LE_OP shift, and goto state 24
NEWLINE reduce using rule 12 (edge_stmt)
QSTRING shift, and goto state 11
RE_OP shift, and goto state 23
STRING shift, and goto state 10
UE_OP shift, and goto state 25
node_name_list goto state 20
op goto state 19
value goto state 22
conflict on LE_OP, shift, and goto state 24, reduce using rule 12
conflict on QSTRING, shift, and goto state 11, reduce using rule 12
conflict on RE_OP, shift, and goto state 23, reduce using rule 12
conflict on STRING, shift, and goto state 10, reduce using rule 12
conflict on UE_OP, shift, and goto state 25, reduce using rule 12
state 9 // HASH
13 directive_stmt: HASH . STRING kv_list
14 directive_stmt: HASH . STRING
STRING shift, and goto state 13
state 10 // STRING
20 value: STRING . [$end, COMMA, EOF, EQ, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 20 (value)
COMMA reduce using rule 20 (value)
EOF reduce using rule 20 (value)
EQ reduce using rule 20 (value)
HASH reduce using rule 20 (value)
LE_OP reduce using rule 20 (value)
NEWLINE reduce using rule 20 (value)
QSTRING reduce using rule 20 (value)
RE_OP reduce using rule 20 (value)
STRING reduce using rule 20 (value)
UE_OP reduce using rule 20 (value)
state 11 // QSTRING
21 value: QSTRING . [$end, COMMA, EOF, EQ, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 21 (value)
COMMA reduce using rule 21 (value)
EOF reduce using rule 21 (value)
EQ reduce using rule 21 (value)
HASH reduce using rule 21 (value)
LE_OP reduce using rule 21 (value)
NEWLINE reduce using rule 21 (value)
QSTRING reduce using rule 21 (value)
RE_OP reduce using rule 21 (value)
STRING reduce using rule 21 (value)
UE_OP reduce using rule 21 (value)
state 12 // NEWLINE
26 stmt_start: NEWLINE . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
EOF reduce using rule 26 (stmt_start)
HASH reduce using rule 26 (stmt_start)
LE_OP reduce using rule 26 (stmt_start)
NEWLINE reduce using rule 26 (stmt_start)
QSTRING reduce using rule 26 (stmt_start)
RE_OP reduce using rule 26 (stmt_start)
STRING reduce using rule 26 (stmt_start)
UE_OP reduce using rule 26 (stmt_start)
state 13 // HASH STRING
13 directive_stmt: HASH STRING . kv_list
14 directive_stmt: HASH STRING . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 14 (directive_stmt)
EOF reduce using rule 14 (directive_stmt)
HASH reduce using rule 14 (directive_stmt)
LE_OP reduce using rule 14 (directive_stmt)
NEWLINE reduce using rule 14 (directive_stmt)
QSTRING shift, and goto state 11
RE_OP reduce using rule 14 (directive_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 14 (directive_stmt)
kv_list goto state 14
value goto state 15
conflict on QSTRING, shift, and goto state 11, reduce using rule 14
conflict on STRING, shift, and goto state 10, reduce using rule 14
state 14 // HASH STRING QSTRING EQ QSTRING [$end]
13 directive_stmt: HASH STRING kv_list . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
15 kv_list: kv_list . kv_list
$end reduce using rule 13 (directive_stmt)
EOF reduce using rule 13 (directive_stmt)
HASH reduce using rule 13 (directive_stmt)
LE_OP reduce using rule 13 (directive_stmt)
NEWLINE reduce using rule 13 (directive_stmt)
QSTRING shift, and goto state 11
RE_OP reduce using rule 13 (directive_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 13 (directive_stmt)
kv_list goto state 18
value goto state 15
conflict on QSTRING, shift, and goto state 11, reduce using rule 13
conflict on STRING, shift, and goto state 10, reduce using rule 13
state 15 // HASH STRING QSTRING [EQ]
16 kv_list: value . EQ value
EQ shift, and goto state 16
state 16 // HASH STRING QSTRING EQ
16 kv_list: value EQ . value
QSTRING shift, and goto state 11
STRING shift, and goto state 10
value goto state 17
state 17 // HASH STRING QSTRING EQ QSTRING [$end]
16 kv_list: value EQ value . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 16 (kv_list)
EOF reduce using rule 16 (kv_list)
HASH reduce using rule 16 (kv_list)
LE_OP reduce using rule 16 (kv_list)
NEWLINE reduce using rule 16 (kv_list)
QSTRING reduce using rule 16 (kv_list)
RE_OP reduce using rule 16 (kv_list)
STRING reduce using rule 16 (kv_list)
UE_OP reduce using rule 16 (kv_list)
state 18 // HASH STRING QSTRING EQ QSTRING QSTRING EQ QSTRING [$end]
15 kv_list: kv_list . kv_list
15 kv_list: kv_list kv_list . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 15 (kv_list)
EOF reduce using rule 15 (kv_list)
HASH reduce using rule 15 (kv_list)
LE_OP reduce using rule 15 (kv_list)
NEWLINE reduce using rule 15 (kv_list)
QSTRING shift, and goto state 11
RE_OP reduce using rule 15 (kv_list)
STRING shift, and goto state 10
UE_OP reduce using rule 15 (kv_list)
kv_list goto state 18
value goto state 15
conflict on QSTRING, shift, and goto state 11, reduce using rule 15
conflict on STRING, shift, and goto state 10, reduce using rule 15
state 19 // QSTRING LE_OP [QSTRING]
10 edge_stmt: node_name_list op . node_name_list
QSTRING shift, and goto state 11
STRING shift, and goto state 10
node_name_list goto state 27
value goto state 22
state 20 // QSTRING QSTRING [$end]
17 node_name_list: node_name_list . node_name_list
17 node_name_list: node_name_list node_name_list . [$end, COMMA, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
18 node_name_list: node_name_list . COMMA value
$end reduce using rule 17 (node_name_list)
COMMA shift, and goto state 21
EOF reduce using rule 17 (node_name_list)
HASH reduce using rule 17 (node_name_list)
LE_OP reduce using rule 17 (node_name_list)
NEWLINE reduce using rule 17 (node_name_list)
QSTRING shift, and goto state 11
RE_OP reduce using rule 17 (node_name_list)
STRING shift, and goto state 10
UE_OP reduce using rule 17 (node_name_list)
node_name_list goto state 20
value goto state 22
conflict on COMMA, shift, and goto state 21, reduce using rule 17
conflict on QSTRING, shift, and goto state 11, reduce using rule 17
conflict on STRING, shift, and goto state 10, reduce using rule 17
state 21 // QSTRING COMMA
18 node_name_list: node_name_list COMMA . value
QSTRING shift, and goto state 11
STRING shift, and goto state 10
value goto state 26
state 22 // QSTRING QSTRING [$end]
19 node_name_list: value . [$end, COMMA, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 19 (node_name_list)
COMMA reduce using rule 19 (node_name_list)
EOF reduce using rule 19 (node_name_list)
HASH reduce using rule 19 (node_name_list)
LE_OP reduce using rule 19 (node_name_list)
NEWLINE reduce using rule 19 (node_name_list)
QSTRING reduce using rule 19 (node_name_list)
RE_OP reduce using rule 19 (node_name_list)
STRING reduce using rule 19 (node_name_list)
UE_OP reduce using rule 19 (node_name_list)
state 23 // RE_OP
22 op: RE_OP . [QSTRING, STRING]
QSTRING reduce using rule 22 (op)
STRING reduce using rule 22 (op)
state 24 // LE_OP
23 op: LE_OP . [QSTRING, STRING]
QSTRING reduce using rule 23 (op)
STRING reduce using rule 23 (op)
state 25 // UE_OP
24 op: UE_OP . [QSTRING, STRING]
QSTRING reduce using rule 24 (op)
STRING reduce using rule 24 (op)
state 26 // QSTRING COMMA QSTRING [$end]
18 node_name_list: node_name_list COMMA value . [$end, COMMA, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 18 (node_name_list)
COMMA reduce using rule 18 (node_name_list)
EOF reduce using rule 18 (node_name_list)
HASH reduce using rule 18 (node_name_list)
LE_OP reduce using rule 18 (node_name_list)
NEWLINE reduce using rule 18 (node_name_list)
QSTRING reduce using rule 18 (node_name_list)
RE_OP reduce using rule 18 (node_name_list)
STRING reduce using rule 18 (node_name_list)
UE_OP reduce using rule 18 (node_name_list)
state 27 // QSTRING LE_OP QSTRING [$end]
10 edge_stmt: node_name_list op node_name_list . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
17 node_name_list: node_name_list . node_name_list
18 node_name_list: node_name_list . COMMA value
$end reduce using rule 10 (edge_stmt)
COMMA shift, and goto state 21
EOF reduce using rule 10 (edge_stmt)
HASH reduce using rule 10 (edge_stmt)
LE_OP reduce using rule 10 (edge_stmt)
NEWLINE reduce using rule 10 (edge_stmt)
QSTRING shift, and goto state 11
RE_OP reduce using rule 10 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 10 (edge_stmt)
node_name_list goto state 20
value goto state 22
conflict on QSTRING, shift, and goto state 11, reduce using rule 10
conflict on STRING, shift, and goto state 10, reduce using rule 10
state 28 // QSTRING EQ
7 vertex_stmt: value EQ . BTICKSTR
8 vertex_stmt: value EQ . value
BTICKSTR shift, and goto state 29
QSTRING shift, and goto state 11
STRING shift, and goto state 10
value goto state 30
state 29 // QSTRING EQ BTICKSTR
7 vertex_stmt: value EQ BTICKSTR . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 7 (vertex_stmt)
EOF reduce using rule 7 (vertex_stmt)
HASH reduce using rule 7 (vertex_stmt)
LE_OP reduce using rule 7 (vertex_stmt)
NEWLINE reduce using rule 7 (vertex_stmt)
QSTRING reduce using rule 7 (vertex_stmt)
RE_OP reduce using rule 7 (vertex_stmt)
STRING reduce using rule 7 (vertex_stmt)
UE_OP reduce using rule 7 (vertex_stmt)
state 30 // QSTRING EQ QSTRING [$end]
8 vertex_stmt: value EQ value . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 8 (vertex_stmt)
EOF reduce using rule 8 (vertex_stmt)
HASH reduce using rule 8 (vertex_stmt)
LE_OP reduce using rule 8 (vertex_stmt)
NEWLINE reduce using rule 8 (vertex_stmt)
QSTRING reduce using rule 8 (vertex_stmt)
RE_OP reduce using rule 8 (vertex_stmt)
STRING reduce using rule 8 (vertex_stmt)
UE_OP reduce using rule 8 (vertex_stmt)
state 31 // LE_OP [QSTRING]
11 edge_stmt: edge_stmt op . node_name_list
QSTRING shift, and goto state 11
STRING shift, and goto state 10
node_name_list goto state 32
value goto state 22
state 32 // LE_OP QSTRING [$end]
11 edge_stmt: edge_stmt op node_name_list . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
17 node_name_list: node_name_list . node_name_list
18 node_name_list: node_name_list . COMMA value
$end reduce using rule 11 (edge_stmt)
COMMA shift, and goto state 21
EOF reduce using rule 11 (edge_stmt)
HASH reduce using rule 11 (edge_stmt)
LE_OP reduce using rule 11 (edge_stmt)
NEWLINE reduce using rule 11 (edge_stmt)
QSTRING shift, and goto state 11
RE_OP reduce using rule 11 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 11 (edge_stmt)
node_name_list goto state 20
value goto state 22
conflict on QSTRING, shift, and goto state 11, reduce using rule 11
conflict on STRING, shift, and goto state 10, reduce using rule 11
state 33 // [EOF]
2 stmt: stmt . stmt
3 stmt: stmt_start stmt . stmt_end
9 edge_stmt: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
25 stmt_start: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
EOF shift, and goto state 37
HASH shift, and goto state 9
LE_OP reduce using rule 9 (edge_stmt)
NEWLINE shift, and goto state 36
QSTRING shift, and goto state 11
RE_OP reduce using rule 9 (edge_stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 9 (edge_stmt)
directive_stmt goto state 6
edge_stmt goto state 5
node_name_list goto state 8
stmt goto state 34
stmt_end goto state 35
stmt_start goto state 3
value goto state 7
vertex_stmt goto state 4
conflict on EOF, shift, and goto state 37, reduce using rule 9, reduce using rule 25
conflict on HASH, shift, and goto state 9, reduce using rule 9, reduce using rule 25
conflict on LE_OP, reduce using rule 9, reduce using rule 25
conflict on NEWLINE, shift, and goto state 36, reduce using rule 9, reduce using rule 25
conflict on QSTRING, shift, and goto state 11, reduce using rule 9, reduce using rule 25
conflict on RE_OP, reduce using rule 9, reduce using rule 25
conflict on STRING, shift, and goto state 10, reduce using rule 9, reduce using rule 25
conflict on UE_OP, reduce using rule 9, reduce using rule 25
state 34 //
2 stmt: stmt . stmt
2 stmt: stmt stmt . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
9 edge_stmt: . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
25 stmt_start: . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 2 (stmt)
EOF reduce using rule 2 (stmt)
HASH shift, and goto state 9
LE_OP reduce using rule 2 (stmt)
NEWLINE shift, and goto state 12
QSTRING shift, and goto state 11
RE_OP reduce using rule 2 (stmt)
STRING shift, and goto state 10
UE_OP reduce using rule 2 (stmt)
directive_stmt goto state 6
edge_stmt goto state 5
node_name_list goto state 8
stmt goto state 34
stmt_start goto state 3
value goto state 7
vertex_stmt goto state 4
conflict on $end, reduce using rule 2, reduce using rule 9
conflict on EOF, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on HASH, shift, and goto state 9, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on LE_OP, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on NEWLINE, shift, and goto state 12, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on QSTRING, shift, and goto state 11, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on RE_OP, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on STRING, shift, and goto state 10, reduce using rule 2, reduce using rule 9, reduce using rule 25
conflict on UE_OP, reduce using rule 2, reduce using rule 9, reduce using rule 25
state 35 // EOF [$end]
3 stmt: stmt_start stmt stmt_end . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 3 (stmt)
EOF reduce using rule 3 (stmt)
HASH reduce using rule 3 (stmt)
LE_OP reduce using rule 3 (stmt)
NEWLINE reduce using rule 3 (stmt)
QSTRING reduce using rule 3 (stmt)
RE_OP reduce using rule 3 (stmt)
STRING reduce using rule 3 (stmt)
UE_OP reduce using rule 3 (stmt)
state 36 // NEWLINE
26 stmt_start: NEWLINE . [EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
27 stmt_end: NEWLINE . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 27 (stmt_end)
EOF reduce using rule 26 (stmt_start)
HASH reduce using rule 26 (stmt_start)
LE_OP reduce using rule 26 (stmt_start)
NEWLINE reduce using rule 26 (stmt_start)
QSTRING reduce using rule 26 (stmt_start)
RE_OP reduce using rule 26 (stmt_start)
STRING reduce using rule 26 (stmt_start)
UE_OP reduce using rule 26 (stmt_start)
conflict on EOF, reduce using rule 26, reduce using rule 27
conflict on HASH, reduce using rule 26, reduce using rule 27
conflict on LE_OP, reduce using rule 26, reduce using rule 27
conflict on NEWLINE, reduce using rule 26, reduce using rule 27
conflict on QSTRING, reduce using rule 26, reduce using rule 27
conflict on RE_OP, reduce using rule 26, reduce using rule 27
conflict on STRING, reduce using rule 26, reduce using rule 27
conflict on UE_OP, reduce using rule 26, reduce using rule 27
state 37 // EOF
28 stmt_end: EOF . [$end, EOF, HASH, LE_OP, NEWLINE, QSTRING, RE_OP, STRING, UE_OP]
$end reduce using rule 28 (stmt_end)
EOF reduce using rule 28 (stmt_end)
HASH reduce using rule 28 (stmt_end)
LE_OP reduce using rule 28 (stmt_end)
NEWLINE reduce using rule 28 (stmt_end)
QSTRING reduce using rule 28 (stmt_end)
RE_OP reduce using rule 28 (stmt_end)
STRING reduce using rule 28 (stmt_end)
UE_OP reduce using rule 28 (stmt_end)