@plurnk/plurnk-contracts 1.11.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SPEC.md +41 -10
- package/dist/conformance/agui-v1.json +5 -5
- package/dist/schema/ProviderUsage.json +1 -1
- package/dist/src/PlurnkErrorStrategy.d.ts +1 -0
- package/dist/src/PlurnkErrorStrategy.d.ts.map +1 -1
- package/dist/src/PlurnkErrorStrategy.js +90 -1
- package/dist/src/PlurnkErrorStrategy.js.map +1 -1
- package/dist/src/PlurnkParser.d.ts.map +1 -1
- package/dist/src/PlurnkParser.js +65 -1
- package/dist/src/PlurnkParser.js.map +1 -1
- package/dist/src/TagSignal.d.ts.map +1 -1
- package/dist/src/TagSignal.js +5 -0
- package/dist/src/TagSignal.js.map +1 -1
- package/dist/src/Validator.d.ts +1 -0
- package/dist/src/Validator.d.ts.map +1 -1
- package/dist/src/Validator.js +4 -0
- package/dist/src/Validator.js.map +1 -1
- package/dist/src/generated/plurnkParser.d.ts +0 -1
- package/dist/src/generated/plurnkParser.d.ts.map +1 -1
- package/dist/src/generated/plurnkParser.js +520 -519
- package/dist/src/generated/plurnkParser.js.map +1 -1
- package/dist/src/types.d.ts +7 -1
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.generated.d.ts +2 -2
- package/dist/src/types.js.map +1 -1
- package/package.json +1 -1
- package/plurnk.md +20 -25
|
@@ -376,41 +376,45 @@ export class plurnkParser extends antlr.Parser {
|
|
|
376
376
|
let _la;
|
|
377
377
|
try {
|
|
378
378
|
let alternative;
|
|
379
|
-
this.state =
|
|
379
|
+
this.state = 165;
|
|
380
380
|
this.errorHandler.sync(this);
|
|
381
|
-
switch (this.interpreter.adaptivePredict(this.tokenStream,
|
|
381
|
+
switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context)) {
|
|
382
382
|
case 1:
|
|
383
383
|
this.enterOuterAlt(localContext, 1);
|
|
384
384
|
{
|
|
385
385
|
this.state = 146;
|
|
386
|
-
this.turn();
|
|
387
|
-
}
|
|
388
|
-
break;
|
|
389
|
-
case 2:
|
|
390
|
-
this.enterOuterAlt(localContext, 2);
|
|
391
|
-
{
|
|
392
|
-
this.state = 147;
|
|
393
386
|
this.planStatement();
|
|
394
|
-
this.state =
|
|
387
|
+
this.state = 150;
|
|
395
388
|
this.errorHandler.sync(this);
|
|
396
|
-
|
|
397
|
-
while (
|
|
398
|
-
{
|
|
389
|
+
alternative = this.interpreter.adaptivePredict(this.tokenStream, 6, this.context);
|
|
390
|
+
while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) {
|
|
391
|
+
if (alternative === 1) {
|
|
399
392
|
{
|
|
400
|
-
|
|
401
|
-
|
|
393
|
+
{
|
|
394
|
+
this.state = 147;
|
|
395
|
+
this.midStatement();
|
|
396
|
+
}
|
|
402
397
|
}
|
|
403
398
|
}
|
|
404
|
-
this.state =
|
|
399
|
+
this.state = 152;
|
|
405
400
|
this.errorHandler.sync(this);
|
|
406
|
-
|
|
401
|
+
alternative = this.interpreter.adaptivePredict(this.tokenStream, 6, this.context);
|
|
402
|
+
}
|
|
403
|
+
this.state = 154;
|
|
404
|
+
this.errorHandler.sync(this);
|
|
405
|
+
_la = this.tokenStream.LA(1);
|
|
406
|
+
if (_la === 29) {
|
|
407
|
+
{
|
|
408
|
+
this.state = 153;
|
|
409
|
+
this.sendStatement();
|
|
410
|
+
}
|
|
407
411
|
}
|
|
408
412
|
}
|
|
409
413
|
break;
|
|
410
|
-
case
|
|
411
|
-
this.enterOuterAlt(localContext,
|
|
414
|
+
case 2:
|
|
415
|
+
this.enterOuterAlt(localContext, 2);
|
|
412
416
|
{
|
|
413
|
-
this.state =
|
|
417
|
+
this.state = 157;
|
|
414
418
|
this.errorHandler.sync(this);
|
|
415
419
|
alternative = 1;
|
|
416
420
|
do {
|
|
@@ -418,7 +422,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
418
422
|
case 1:
|
|
419
423
|
{
|
|
420
424
|
{
|
|
421
|
-
this.state =
|
|
425
|
+
this.state = 156;
|
|
422
426
|
this.midStatement();
|
|
423
427
|
}
|
|
424
428
|
}
|
|
@@ -426,25 +430,25 @@ export class plurnkParser extends antlr.Parser {
|
|
|
426
430
|
default:
|
|
427
431
|
throw new antlr.NoViableAltException(this);
|
|
428
432
|
}
|
|
429
|
-
this.state =
|
|
433
|
+
this.state = 159;
|
|
430
434
|
this.errorHandler.sync(this);
|
|
431
|
-
alternative = this.interpreter.adaptivePredict(this.tokenStream,
|
|
435
|
+
alternative = this.interpreter.adaptivePredict(this.tokenStream, 8, this.context);
|
|
432
436
|
} while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER);
|
|
433
|
-
this.state =
|
|
437
|
+
this.state = 162;
|
|
434
438
|
this.errorHandler.sync(this);
|
|
435
439
|
_la = this.tokenStream.LA(1);
|
|
436
440
|
if (_la === 29) {
|
|
437
441
|
{
|
|
438
|
-
this.state =
|
|
442
|
+
this.state = 161;
|
|
439
443
|
this.sendStatement();
|
|
440
444
|
}
|
|
441
445
|
}
|
|
442
446
|
}
|
|
443
447
|
break;
|
|
444
|
-
case
|
|
445
|
-
this.enterOuterAlt(localContext,
|
|
448
|
+
case 3:
|
|
449
|
+
this.enterOuterAlt(localContext, 3);
|
|
446
450
|
{
|
|
447
|
-
this.state =
|
|
451
|
+
this.state = 164;
|
|
448
452
|
this.sendStatement();
|
|
449
453
|
}
|
|
450
454
|
break;
|
|
@@ -471,21 +475,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
471
475
|
try {
|
|
472
476
|
this.enterOuterAlt(localContext, 1);
|
|
473
477
|
{
|
|
474
|
-
this.state =
|
|
478
|
+
this.state = 170;
|
|
475
479
|
this.errorHandler.sync(this);
|
|
476
480
|
_la = this.tokenStream.LA(1);
|
|
477
481
|
while (((((_la - 21)) & ~0x1F) === 0 && ((1 << (_la - 21)) & 16383) !== 0)) {
|
|
478
482
|
{
|
|
479
483
|
{
|
|
480
|
-
this.state =
|
|
484
|
+
this.state = 167;
|
|
481
485
|
this.statement();
|
|
482
486
|
}
|
|
483
487
|
}
|
|
484
|
-
this.state =
|
|
488
|
+
this.state = 172;
|
|
485
489
|
this.errorHandler.sync(this);
|
|
486
490
|
_la = this.tokenStream.LA(1);
|
|
487
491
|
}
|
|
488
|
-
this.state =
|
|
492
|
+
this.state = 173;
|
|
489
493
|
this.match(plurnkParser.EOF);
|
|
490
494
|
}
|
|
491
495
|
}
|
|
@@ -510,21 +514,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
510
514
|
try {
|
|
511
515
|
this.enterOuterAlt(localContext, 1);
|
|
512
516
|
{
|
|
513
|
-
this.state =
|
|
517
|
+
this.state = 178;
|
|
514
518
|
this.errorHandler.sync(this);
|
|
515
519
|
_la = this.tokenStream.LA(1);
|
|
516
520
|
while (((((_la - 21)) & ~0x1F) === 0 && ((1 << (_la - 21)) & 65535) !== 0)) {
|
|
517
521
|
{
|
|
518
522
|
{
|
|
519
|
-
this.state =
|
|
523
|
+
this.state = 175;
|
|
520
524
|
this.clientStatement();
|
|
521
525
|
}
|
|
522
526
|
}
|
|
523
|
-
this.state =
|
|
527
|
+
this.state = 180;
|
|
524
528
|
this.errorHandler.sync(this);
|
|
525
529
|
_la = this.tokenStream.LA(1);
|
|
526
530
|
}
|
|
527
|
-
this.state =
|
|
531
|
+
this.state = 181;
|
|
528
532
|
this.match(plurnkParser.EOF);
|
|
529
533
|
}
|
|
530
534
|
}
|
|
@@ -546,7 +550,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
546
550
|
let localContext = new ClientStatementContext(this.context, this.state);
|
|
547
551
|
this.enterRule(localContext, 16, plurnkParser.RULE_clientStatement);
|
|
548
552
|
try {
|
|
549
|
-
this.state =
|
|
553
|
+
this.state = 186;
|
|
550
554
|
this.errorHandler.sync(this);
|
|
551
555
|
switch (this.tokenStream.LA(1)) {
|
|
552
556
|
case plurnkParser.OPEN_PLAN:
|
|
@@ -565,21 +569,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
565
569
|
case plurnkParser.OPEN_KILL:
|
|
566
570
|
this.enterOuterAlt(localContext, 1);
|
|
567
571
|
{
|
|
568
|
-
this.state =
|
|
572
|
+
this.state = 183;
|
|
569
573
|
this.statement();
|
|
570
574
|
}
|
|
571
575
|
break;
|
|
572
576
|
case plurnkParser.OPEN_LOOK:
|
|
573
577
|
this.enterOuterAlt(localContext, 2);
|
|
574
578
|
{
|
|
575
|
-
this.state =
|
|
579
|
+
this.state = 184;
|
|
576
580
|
this.lookStatement();
|
|
577
581
|
}
|
|
578
582
|
break;
|
|
579
583
|
case plurnkParser.OPEN_BUFF:
|
|
580
584
|
this.enterOuterAlt(localContext, 3);
|
|
581
585
|
{
|
|
582
|
-
this.state =
|
|
586
|
+
this.state = 185;
|
|
583
587
|
this.buffStatement();
|
|
584
588
|
}
|
|
585
589
|
break;
|
|
@@ -605,111 +609,111 @@ export class plurnkParser extends antlr.Parser {
|
|
|
605
609
|
let localContext = new StatementContext(this.context, this.state);
|
|
606
610
|
this.enterRule(localContext, 18, plurnkParser.RULE_statement);
|
|
607
611
|
try {
|
|
608
|
-
this.state =
|
|
612
|
+
this.state = 203;
|
|
609
613
|
this.errorHandler.sync(this);
|
|
610
|
-
switch (this.interpreter.adaptivePredict(this.tokenStream,
|
|
614
|
+
switch (this.interpreter.adaptivePredict(this.tokenStream, 14, this.context)) {
|
|
611
615
|
case 1:
|
|
612
616
|
this.enterOuterAlt(localContext, 1);
|
|
613
617
|
{
|
|
614
|
-
this.state =
|
|
618
|
+
this.state = 188;
|
|
615
619
|
this.findStatement();
|
|
616
620
|
}
|
|
617
621
|
break;
|
|
618
622
|
case 2:
|
|
619
623
|
this.enterOuterAlt(localContext, 2);
|
|
620
624
|
{
|
|
621
|
-
this.state =
|
|
625
|
+
this.state = 189;
|
|
622
626
|
this.readStatement();
|
|
623
627
|
}
|
|
624
628
|
break;
|
|
625
629
|
case 3:
|
|
626
630
|
this.enterOuterAlt(localContext, 3);
|
|
627
631
|
{
|
|
628
|
-
this.state =
|
|
632
|
+
this.state = 190;
|
|
629
633
|
this.editStatement();
|
|
630
634
|
}
|
|
631
635
|
break;
|
|
632
636
|
case 4:
|
|
633
637
|
this.enterOuterAlt(localContext, 4);
|
|
634
638
|
{
|
|
635
|
-
this.state =
|
|
639
|
+
this.state = 191;
|
|
636
640
|
this.copyStatement();
|
|
637
641
|
}
|
|
638
642
|
break;
|
|
639
643
|
case 5:
|
|
640
644
|
this.enterOuterAlt(localContext, 5);
|
|
641
645
|
{
|
|
642
|
-
this.state =
|
|
646
|
+
this.state = 192;
|
|
643
647
|
this.moveStatement();
|
|
644
648
|
}
|
|
645
649
|
break;
|
|
646
650
|
case 6:
|
|
647
651
|
this.enterOuterAlt(localContext, 6);
|
|
648
652
|
{
|
|
649
|
-
this.state =
|
|
653
|
+
this.state = 193;
|
|
650
654
|
this.openStatement();
|
|
651
655
|
}
|
|
652
656
|
break;
|
|
653
657
|
case 7:
|
|
654
658
|
this.enterOuterAlt(localContext, 7);
|
|
655
659
|
{
|
|
656
|
-
this.state =
|
|
660
|
+
this.state = 194;
|
|
657
661
|
this.foldStatement();
|
|
658
662
|
}
|
|
659
663
|
break;
|
|
660
664
|
case 8:
|
|
661
665
|
this.enterOuterAlt(localContext, 8);
|
|
662
666
|
{
|
|
663
|
-
this.state =
|
|
667
|
+
this.state = 195;
|
|
664
668
|
this.sendStatement();
|
|
665
669
|
}
|
|
666
670
|
break;
|
|
667
671
|
case 9:
|
|
668
672
|
this.enterOuterAlt(localContext, 9);
|
|
669
673
|
{
|
|
670
|
-
this.state =
|
|
674
|
+
this.state = 196;
|
|
671
675
|
this.midSend();
|
|
672
676
|
}
|
|
673
677
|
break;
|
|
674
678
|
case 10:
|
|
675
679
|
this.enterOuterAlt(localContext, 10);
|
|
676
680
|
{
|
|
677
|
-
this.state =
|
|
681
|
+
this.state = 197;
|
|
678
682
|
this.execStatement();
|
|
679
683
|
}
|
|
680
684
|
break;
|
|
681
685
|
case 11:
|
|
682
686
|
this.enterOuterAlt(localContext, 11);
|
|
683
687
|
{
|
|
684
|
-
this.state =
|
|
688
|
+
this.state = 198;
|
|
685
689
|
this.bareStatement();
|
|
686
690
|
}
|
|
687
691
|
break;
|
|
688
692
|
case 12:
|
|
689
693
|
this.enterOuterAlt(localContext, 12);
|
|
690
694
|
{
|
|
691
|
-
this.state =
|
|
695
|
+
this.state = 199;
|
|
692
696
|
this.workStatement();
|
|
693
697
|
}
|
|
694
698
|
break;
|
|
695
699
|
case 13:
|
|
696
700
|
this.enterOuterAlt(localContext, 13);
|
|
697
701
|
{
|
|
698
|
-
this.state =
|
|
702
|
+
this.state = 200;
|
|
699
703
|
this.forkStatement();
|
|
700
704
|
}
|
|
701
705
|
break;
|
|
702
706
|
case 14:
|
|
703
707
|
this.enterOuterAlt(localContext, 14);
|
|
704
708
|
{
|
|
705
|
-
this.state =
|
|
709
|
+
this.state = 201;
|
|
706
710
|
this.killStatement();
|
|
707
711
|
}
|
|
708
712
|
break;
|
|
709
713
|
case 15:
|
|
710
714
|
this.enterOuterAlt(localContext, 15);
|
|
711
715
|
{
|
|
712
|
-
this.state =
|
|
716
|
+
this.state = 202;
|
|
713
717
|
this.planStatement();
|
|
714
718
|
}
|
|
715
719
|
break;
|
|
@@ -733,97 +737,97 @@ export class plurnkParser extends antlr.Parser {
|
|
|
733
737
|
let localContext = new MidStatementContext(this.context, this.state);
|
|
734
738
|
this.enterRule(localContext, 20, plurnkParser.RULE_midStatement);
|
|
735
739
|
try {
|
|
736
|
-
this.state =
|
|
740
|
+
this.state = 218;
|
|
737
741
|
this.errorHandler.sync(this);
|
|
738
742
|
switch (this.tokenStream.LA(1)) {
|
|
739
743
|
case plurnkParser.OPEN_FIND:
|
|
740
744
|
this.enterOuterAlt(localContext, 1);
|
|
741
745
|
{
|
|
742
|
-
this.state =
|
|
746
|
+
this.state = 205;
|
|
743
747
|
this.findStatement();
|
|
744
748
|
}
|
|
745
749
|
break;
|
|
746
750
|
case plurnkParser.OPEN_READ:
|
|
747
751
|
this.enterOuterAlt(localContext, 2);
|
|
748
752
|
{
|
|
749
|
-
this.state =
|
|
753
|
+
this.state = 206;
|
|
750
754
|
this.readStatement();
|
|
751
755
|
}
|
|
752
756
|
break;
|
|
753
757
|
case plurnkParser.OPEN_EDIT:
|
|
754
758
|
this.enterOuterAlt(localContext, 3);
|
|
755
759
|
{
|
|
756
|
-
this.state =
|
|
760
|
+
this.state = 207;
|
|
757
761
|
this.editStatement();
|
|
758
762
|
}
|
|
759
763
|
break;
|
|
760
764
|
case plurnkParser.OPEN_COPY:
|
|
761
765
|
this.enterOuterAlt(localContext, 4);
|
|
762
766
|
{
|
|
763
|
-
this.state =
|
|
767
|
+
this.state = 208;
|
|
764
768
|
this.copyStatement();
|
|
765
769
|
}
|
|
766
770
|
break;
|
|
767
771
|
case plurnkParser.OPEN_MOVE:
|
|
768
772
|
this.enterOuterAlt(localContext, 5);
|
|
769
773
|
{
|
|
770
|
-
this.state =
|
|
774
|
+
this.state = 209;
|
|
771
775
|
this.moveStatement();
|
|
772
776
|
}
|
|
773
777
|
break;
|
|
774
778
|
case plurnkParser.OPEN_OPEN:
|
|
775
779
|
this.enterOuterAlt(localContext, 6);
|
|
776
780
|
{
|
|
777
|
-
this.state =
|
|
781
|
+
this.state = 210;
|
|
778
782
|
this.openStatement();
|
|
779
783
|
}
|
|
780
784
|
break;
|
|
781
785
|
case plurnkParser.OPEN_FOLD:
|
|
782
786
|
this.enterOuterAlt(localContext, 7);
|
|
783
787
|
{
|
|
784
|
-
this.state =
|
|
788
|
+
this.state = 211;
|
|
785
789
|
this.foldStatement();
|
|
786
790
|
}
|
|
787
791
|
break;
|
|
788
792
|
case plurnkParser.OPEN_SEND:
|
|
789
793
|
this.enterOuterAlt(localContext, 8);
|
|
790
794
|
{
|
|
791
|
-
this.state =
|
|
795
|
+
this.state = 212;
|
|
792
796
|
this.midSend();
|
|
793
797
|
}
|
|
794
798
|
break;
|
|
795
799
|
case plurnkParser.OPEN_EXEC:
|
|
796
800
|
this.enterOuterAlt(localContext, 9);
|
|
797
801
|
{
|
|
798
|
-
this.state =
|
|
802
|
+
this.state = 213;
|
|
799
803
|
this.execStatement();
|
|
800
804
|
}
|
|
801
805
|
break;
|
|
802
806
|
case plurnkParser.OPEN_BARE:
|
|
803
807
|
this.enterOuterAlt(localContext, 10);
|
|
804
808
|
{
|
|
805
|
-
this.state =
|
|
809
|
+
this.state = 214;
|
|
806
810
|
this.bareStatement();
|
|
807
811
|
}
|
|
808
812
|
break;
|
|
809
813
|
case plurnkParser.OPEN_WORK:
|
|
810
814
|
this.enterOuterAlt(localContext, 11);
|
|
811
815
|
{
|
|
812
|
-
this.state =
|
|
816
|
+
this.state = 215;
|
|
813
817
|
this.workStatement();
|
|
814
818
|
}
|
|
815
819
|
break;
|
|
816
820
|
case plurnkParser.OPEN_FORK:
|
|
817
821
|
this.enterOuterAlt(localContext, 12);
|
|
818
822
|
{
|
|
819
|
-
this.state =
|
|
823
|
+
this.state = 216;
|
|
820
824
|
this.forkStatement();
|
|
821
825
|
}
|
|
822
826
|
break;
|
|
823
827
|
case plurnkParser.OPEN_KILL:
|
|
824
828
|
this.enterOuterAlt(localContext, 13);
|
|
825
829
|
{
|
|
826
|
-
this.state =
|
|
830
|
+
this.state = 217;
|
|
827
831
|
this.killStatement();
|
|
828
832
|
}
|
|
829
833
|
break;
|
|
@@ -852,27 +856,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
852
856
|
try {
|
|
853
857
|
this.enterOuterAlt(localContext, 1);
|
|
854
858
|
{
|
|
855
|
-
this.state = 218;
|
|
856
|
-
this.match(plurnkParser.OPEN_FIND);
|
|
857
859
|
this.state = 220;
|
|
860
|
+
this.match(plurnkParser.OPEN_FIND);
|
|
861
|
+
this.state = 222;
|
|
858
862
|
this.errorHandler.sync(this);
|
|
859
863
|
_la = this.tokenStream.LA(1);
|
|
860
864
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
861
865
|
{
|
|
862
|
-
this.state =
|
|
866
|
+
this.state = 221;
|
|
863
867
|
this.tagOpModifiers();
|
|
864
868
|
}
|
|
865
869
|
}
|
|
866
|
-
this.state =
|
|
870
|
+
this.state = 225;
|
|
867
871
|
this.errorHandler.sync(this);
|
|
868
872
|
_la = this.tokenStream.LA(1);
|
|
869
873
|
if (_la === 20) {
|
|
870
874
|
{
|
|
871
|
-
this.state =
|
|
875
|
+
this.state = 224;
|
|
872
876
|
this.opAnnotation();
|
|
873
877
|
}
|
|
874
878
|
}
|
|
875
|
-
this.state =
|
|
879
|
+
this.state = 227;
|
|
876
880
|
this.statementEnd();
|
|
877
881
|
}
|
|
878
882
|
}
|
|
@@ -897,27 +901,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
897
901
|
try {
|
|
898
902
|
this.enterOuterAlt(localContext, 1);
|
|
899
903
|
{
|
|
900
|
-
this.state = 227;
|
|
901
|
-
this.match(plurnkParser.OPEN_READ);
|
|
902
904
|
this.state = 229;
|
|
905
|
+
this.match(plurnkParser.OPEN_READ);
|
|
906
|
+
this.state = 231;
|
|
903
907
|
this.errorHandler.sync(this);
|
|
904
908
|
_la = this.tokenStream.LA(1);
|
|
905
909
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
906
910
|
{
|
|
907
|
-
this.state =
|
|
911
|
+
this.state = 230;
|
|
908
912
|
this.tagOpModifiers();
|
|
909
913
|
}
|
|
910
914
|
}
|
|
911
|
-
this.state =
|
|
915
|
+
this.state = 234;
|
|
912
916
|
this.errorHandler.sync(this);
|
|
913
917
|
_la = this.tokenStream.LA(1);
|
|
914
918
|
if (_la === 20) {
|
|
915
919
|
{
|
|
916
|
-
this.state =
|
|
920
|
+
this.state = 233;
|
|
917
921
|
this.opAnnotation();
|
|
918
922
|
}
|
|
919
923
|
}
|
|
920
|
-
this.state =
|
|
924
|
+
this.state = 236;
|
|
921
925
|
this.statementEnd();
|
|
922
926
|
}
|
|
923
927
|
}
|
|
@@ -942,27 +946,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
942
946
|
try {
|
|
943
947
|
this.enterOuterAlt(localContext, 1);
|
|
944
948
|
{
|
|
945
|
-
this.state = 236;
|
|
946
|
-
this.match(plurnkParser.OPEN_EDIT);
|
|
947
949
|
this.state = 238;
|
|
950
|
+
this.match(plurnkParser.OPEN_EDIT);
|
|
951
|
+
this.state = 240;
|
|
948
952
|
this.errorHandler.sync(this);
|
|
949
953
|
_la = this.tokenStream.LA(1);
|
|
950
954
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
951
955
|
{
|
|
952
|
-
this.state =
|
|
956
|
+
this.state = 239;
|
|
953
957
|
this.tagOpModifiers();
|
|
954
958
|
}
|
|
955
959
|
}
|
|
956
|
-
this.state =
|
|
960
|
+
this.state = 243;
|
|
957
961
|
this.errorHandler.sync(this);
|
|
958
962
|
_la = this.tokenStream.LA(1);
|
|
959
963
|
if (_la === 20) {
|
|
960
964
|
{
|
|
961
|
-
this.state =
|
|
965
|
+
this.state = 242;
|
|
962
966
|
this.opAnnotation();
|
|
963
967
|
}
|
|
964
968
|
}
|
|
965
|
-
this.state =
|
|
969
|
+
this.state = 245;
|
|
966
970
|
this.statementEnd();
|
|
967
971
|
}
|
|
968
972
|
}
|
|
@@ -987,20 +991,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
987
991
|
try {
|
|
988
992
|
this.enterOuterAlt(localContext, 1);
|
|
989
993
|
{
|
|
990
|
-
this.state =
|
|
994
|
+
this.state = 247;
|
|
991
995
|
this.match(plurnkParser.OPEN_COPY);
|
|
992
|
-
this.state = 246;
|
|
993
|
-
this.transferModifiers();
|
|
994
996
|
this.state = 248;
|
|
997
|
+
this.transferModifiers();
|
|
998
|
+
this.state = 250;
|
|
995
999
|
this.errorHandler.sync(this);
|
|
996
1000
|
_la = this.tokenStream.LA(1);
|
|
997
1001
|
if (_la === 20) {
|
|
998
1002
|
{
|
|
999
|
-
this.state =
|
|
1003
|
+
this.state = 249;
|
|
1000
1004
|
this.opAnnotation();
|
|
1001
1005
|
}
|
|
1002
1006
|
}
|
|
1003
|
-
this.state =
|
|
1007
|
+
this.state = 252;
|
|
1004
1008
|
this.emptyStatementEnd();
|
|
1005
1009
|
}
|
|
1006
1010
|
}
|
|
@@ -1025,20 +1029,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1025
1029
|
try {
|
|
1026
1030
|
this.enterOuterAlt(localContext, 1);
|
|
1027
1031
|
{
|
|
1028
|
-
this.state =
|
|
1032
|
+
this.state = 254;
|
|
1029
1033
|
this.match(plurnkParser.OPEN_MOVE);
|
|
1030
|
-
this.state = 253;
|
|
1031
|
-
this.transferModifiers();
|
|
1032
1034
|
this.state = 255;
|
|
1035
|
+
this.transferModifiers();
|
|
1036
|
+
this.state = 257;
|
|
1033
1037
|
this.errorHandler.sync(this);
|
|
1034
1038
|
_la = this.tokenStream.LA(1);
|
|
1035
1039
|
if (_la === 20) {
|
|
1036
1040
|
{
|
|
1037
|
-
this.state =
|
|
1041
|
+
this.state = 256;
|
|
1038
1042
|
this.opAnnotation();
|
|
1039
1043
|
}
|
|
1040
1044
|
}
|
|
1041
|
-
this.state =
|
|
1045
|
+
this.state = 259;
|
|
1042
1046
|
this.emptyStatementEnd();
|
|
1043
1047
|
}
|
|
1044
1048
|
}
|
|
@@ -1063,27 +1067,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1063
1067
|
try {
|
|
1064
1068
|
this.enterOuterAlt(localContext, 1);
|
|
1065
1069
|
{
|
|
1066
|
-
this.state = 259;
|
|
1067
|
-
this.match(plurnkParser.OPEN_OPEN);
|
|
1068
1070
|
this.state = 261;
|
|
1071
|
+
this.match(plurnkParser.OPEN_OPEN);
|
|
1072
|
+
this.state = 263;
|
|
1069
1073
|
this.errorHandler.sync(this);
|
|
1070
1074
|
_la = this.tokenStream.LA(1);
|
|
1071
1075
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1072
1076
|
{
|
|
1073
|
-
this.state =
|
|
1077
|
+
this.state = 262;
|
|
1074
1078
|
this.tagOpModifiers();
|
|
1075
1079
|
}
|
|
1076
1080
|
}
|
|
1077
|
-
this.state =
|
|
1081
|
+
this.state = 266;
|
|
1078
1082
|
this.errorHandler.sync(this);
|
|
1079
1083
|
_la = this.tokenStream.LA(1);
|
|
1080
1084
|
if (_la === 20) {
|
|
1081
1085
|
{
|
|
1082
|
-
this.state =
|
|
1086
|
+
this.state = 265;
|
|
1083
1087
|
this.opAnnotation();
|
|
1084
1088
|
}
|
|
1085
1089
|
}
|
|
1086
|
-
this.state =
|
|
1090
|
+
this.state = 268;
|
|
1087
1091
|
this.statementEnd();
|
|
1088
1092
|
}
|
|
1089
1093
|
}
|
|
@@ -1108,27 +1112,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1108
1112
|
try {
|
|
1109
1113
|
this.enterOuterAlt(localContext, 1);
|
|
1110
1114
|
{
|
|
1111
|
-
this.state = 268;
|
|
1112
|
-
this.match(plurnkParser.OPEN_FOLD);
|
|
1113
1115
|
this.state = 270;
|
|
1116
|
+
this.match(plurnkParser.OPEN_FOLD);
|
|
1117
|
+
this.state = 272;
|
|
1114
1118
|
this.errorHandler.sync(this);
|
|
1115
1119
|
_la = this.tokenStream.LA(1);
|
|
1116
1120
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1117
1121
|
{
|
|
1118
|
-
this.state =
|
|
1122
|
+
this.state = 271;
|
|
1119
1123
|
this.tagOpModifiers();
|
|
1120
1124
|
}
|
|
1121
1125
|
}
|
|
1122
|
-
this.state =
|
|
1126
|
+
this.state = 275;
|
|
1123
1127
|
this.errorHandler.sync(this);
|
|
1124
1128
|
_la = this.tokenStream.LA(1);
|
|
1125
1129
|
if (_la === 20) {
|
|
1126
1130
|
{
|
|
1127
|
-
this.state =
|
|
1131
|
+
this.state = 274;
|
|
1128
1132
|
this.opAnnotation();
|
|
1129
1133
|
}
|
|
1130
1134
|
}
|
|
1131
|
-
this.state =
|
|
1135
|
+
this.state = 277;
|
|
1132
1136
|
this.statementEnd();
|
|
1133
1137
|
}
|
|
1134
1138
|
}
|
|
@@ -1153,20 +1157,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1153
1157
|
try {
|
|
1154
1158
|
this.enterOuterAlt(localContext, 1);
|
|
1155
1159
|
{
|
|
1156
|
-
this.state =
|
|
1160
|
+
this.state = 279;
|
|
1157
1161
|
this.match(plurnkParser.OPEN_SEND);
|
|
1158
|
-
this.state = 278;
|
|
1159
|
-
this.termModifiers();
|
|
1160
1162
|
this.state = 280;
|
|
1163
|
+
this.termModifiers();
|
|
1164
|
+
this.state = 282;
|
|
1161
1165
|
this.errorHandler.sync(this);
|
|
1162
1166
|
_la = this.tokenStream.LA(1);
|
|
1163
1167
|
if (_la === 20) {
|
|
1164
1168
|
{
|
|
1165
|
-
this.state =
|
|
1169
|
+
this.state = 281;
|
|
1166
1170
|
this.opAnnotation();
|
|
1167
1171
|
}
|
|
1168
1172
|
}
|
|
1169
|
-
this.state =
|
|
1173
|
+
this.state = 284;
|
|
1170
1174
|
this.statementEnd();
|
|
1171
1175
|
}
|
|
1172
1176
|
}
|
|
@@ -1191,27 +1195,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1191
1195
|
try {
|
|
1192
1196
|
this.enterOuterAlt(localContext, 1);
|
|
1193
1197
|
{
|
|
1194
|
-
this.state = 284;
|
|
1195
|
-
this.match(plurnkParser.OPEN_SEND);
|
|
1196
1198
|
this.state = 286;
|
|
1199
|
+
this.match(plurnkParser.OPEN_SEND);
|
|
1200
|
+
this.state = 288;
|
|
1197
1201
|
this.errorHandler.sync(this);
|
|
1198
1202
|
_la = this.tokenStream.LA(1);
|
|
1199
1203
|
if (_la === 1 || _la === 3) {
|
|
1200
1204
|
{
|
|
1201
|
-
this.state =
|
|
1205
|
+
this.state = 287;
|
|
1202
1206
|
this.midModifiers();
|
|
1203
1207
|
}
|
|
1204
1208
|
}
|
|
1205
|
-
this.state =
|
|
1209
|
+
this.state = 291;
|
|
1206
1210
|
this.errorHandler.sync(this);
|
|
1207
1211
|
_la = this.tokenStream.LA(1);
|
|
1208
1212
|
if (_la === 20) {
|
|
1209
1213
|
{
|
|
1210
|
-
this.state =
|
|
1214
|
+
this.state = 290;
|
|
1211
1215
|
this.opAnnotation();
|
|
1212
1216
|
}
|
|
1213
1217
|
}
|
|
1214
|
-
this.state =
|
|
1218
|
+
this.state = 293;
|
|
1215
1219
|
this.statementEnd();
|
|
1216
1220
|
}
|
|
1217
1221
|
}
|
|
@@ -1236,27 +1240,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1236
1240
|
try {
|
|
1237
1241
|
this.enterOuterAlt(localContext, 1);
|
|
1238
1242
|
{
|
|
1239
|
-
this.state = 293;
|
|
1240
|
-
this.match(plurnkParser.OPEN_EXEC);
|
|
1241
1243
|
this.state = 295;
|
|
1244
|
+
this.match(plurnkParser.OPEN_EXEC);
|
|
1245
|
+
this.state = 297;
|
|
1242
1246
|
this.errorHandler.sync(this);
|
|
1243
1247
|
_la = this.tokenStream.LA(1);
|
|
1244
1248
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1245
1249
|
{
|
|
1246
|
-
this.state =
|
|
1250
|
+
this.state = 296;
|
|
1247
1251
|
this.execModifiers();
|
|
1248
1252
|
}
|
|
1249
1253
|
}
|
|
1250
|
-
this.state =
|
|
1254
|
+
this.state = 300;
|
|
1251
1255
|
this.errorHandler.sync(this);
|
|
1252
1256
|
_la = this.tokenStream.LA(1);
|
|
1253
1257
|
if (_la === 20) {
|
|
1254
1258
|
{
|
|
1255
|
-
this.state =
|
|
1259
|
+
this.state = 299;
|
|
1256
1260
|
this.opAnnotation();
|
|
1257
1261
|
}
|
|
1258
1262
|
}
|
|
1259
|
-
this.state =
|
|
1263
|
+
this.state = 302;
|
|
1260
1264
|
this.statementEnd();
|
|
1261
1265
|
}
|
|
1262
1266
|
}
|
|
@@ -1281,27 +1285,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1281
1285
|
try {
|
|
1282
1286
|
this.enterOuterAlt(localContext, 1);
|
|
1283
1287
|
{
|
|
1284
|
-
this.state = 302;
|
|
1285
|
-
this.match(plurnkParser.OPEN_BARE);
|
|
1286
1288
|
this.state = 304;
|
|
1289
|
+
this.match(plurnkParser.OPEN_BARE);
|
|
1290
|
+
this.state = 306;
|
|
1287
1291
|
this.errorHandler.sync(this);
|
|
1288
1292
|
_la = this.tokenStream.LA(1);
|
|
1289
1293
|
if (_la === 1) {
|
|
1290
1294
|
{
|
|
1291
|
-
this.state =
|
|
1295
|
+
this.state = 305;
|
|
1292
1296
|
this.tagSignal();
|
|
1293
1297
|
}
|
|
1294
1298
|
}
|
|
1295
|
-
this.state =
|
|
1299
|
+
this.state = 309;
|
|
1296
1300
|
this.errorHandler.sync(this);
|
|
1297
1301
|
_la = this.tokenStream.LA(1);
|
|
1298
1302
|
if (_la === 20) {
|
|
1299
1303
|
{
|
|
1300
|
-
this.state =
|
|
1304
|
+
this.state = 308;
|
|
1301
1305
|
this.opAnnotation();
|
|
1302
1306
|
}
|
|
1303
1307
|
}
|
|
1304
|
-
this.state =
|
|
1308
|
+
this.state = 311;
|
|
1305
1309
|
this.statementEnd();
|
|
1306
1310
|
}
|
|
1307
1311
|
}
|
|
@@ -1326,27 +1330,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1326
1330
|
try {
|
|
1327
1331
|
this.enterOuterAlt(localContext, 1);
|
|
1328
1332
|
{
|
|
1329
|
-
this.state = 311;
|
|
1330
|
-
this.match(plurnkParser.OPEN_WORK);
|
|
1331
1333
|
this.state = 313;
|
|
1334
|
+
this.match(plurnkParser.OPEN_WORK);
|
|
1335
|
+
this.state = 315;
|
|
1332
1336
|
this.errorHandler.sync(this);
|
|
1333
1337
|
_la = this.tokenStream.LA(1);
|
|
1334
1338
|
if (_la === 1 || _la === 3) {
|
|
1335
1339
|
{
|
|
1336
|
-
this.state =
|
|
1340
|
+
this.state = 314;
|
|
1337
1341
|
this.branchModifiers();
|
|
1338
1342
|
}
|
|
1339
1343
|
}
|
|
1340
|
-
this.state =
|
|
1344
|
+
this.state = 318;
|
|
1341
1345
|
this.errorHandler.sync(this);
|
|
1342
1346
|
_la = this.tokenStream.LA(1);
|
|
1343
1347
|
if (_la === 20) {
|
|
1344
1348
|
{
|
|
1345
|
-
this.state =
|
|
1349
|
+
this.state = 317;
|
|
1346
1350
|
this.opAnnotation();
|
|
1347
1351
|
}
|
|
1348
1352
|
}
|
|
1349
|
-
this.state =
|
|
1353
|
+
this.state = 320;
|
|
1350
1354
|
this.statementEnd();
|
|
1351
1355
|
}
|
|
1352
1356
|
}
|
|
@@ -1371,27 +1375,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1371
1375
|
try {
|
|
1372
1376
|
this.enterOuterAlt(localContext, 1);
|
|
1373
1377
|
{
|
|
1374
|
-
this.state = 320;
|
|
1375
|
-
this.match(plurnkParser.OPEN_FORK);
|
|
1376
1378
|
this.state = 322;
|
|
1379
|
+
this.match(plurnkParser.OPEN_FORK);
|
|
1380
|
+
this.state = 324;
|
|
1377
1381
|
this.errorHandler.sync(this);
|
|
1378
1382
|
_la = this.tokenStream.LA(1);
|
|
1379
1383
|
if (_la === 1 || _la === 3) {
|
|
1380
1384
|
{
|
|
1381
|
-
this.state =
|
|
1385
|
+
this.state = 323;
|
|
1382
1386
|
this.branchModifiers();
|
|
1383
1387
|
}
|
|
1384
1388
|
}
|
|
1385
|
-
this.state =
|
|
1389
|
+
this.state = 327;
|
|
1386
1390
|
this.errorHandler.sync(this);
|
|
1387
1391
|
_la = this.tokenStream.LA(1);
|
|
1388
1392
|
if (_la === 20) {
|
|
1389
1393
|
{
|
|
1390
|
-
this.state =
|
|
1394
|
+
this.state = 326;
|
|
1391
1395
|
this.opAnnotation();
|
|
1392
1396
|
}
|
|
1393
1397
|
}
|
|
1394
|
-
this.state =
|
|
1398
|
+
this.state = 329;
|
|
1395
1399
|
this.statementEnd();
|
|
1396
1400
|
}
|
|
1397
1401
|
}
|
|
@@ -1416,27 +1420,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1416
1420
|
try {
|
|
1417
1421
|
this.enterOuterAlt(localContext, 1);
|
|
1418
1422
|
{
|
|
1419
|
-
this.state = 329;
|
|
1420
|
-
this.match(plurnkParser.OPEN_KILL);
|
|
1421
1423
|
this.state = 331;
|
|
1424
|
+
this.match(plurnkParser.OPEN_KILL);
|
|
1425
|
+
this.state = 333;
|
|
1422
1426
|
this.errorHandler.sync(this);
|
|
1423
1427
|
_la = this.tokenStream.LA(1);
|
|
1424
1428
|
if (_la === 1 || _la === 3) {
|
|
1425
1429
|
{
|
|
1426
|
-
this.state =
|
|
1430
|
+
this.state = 332;
|
|
1427
1431
|
this.intOpModifiers();
|
|
1428
1432
|
}
|
|
1429
1433
|
}
|
|
1430
|
-
this.state =
|
|
1434
|
+
this.state = 336;
|
|
1431
1435
|
this.errorHandler.sync(this);
|
|
1432
1436
|
_la = this.tokenStream.LA(1);
|
|
1433
1437
|
if (_la === 20) {
|
|
1434
1438
|
{
|
|
1435
|
-
this.state =
|
|
1439
|
+
this.state = 335;
|
|
1436
1440
|
this.opAnnotation();
|
|
1437
1441
|
}
|
|
1438
1442
|
}
|
|
1439
|
-
this.state =
|
|
1443
|
+
this.state = 338;
|
|
1440
1444
|
this.statementEnd();
|
|
1441
1445
|
}
|
|
1442
1446
|
}
|
|
@@ -1461,27 +1465,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1461
1465
|
try {
|
|
1462
1466
|
this.enterOuterAlt(localContext, 1);
|
|
1463
1467
|
{
|
|
1464
|
-
this.state = 338;
|
|
1465
|
-
this.match(plurnkParser.OPEN_PLAN);
|
|
1466
1468
|
this.state = 340;
|
|
1469
|
+
this.match(plurnkParser.OPEN_PLAN);
|
|
1470
|
+
this.state = 342;
|
|
1467
1471
|
this.errorHandler.sync(this);
|
|
1468
1472
|
_la = this.tokenStream.LA(1);
|
|
1469
1473
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1470
1474
|
{
|
|
1471
|
-
this.state =
|
|
1475
|
+
this.state = 341;
|
|
1472
1476
|
this.tagOpModifiers();
|
|
1473
1477
|
}
|
|
1474
1478
|
}
|
|
1475
|
-
this.state =
|
|
1479
|
+
this.state = 345;
|
|
1476
1480
|
this.errorHandler.sync(this);
|
|
1477
1481
|
_la = this.tokenStream.LA(1);
|
|
1478
1482
|
if (_la === 20) {
|
|
1479
1483
|
{
|
|
1480
|
-
this.state =
|
|
1484
|
+
this.state = 344;
|
|
1481
1485
|
this.opAnnotation();
|
|
1482
1486
|
}
|
|
1483
1487
|
}
|
|
1484
|
-
this.state =
|
|
1488
|
+
this.state = 347;
|
|
1485
1489
|
this.statementEnd();
|
|
1486
1490
|
}
|
|
1487
1491
|
}
|
|
@@ -1506,27 +1510,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1506
1510
|
try {
|
|
1507
1511
|
this.enterOuterAlt(localContext, 1);
|
|
1508
1512
|
{
|
|
1509
|
-
this.state = 347;
|
|
1510
|
-
this.match(plurnkParser.OPEN_LOOK);
|
|
1511
1513
|
this.state = 349;
|
|
1514
|
+
this.match(plurnkParser.OPEN_LOOK);
|
|
1515
|
+
this.state = 351;
|
|
1512
1516
|
this.errorHandler.sync(this);
|
|
1513
1517
|
_la = this.tokenStream.LA(1);
|
|
1514
1518
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1515
1519
|
{
|
|
1516
|
-
this.state =
|
|
1520
|
+
this.state = 350;
|
|
1517
1521
|
this.tagOpModifiers();
|
|
1518
1522
|
}
|
|
1519
1523
|
}
|
|
1520
|
-
this.state =
|
|
1524
|
+
this.state = 354;
|
|
1521
1525
|
this.errorHandler.sync(this);
|
|
1522
1526
|
_la = this.tokenStream.LA(1);
|
|
1523
1527
|
if (_la === 20) {
|
|
1524
1528
|
{
|
|
1525
|
-
this.state =
|
|
1529
|
+
this.state = 353;
|
|
1526
1530
|
this.opAnnotation();
|
|
1527
1531
|
}
|
|
1528
1532
|
}
|
|
1529
|
-
this.state =
|
|
1533
|
+
this.state = 356;
|
|
1530
1534
|
this.statementEnd();
|
|
1531
1535
|
}
|
|
1532
1536
|
}
|
|
@@ -1551,27 +1555,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1551
1555
|
try {
|
|
1552
1556
|
this.enterOuterAlt(localContext, 1);
|
|
1553
1557
|
{
|
|
1554
|
-
this.state = 356;
|
|
1555
|
-
this.match(plurnkParser.OPEN_BUFF);
|
|
1556
1558
|
this.state = 358;
|
|
1559
|
+
this.match(plurnkParser.OPEN_BUFF);
|
|
1560
|
+
this.state = 360;
|
|
1557
1561
|
this.errorHandler.sync(this);
|
|
1558
1562
|
_la = this.tokenStream.LA(1);
|
|
1559
1563
|
if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0)) {
|
|
1560
1564
|
{
|
|
1561
|
-
this.state =
|
|
1565
|
+
this.state = 359;
|
|
1562
1566
|
this.tagOpModifiers();
|
|
1563
1567
|
}
|
|
1564
1568
|
}
|
|
1565
|
-
this.state =
|
|
1569
|
+
this.state = 363;
|
|
1566
1570
|
this.errorHandler.sync(this);
|
|
1567
1571
|
_la = this.tokenStream.LA(1);
|
|
1568
1572
|
if (_la === 20) {
|
|
1569
1573
|
{
|
|
1570
|
-
this.state =
|
|
1574
|
+
this.state = 362;
|
|
1571
1575
|
this.opAnnotation();
|
|
1572
1576
|
}
|
|
1573
1577
|
}
|
|
1574
|
-
this.state =
|
|
1578
|
+
this.state = 365;
|
|
1575
1579
|
this.statementEnd();
|
|
1576
1580
|
}
|
|
1577
1581
|
}
|
|
@@ -1595,7 +1599,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1595
1599
|
try {
|
|
1596
1600
|
this.enterOuterAlt(localContext, 1);
|
|
1597
1601
|
{
|
|
1598
|
-
this.state =
|
|
1602
|
+
this.state = 367;
|
|
1599
1603
|
this.match(plurnkParser.ANNOTATION);
|
|
1600
1604
|
}
|
|
1601
1605
|
}
|
|
@@ -1618,36 +1622,36 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1618
1622
|
this.enterRule(localContext, 58, plurnkParser.RULE_statementEnd);
|
|
1619
1623
|
let _la;
|
|
1620
1624
|
try {
|
|
1621
|
-
this.state =
|
|
1625
|
+
this.state = 382;
|
|
1622
1626
|
this.errorHandler.sync(this);
|
|
1623
1627
|
switch (this.tokenStream.LA(1)) {
|
|
1624
1628
|
case plurnkParser.SECTION_END:
|
|
1625
1629
|
this.enterOuterAlt(localContext, 1);
|
|
1626
1630
|
{
|
|
1627
|
-
this.state =
|
|
1631
|
+
this.state = 369;
|
|
1628
1632
|
this.match(plurnkParser.SECTION_END);
|
|
1629
1633
|
}
|
|
1630
1634
|
break;
|
|
1631
1635
|
case plurnkParser.BODY_OPEN:
|
|
1632
1636
|
this.enterOuterAlt(localContext, 2);
|
|
1633
1637
|
{
|
|
1634
|
-
this.state = 368;
|
|
1635
|
-
this.match(plurnkParser.BODY_OPEN);
|
|
1636
1638
|
this.state = 370;
|
|
1639
|
+
this.match(plurnkParser.BODY_OPEN);
|
|
1640
|
+
this.state = 372;
|
|
1637
1641
|
this.errorHandler.sync(this);
|
|
1638
1642
|
_la = this.tokenStream.LA(1);
|
|
1639
1643
|
if (_la === 18) {
|
|
1640
1644
|
{
|
|
1641
|
-
this.state =
|
|
1645
|
+
this.state = 371;
|
|
1642
1646
|
this.body();
|
|
1643
1647
|
}
|
|
1644
1648
|
}
|
|
1645
|
-
this.state =
|
|
1649
|
+
this.state = 375;
|
|
1646
1650
|
this.errorHandler.sync(this);
|
|
1647
1651
|
_la = this.tokenStream.LA(1);
|
|
1648
1652
|
if (_la === 10) {
|
|
1649
1653
|
{
|
|
1650
|
-
this.state =
|
|
1654
|
+
this.state = 374;
|
|
1651
1655
|
this.match(plurnkParser.SECTION_END);
|
|
1652
1656
|
}
|
|
1653
1657
|
}
|
|
@@ -1656,14 +1660,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1656
1660
|
case plurnkParser.BODY_TEXT:
|
|
1657
1661
|
this.enterOuterAlt(localContext, 3);
|
|
1658
1662
|
{
|
|
1659
|
-
this.state = 375;
|
|
1660
|
-
this.body();
|
|
1661
1663
|
this.state = 377;
|
|
1664
|
+
this.body();
|
|
1665
|
+
this.state = 379;
|
|
1662
1666
|
this.errorHandler.sync(this);
|
|
1663
1667
|
_la = this.tokenStream.LA(1);
|
|
1664
1668
|
if (_la === 10) {
|
|
1665
1669
|
{
|
|
1666
|
-
this.state =
|
|
1670
|
+
this.state = 378;
|
|
1667
1671
|
this.match(plurnkParser.SECTION_END);
|
|
1668
1672
|
}
|
|
1669
1673
|
}
|
|
@@ -1716,44 +1720,44 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1716
1720
|
this.enterRule(localContext, 60, plurnkParser.RULE_transferModifiers);
|
|
1717
1721
|
let _la;
|
|
1718
1722
|
try {
|
|
1719
|
-
this.state =
|
|
1723
|
+
this.state = 397;
|
|
1720
1724
|
this.errorHandler.sync(this);
|
|
1721
|
-
switch (this.interpreter.adaptivePredict(this.tokenStream,
|
|
1725
|
+
switch (this.interpreter.adaptivePredict(this.tokenStream, 52, this.context)) {
|
|
1722
1726
|
case 1:
|
|
1723
1727
|
this.enterOuterAlt(localContext, 1);
|
|
1724
1728
|
{
|
|
1725
|
-
this.state =
|
|
1729
|
+
this.state = 384;
|
|
1726
1730
|
this.tagSignal();
|
|
1727
|
-
this.state =
|
|
1731
|
+
this.state = 385;
|
|
1728
1732
|
this.resourceSelection();
|
|
1729
|
-
this.state =
|
|
1733
|
+
this.state = 386;
|
|
1730
1734
|
this.resourceSelection();
|
|
1731
1735
|
}
|
|
1732
1736
|
break;
|
|
1733
1737
|
case 2:
|
|
1734
1738
|
this.enterOuterAlt(localContext, 2);
|
|
1735
1739
|
{
|
|
1736
|
-
this.state =
|
|
1740
|
+
this.state = 388;
|
|
1737
1741
|
this.resourceSelection();
|
|
1738
|
-
this.state =
|
|
1742
|
+
this.state = 389;
|
|
1739
1743
|
this.tagSignal();
|
|
1740
|
-
this.state =
|
|
1744
|
+
this.state = 390;
|
|
1741
1745
|
this.resourceSelection();
|
|
1742
1746
|
}
|
|
1743
1747
|
break;
|
|
1744
1748
|
case 3:
|
|
1745
1749
|
this.enterOuterAlt(localContext, 3);
|
|
1746
1750
|
{
|
|
1747
|
-
this.state =
|
|
1748
|
-
this.resourceSelection();
|
|
1749
|
-
this.state = 391;
|
|
1751
|
+
this.state = 392;
|
|
1750
1752
|
this.resourceSelection();
|
|
1751
1753
|
this.state = 393;
|
|
1754
|
+
this.resourceSelection();
|
|
1755
|
+
this.state = 395;
|
|
1752
1756
|
this.errorHandler.sync(this);
|
|
1753
1757
|
_la = this.tokenStream.LA(1);
|
|
1754
1758
|
if (_la === 1) {
|
|
1755
1759
|
{
|
|
1756
|
-
this.state =
|
|
1760
|
+
this.state = 394;
|
|
1757
1761
|
this.tagSignal();
|
|
1758
1762
|
}
|
|
1759
1763
|
}
|
|
@@ -1782,14 +1786,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1782
1786
|
try {
|
|
1783
1787
|
this.enterOuterAlt(localContext, 1);
|
|
1784
1788
|
{
|
|
1785
|
-
this.state = 397;
|
|
1786
|
-
this.targetWithMetadata();
|
|
1787
1789
|
this.state = 399;
|
|
1790
|
+
this.targetWithMetadata();
|
|
1791
|
+
this.state = 401;
|
|
1788
1792
|
this.errorHandler.sync(this);
|
|
1789
1793
|
_la = this.tokenStream.LA(1);
|
|
1790
1794
|
if (_la === 7) {
|
|
1791
1795
|
{
|
|
1792
|
-
this.state =
|
|
1796
|
+
this.state = 400;
|
|
1793
1797
|
this.lineMarker();
|
|
1794
1798
|
}
|
|
1795
1799
|
}
|
|
@@ -1814,27 +1818,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1814
1818
|
this.enterRule(localContext, 64, plurnkParser.RULE_emptyStatementEnd);
|
|
1815
1819
|
let _la;
|
|
1816
1820
|
try {
|
|
1817
|
-
this.state =
|
|
1821
|
+
this.state = 409;
|
|
1818
1822
|
this.errorHandler.sync(this);
|
|
1819
1823
|
switch (this.tokenStream.LA(1)) {
|
|
1820
1824
|
case plurnkParser.SECTION_END:
|
|
1821
1825
|
this.enterOuterAlt(localContext, 1);
|
|
1822
1826
|
{
|
|
1823
|
-
this.state =
|
|
1827
|
+
this.state = 403;
|
|
1824
1828
|
this.match(plurnkParser.SECTION_END);
|
|
1825
1829
|
}
|
|
1826
1830
|
break;
|
|
1827
1831
|
case plurnkParser.BODY_OPEN:
|
|
1828
1832
|
this.enterOuterAlt(localContext, 2);
|
|
1829
1833
|
{
|
|
1830
|
-
this.state = 402;
|
|
1831
|
-
this.match(plurnkParser.BODY_OPEN);
|
|
1832
1834
|
this.state = 404;
|
|
1835
|
+
this.match(plurnkParser.BODY_OPEN);
|
|
1836
|
+
this.state = 406;
|
|
1833
1837
|
this.errorHandler.sync(this);
|
|
1834
1838
|
_la = this.tokenStream.LA(1);
|
|
1835
1839
|
if (_la === 10) {
|
|
1836
1840
|
{
|
|
1837
|
-
this.state =
|
|
1841
|
+
this.state = 405;
|
|
1838
1842
|
this.match(plurnkParser.SECTION_END);
|
|
1839
1843
|
}
|
|
1840
1844
|
}
|
|
@@ -1886,27 +1890,27 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1886
1890
|
this.enterRule(localContext, 66, plurnkParser.RULE_tagOpModifiers);
|
|
1887
1891
|
let _la;
|
|
1888
1892
|
try {
|
|
1889
|
-
this.state =
|
|
1893
|
+
this.state = 444;
|
|
1890
1894
|
this.errorHandler.sync(this);
|
|
1891
1895
|
switch (this.tokenStream.LA(1)) {
|
|
1892
1896
|
case plurnkParser.LBRACKET:
|
|
1893
1897
|
this.enterOuterAlt(localContext, 1);
|
|
1894
1898
|
{
|
|
1895
|
-
this.state =
|
|
1899
|
+
this.state = 411;
|
|
1896
1900
|
this.tagSignal();
|
|
1897
|
-
this.state =
|
|
1901
|
+
this.state = 420;
|
|
1898
1902
|
this.errorHandler.sync(this);
|
|
1899
1903
|
switch (this.tokenStream.LA(1)) {
|
|
1900
1904
|
case plurnkParser.LPAREN:
|
|
1901
1905
|
{
|
|
1902
|
-
this.state = 410;
|
|
1903
|
-
this.targetWithMetadata();
|
|
1904
1906
|
this.state = 412;
|
|
1907
|
+
this.targetWithMetadata();
|
|
1908
|
+
this.state = 414;
|
|
1905
1909
|
this.errorHandler.sync(this);
|
|
1906
1910
|
_la = this.tokenStream.LA(1);
|
|
1907
1911
|
if (_la === 7) {
|
|
1908
1912
|
{
|
|
1909
|
-
this.state =
|
|
1913
|
+
this.state = 413;
|
|
1910
1914
|
this.lineMarker();
|
|
1911
1915
|
}
|
|
1912
1916
|
}
|
|
@@ -1914,14 +1918,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1914
1918
|
break;
|
|
1915
1919
|
case plurnkParser.L_MARKER:
|
|
1916
1920
|
{
|
|
1917
|
-
this.state = 414;
|
|
1918
|
-
this.lineMarker();
|
|
1919
1921
|
this.state = 416;
|
|
1922
|
+
this.lineMarker();
|
|
1923
|
+
this.state = 418;
|
|
1920
1924
|
this.errorHandler.sync(this);
|
|
1921
1925
|
_la = this.tokenStream.LA(1);
|
|
1922
1926
|
if (_la === 3) {
|
|
1923
1927
|
{
|
|
1924
|
-
this.state =
|
|
1928
|
+
this.state = 417;
|
|
1925
1929
|
this.targetWithMetadata();
|
|
1926
1930
|
}
|
|
1927
1931
|
}
|
|
@@ -1958,21 +1962,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1958
1962
|
case plurnkParser.LPAREN:
|
|
1959
1963
|
this.enterOuterAlt(localContext, 2);
|
|
1960
1964
|
{
|
|
1961
|
-
this.state =
|
|
1965
|
+
this.state = 422;
|
|
1962
1966
|
this.targetWithMetadata();
|
|
1963
|
-
this.state =
|
|
1967
|
+
this.state = 431;
|
|
1964
1968
|
this.errorHandler.sync(this);
|
|
1965
1969
|
switch (this.tokenStream.LA(1)) {
|
|
1966
1970
|
case plurnkParser.LBRACKET:
|
|
1967
1971
|
{
|
|
1968
|
-
this.state = 421;
|
|
1969
|
-
this.tagSignal();
|
|
1970
1972
|
this.state = 423;
|
|
1973
|
+
this.tagSignal();
|
|
1974
|
+
this.state = 425;
|
|
1971
1975
|
this.errorHandler.sync(this);
|
|
1972
1976
|
_la = this.tokenStream.LA(1);
|
|
1973
1977
|
if (_la === 7) {
|
|
1974
1978
|
{
|
|
1975
|
-
this.state =
|
|
1979
|
+
this.state = 424;
|
|
1976
1980
|
this.lineMarker();
|
|
1977
1981
|
}
|
|
1978
1982
|
}
|
|
@@ -1980,14 +1984,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
1980
1984
|
break;
|
|
1981
1985
|
case plurnkParser.L_MARKER:
|
|
1982
1986
|
{
|
|
1983
|
-
this.state = 425;
|
|
1984
|
-
this.lineMarker();
|
|
1985
1987
|
this.state = 427;
|
|
1988
|
+
this.lineMarker();
|
|
1989
|
+
this.state = 429;
|
|
1986
1990
|
this.errorHandler.sync(this);
|
|
1987
1991
|
_la = this.tokenStream.LA(1);
|
|
1988
1992
|
if (_la === 1) {
|
|
1989
1993
|
{
|
|
1990
|
-
this.state =
|
|
1994
|
+
this.state = 428;
|
|
1991
1995
|
this.tagSignal();
|
|
1992
1996
|
}
|
|
1993
1997
|
}
|
|
@@ -2024,21 +2028,21 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2024
2028
|
case plurnkParser.L_MARKER:
|
|
2025
2029
|
this.enterOuterAlt(localContext, 3);
|
|
2026
2030
|
{
|
|
2027
|
-
this.state =
|
|
2031
|
+
this.state = 433;
|
|
2028
2032
|
this.lineMarker();
|
|
2029
|
-
this.state =
|
|
2033
|
+
this.state = 442;
|
|
2030
2034
|
this.errorHandler.sync(this);
|
|
2031
2035
|
switch (this.tokenStream.LA(1)) {
|
|
2032
2036
|
case plurnkParser.LBRACKET:
|
|
2033
2037
|
{
|
|
2034
|
-
this.state = 432;
|
|
2035
|
-
this.tagSignal();
|
|
2036
2038
|
this.state = 434;
|
|
2039
|
+
this.tagSignal();
|
|
2040
|
+
this.state = 436;
|
|
2037
2041
|
this.errorHandler.sync(this);
|
|
2038
2042
|
_la = this.tokenStream.LA(1);
|
|
2039
2043
|
if (_la === 3) {
|
|
2040
2044
|
{
|
|
2041
|
-
this.state =
|
|
2045
|
+
this.state = 435;
|
|
2042
2046
|
this.targetWithMetadata();
|
|
2043
2047
|
}
|
|
2044
2048
|
}
|
|
@@ -2046,14 +2050,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2046
2050
|
break;
|
|
2047
2051
|
case plurnkParser.LPAREN:
|
|
2048
2052
|
{
|
|
2049
|
-
this.state = 436;
|
|
2050
|
-
this.targetWithMetadata();
|
|
2051
2053
|
this.state = 438;
|
|
2054
|
+
this.targetWithMetadata();
|
|
2055
|
+
this.state = 440;
|
|
2052
2056
|
this.errorHandler.sync(this);
|
|
2053
2057
|
_la = this.tokenStream.LA(1);
|
|
2054
2058
|
if (_la === 1) {
|
|
2055
2059
|
{
|
|
2056
|
-
this.state =
|
|
2060
|
+
this.state = 439;
|
|
2057
2061
|
this.tagSignal();
|
|
2058
2062
|
}
|
|
2059
2063
|
}
|
|
@@ -2110,20 +2114,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2110
2114
|
this.enterRule(localContext, 68, plurnkParser.RULE_intOpModifiers);
|
|
2111
2115
|
let _la;
|
|
2112
2116
|
try {
|
|
2113
|
-
this.state =
|
|
2117
|
+
this.state = 454;
|
|
2114
2118
|
this.errorHandler.sync(this);
|
|
2115
2119
|
switch (this.tokenStream.LA(1)) {
|
|
2116
2120
|
case plurnkParser.LBRACKET:
|
|
2117
2121
|
this.enterOuterAlt(localContext, 1);
|
|
2118
2122
|
{
|
|
2119
|
-
this.state = 444;
|
|
2120
|
-
this.intSignal();
|
|
2121
2123
|
this.state = 446;
|
|
2124
|
+
this.intSignal();
|
|
2125
|
+
this.state = 448;
|
|
2122
2126
|
this.errorHandler.sync(this);
|
|
2123
2127
|
_la = this.tokenStream.LA(1);
|
|
2124
2128
|
if (_la === 3) {
|
|
2125
2129
|
{
|
|
2126
|
-
this.state =
|
|
2130
|
+
this.state = 447;
|
|
2127
2131
|
this.targetWithMetadata();
|
|
2128
2132
|
}
|
|
2129
2133
|
}
|
|
@@ -2132,14 +2136,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2132
2136
|
case plurnkParser.LPAREN:
|
|
2133
2137
|
this.enterOuterAlt(localContext, 2);
|
|
2134
2138
|
{
|
|
2135
|
-
this.state = 448;
|
|
2136
|
-
this.targetWithMetadata();
|
|
2137
2139
|
this.state = 450;
|
|
2140
|
+
this.targetWithMetadata();
|
|
2141
|
+
this.state = 452;
|
|
2138
2142
|
this.errorHandler.sync(this);
|
|
2139
2143
|
_la = this.tokenStream.LA(1);
|
|
2140
2144
|
if (_la === 1) {
|
|
2141
2145
|
{
|
|
2142
|
-
this.state =
|
|
2146
|
+
this.state = 451;
|
|
2143
2147
|
this.intSignal();
|
|
2144
2148
|
}
|
|
2145
2149
|
}
|
|
@@ -2168,20 +2172,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2168
2172
|
this.enterRule(localContext, 70, plurnkParser.RULE_branchModifiers);
|
|
2169
2173
|
let _la;
|
|
2170
2174
|
try {
|
|
2171
|
-
this.state =
|
|
2175
|
+
this.state = 464;
|
|
2172
2176
|
this.errorHandler.sync(this);
|
|
2173
2177
|
switch (this.tokenStream.LA(1)) {
|
|
2174
2178
|
case plurnkParser.LBRACKET:
|
|
2175
2179
|
this.enterOuterAlt(localContext, 1);
|
|
2176
2180
|
{
|
|
2177
|
-
this.state = 454;
|
|
2178
|
-
this.branchSignal();
|
|
2179
2181
|
this.state = 456;
|
|
2182
|
+
this.branchSignal();
|
|
2183
|
+
this.state = 458;
|
|
2180
2184
|
this.errorHandler.sync(this);
|
|
2181
2185
|
_la = this.tokenStream.LA(1);
|
|
2182
2186
|
if (_la === 3) {
|
|
2183
2187
|
{
|
|
2184
|
-
this.state =
|
|
2188
|
+
this.state = 457;
|
|
2185
2189
|
this.targetWithMetadata();
|
|
2186
2190
|
}
|
|
2187
2191
|
}
|
|
@@ -2190,14 +2194,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2190
2194
|
case plurnkParser.LPAREN:
|
|
2191
2195
|
this.enterOuterAlt(localContext, 2);
|
|
2192
2196
|
{
|
|
2193
|
-
this.state = 458;
|
|
2194
|
-
this.targetWithMetadata();
|
|
2195
2197
|
this.state = 460;
|
|
2198
|
+
this.targetWithMetadata();
|
|
2199
|
+
this.state = 462;
|
|
2196
2200
|
this.errorHandler.sync(this);
|
|
2197
2201
|
_la = this.tokenStream.LA(1);
|
|
2198
2202
|
if (_la === 1) {
|
|
2199
2203
|
{
|
|
2200
|
-
this.state =
|
|
2204
|
+
this.state = 461;
|
|
2201
2205
|
this.branchSignal();
|
|
2202
2206
|
}
|
|
2203
2207
|
}
|
|
@@ -2226,29 +2230,29 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2226
2230
|
this.enterRule(localContext, 72, plurnkParser.RULE_termModifiers);
|
|
2227
2231
|
let _la;
|
|
2228
2232
|
try {
|
|
2229
|
-
this.state =
|
|
2233
|
+
this.state = 478;
|
|
2230
2234
|
this.errorHandler.sync(this);
|
|
2231
2235
|
switch (this.tokenStream.LA(1)) {
|
|
2232
2236
|
case plurnkParser.LBRACKET:
|
|
2233
2237
|
this.enterOuterAlt(localContext, 1);
|
|
2234
2238
|
{
|
|
2235
|
-
this.state = 464;
|
|
2236
|
-
this.dispSignal();
|
|
2237
2239
|
this.state = 466;
|
|
2240
|
+
this.dispSignal();
|
|
2241
|
+
this.state = 468;
|
|
2238
2242
|
this.errorHandler.sync(this);
|
|
2239
2243
|
_la = this.tokenStream.LA(1);
|
|
2240
2244
|
if (_la === 3) {
|
|
2241
2245
|
{
|
|
2242
|
-
this.state =
|
|
2246
|
+
this.state = 467;
|
|
2243
2247
|
this.targetWithMetadata();
|
|
2244
2248
|
}
|
|
2245
2249
|
}
|
|
2246
|
-
this.state =
|
|
2250
|
+
this.state = 471;
|
|
2247
2251
|
this.errorHandler.sync(this);
|
|
2248
2252
|
_la = this.tokenStream.LA(1);
|
|
2249
2253
|
if (_la === 7) {
|
|
2250
2254
|
{
|
|
2251
|
-
this.state =
|
|
2255
|
+
this.state = 470;
|
|
2252
2256
|
this.lineMarker();
|
|
2253
2257
|
}
|
|
2254
2258
|
}
|
|
@@ -2257,16 +2261,16 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2257
2261
|
case plurnkParser.LPAREN:
|
|
2258
2262
|
this.enterOuterAlt(localContext, 2);
|
|
2259
2263
|
{
|
|
2260
|
-
this.state =
|
|
2264
|
+
this.state = 473;
|
|
2261
2265
|
this.targetWithMetadata();
|
|
2262
|
-
this.state = 472;
|
|
2263
|
-
this.dispSignal();
|
|
2264
2266
|
this.state = 474;
|
|
2267
|
+
this.dispSignal();
|
|
2268
|
+
this.state = 476;
|
|
2265
2269
|
this.errorHandler.sync(this);
|
|
2266
2270
|
_la = this.tokenStream.LA(1);
|
|
2267
2271
|
if (_la === 7) {
|
|
2268
2272
|
{
|
|
2269
|
-
this.state =
|
|
2273
|
+
this.state = 475;
|
|
2270
2274
|
this.lineMarker();
|
|
2271
2275
|
}
|
|
2272
2276
|
}
|
|
@@ -2295,20 +2299,20 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2295
2299
|
this.enterRule(localContext, 74, plurnkParser.RULE_midModifiers);
|
|
2296
2300
|
let _la;
|
|
2297
2301
|
try {
|
|
2298
|
-
this.state =
|
|
2302
|
+
this.state = 488;
|
|
2299
2303
|
this.errorHandler.sync(this);
|
|
2300
2304
|
switch (this.tokenStream.LA(1)) {
|
|
2301
2305
|
case plurnkParser.LBRACKET:
|
|
2302
2306
|
this.enterOuterAlt(localContext, 1);
|
|
2303
2307
|
{
|
|
2304
|
-
this.state = 478;
|
|
2305
|
-
this.midSignal();
|
|
2306
2308
|
this.state = 480;
|
|
2309
|
+
this.midSignal();
|
|
2310
|
+
this.state = 482;
|
|
2307
2311
|
this.errorHandler.sync(this);
|
|
2308
2312
|
_la = this.tokenStream.LA(1);
|
|
2309
2313
|
if (_la === 3) {
|
|
2310
2314
|
{
|
|
2311
|
-
this.state =
|
|
2315
|
+
this.state = 481;
|
|
2312
2316
|
this.targetWithMetadata();
|
|
2313
2317
|
}
|
|
2314
2318
|
}
|
|
@@ -2317,14 +2321,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2317
2321
|
case plurnkParser.LPAREN:
|
|
2318
2322
|
this.enterOuterAlt(localContext, 2);
|
|
2319
2323
|
{
|
|
2320
|
-
this.state = 482;
|
|
2321
|
-
this.targetWithMetadata();
|
|
2322
2324
|
this.state = 484;
|
|
2325
|
+
this.targetWithMetadata();
|
|
2326
|
+
this.state = 486;
|
|
2323
2327
|
this.errorHandler.sync(this);
|
|
2324
2328
|
_la = this.tokenStream.LA(1);
|
|
2325
2329
|
if (_la === 1) {
|
|
2326
2330
|
{
|
|
2327
|
-
this.state =
|
|
2331
|
+
this.state = 485;
|
|
2328
2332
|
this.midSignal();
|
|
2329
2333
|
}
|
|
2330
2334
|
}
|
|
@@ -2355,17 +2359,17 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2355
2359
|
try {
|
|
2356
2360
|
this.enterOuterAlt(localContext, 1);
|
|
2357
2361
|
{
|
|
2358
|
-
this.state =
|
|
2362
|
+
this.state = 491;
|
|
2359
2363
|
this.errorHandler.sync(this);
|
|
2360
2364
|
_la = this.tokenStream.LA(1);
|
|
2361
2365
|
do {
|
|
2362
2366
|
{
|
|
2363
2367
|
{
|
|
2364
|
-
this.state =
|
|
2368
|
+
this.state = 490;
|
|
2365
2369
|
this.execSlot();
|
|
2366
2370
|
}
|
|
2367
2371
|
}
|
|
2368
|
-
this.state =
|
|
2372
|
+
this.state = 493;
|
|
2369
2373
|
this.errorHandler.sync(this);
|
|
2370
2374
|
_la = this.tokenStream.LA(1);
|
|
2371
2375
|
} while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 138) !== 0));
|
|
@@ -2389,34 +2393,34 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2389
2393
|
let localContext = new ExecSlotContext(this.context, this.state);
|
|
2390
2394
|
this.enterRule(localContext, 78, plurnkParser.RULE_execSlot);
|
|
2391
2395
|
try {
|
|
2392
|
-
this.state =
|
|
2396
|
+
this.state = 499;
|
|
2393
2397
|
this.errorHandler.sync(this);
|
|
2394
|
-
switch (this.interpreter.adaptivePredict(this.tokenStream,
|
|
2398
|
+
switch (this.interpreter.adaptivePredict(this.tokenStream, 80, this.context)) {
|
|
2395
2399
|
case 1:
|
|
2396
2400
|
this.enterOuterAlt(localContext, 1);
|
|
2397
2401
|
{
|
|
2398
|
-
this.state =
|
|
2402
|
+
this.state = 495;
|
|
2399
2403
|
this.identSignal();
|
|
2400
2404
|
}
|
|
2401
2405
|
break;
|
|
2402
2406
|
case 2:
|
|
2403
2407
|
this.enterOuterAlt(localContext, 2);
|
|
2404
2408
|
{
|
|
2405
|
-
this.state =
|
|
2409
|
+
this.state = 496;
|
|
2406
2410
|
this.tagSignal();
|
|
2407
2411
|
}
|
|
2408
2412
|
break;
|
|
2409
2413
|
case 3:
|
|
2410
2414
|
this.enterOuterAlt(localContext, 3);
|
|
2411
2415
|
{
|
|
2412
|
-
this.state =
|
|
2416
|
+
this.state = 497;
|
|
2413
2417
|
this.targetWithMetadata();
|
|
2414
2418
|
}
|
|
2415
2419
|
break;
|
|
2416
2420
|
case 4:
|
|
2417
2421
|
this.enterOuterAlt(localContext, 4);
|
|
2418
2422
|
{
|
|
2419
|
-
this.state =
|
|
2423
|
+
this.state = 498;
|
|
2420
2424
|
this.lineMarker();
|
|
2421
2425
|
}
|
|
2422
2426
|
break;
|
|
@@ -2443,15 +2447,15 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2443
2447
|
try {
|
|
2444
2448
|
this.enterOuterAlt(localContext, 1);
|
|
2445
2449
|
{
|
|
2446
|
-
this.state =
|
|
2450
|
+
this.state = 501;
|
|
2447
2451
|
this.match(plurnkParser.LBRACKET);
|
|
2448
|
-
this.state =
|
|
2452
|
+
this.state = 505;
|
|
2449
2453
|
this.errorHandler.sync(this);
|
|
2450
2454
|
_la = this.tokenStream.LA(1);
|
|
2451
2455
|
while (_la === 11 || _la === 15) {
|
|
2452
2456
|
{
|
|
2453
2457
|
{
|
|
2454
|
-
this.state =
|
|
2458
|
+
this.state = 502;
|
|
2455
2459
|
_la = this.tokenStream.LA(1);
|
|
2456
2460
|
if (!(_la === 11 || _la === 15)) {
|
|
2457
2461
|
this.errorHandler.recoverInline(this);
|
|
@@ -2462,11 +2466,11 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2462
2466
|
}
|
|
2463
2467
|
}
|
|
2464
2468
|
}
|
|
2465
|
-
this.state =
|
|
2469
|
+
this.state = 507;
|
|
2466
2470
|
this.errorHandler.sync(this);
|
|
2467
2471
|
_la = this.tokenStream.LA(1);
|
|
2468
2472
|
}
|
|
2469
|
-
this.state =
|
|
2473
|
+
this.state = 508;
|
|
2470
2474
|
this.match(plurnkParser.RBRACKET);
|
|
2471
2475
|
}
|
|
2472
2476
|
}
|
|
@@ -2490,11 +2494,11 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2490
2494
|
try {
|
|
2491
2495
|
this.enterOuterAlt(localContext, 1);
|
|
2492
2496
|
{
|
|
2493
|
-
this.state =
|
|
2497
|
+
this.state = 510;
|
|
2494
2498
|
this.match(plurnkParser.LBRACKET);
|
|
2495
|
-
this.state =
|
|
2499
|
+
this.state = 511;
|
|
2496
2500
|
this.match(plurnkParser.TAG);
|
|
2497
|
-
this.state =
|
|
2501
|
+
this.state = 512;
|
|
2498
2502
|
this.match(plurnkParser.RBRACKET);
|
|
2499
2503
|
}
|
|
2500
2504
|
}
|
|
@@ -2519,14 +2523,14 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2519
2523
|
try {
|
|
2520
2524
|
this.enterOuterAlt(localContext, 1);
|
|
2521
2525
|
{
|
|
2522
|
-
this.state = 512;
|
|
2523
|
-
this.match(plurnkParser.LBRACKET);
|
|
2524
2526
|
this.state = 514;
|
|
2527
|
+
this.match(plurnkParser.LBRACKET);
|
|
2528
|
+
this.state = 516;
|
|
2525
2529
|
this.errorHandler.sync(this);
|
|
2526
2530
|
_la = this.tokenStream.LA(1);
|
|
2527
2531
|
if (_la === 12 || _la === 13) {
|
|
2528
2532
|
{
|
|
2529
|
-
this.state =
|
|
2533
|
+
this.state = 515;
|
|
2530
2534
|
_la = this.tokenStream.LA(1);
|
|
2531
2535
|
if (!(_la === 12 || _la === 13)) {
|
|
2532
2536
|
this.errorHandler.recoverInline(this);
|
|
@@ -2537,7 +2541,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2537
2541
|
}
|
|
2538
2542
|
}
|
|
2539
2543
|
}
|
|
2540
|
-
this.state =
|
|
2544
|
+
this.state = 518;
|
|
2541
2545
|
this.match(plurnkParser.RBRACKET);
|
|
2542
2546
|
}
|
|
2543
2547
|
}
|
|
@@ -2562,18 +2566,18 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2562
2566
|
try {
|
|
2563
2567
|
this.enterOuterAlt(localContext, 1);
|
|
2564
2568
|
{
|
|
2565
|
-
this.state = 518;
|
|
2566
|
-
this.match(plurnkParser.LBRACKET);
|
|
2567
2569
|
this.state = 520;
|
|
2570
|
+
this.match(plurnkParser.LBRACKET);
|
|
2571
|
+
this.state = 522;
|
|
2568
2572
|
this.errorHandler.sync(this);
|
|
2569
2573
|
_la = this.tokenStream.LA(1);
|
|
2570
2574
|
if (_la === 12) {
|
|
2571
2575
|
{
|
|
2572
|
-
this.state =
|
|
2576
|
+
this.state = 521;
|
|
2573
2577
|
this.match(plurnkParser.INT);
|
|
2574
2578
|
}
|
|
2575
2579
|
}
|
|
2576
|
-
this.state =
|
|
2580
|
+
this.state = 524;
|
|
2577
2581
|
this.match(plurnkParser.RBRACKET);
|
|
2578
2582
|
}
|
|
2579
2583
|
}
|
|
@@ -2597,11 +2601,11 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2597
2601
|
try {
|
|
2598
2602
|
this.enterOuterAlt(localContext, 1);
|
|
2599
2603
|
{
|
|
2600
|
-
this.state =
|
|
2604
|
+
this.state = 526;
|
|
2601
2605
|
this.match(plurnkParser.LBRACKET);
|
|
2602
|
-
this.state =
|
|
2606
|
+
this.state = 527;
|
|
2603
2607
|
this.match(plurnkParser.DISPOSITION);
|
|
2604
|
-
this.state =
|
|
2608
|
+
this.state = 528;
|
|
2605
2609
|
this.match(plurnkParser.RBRACKET);
|
|
2606
2610
|
}
|
|
2607
2611
|
}
|
|
@@ -2626,18 +2630,18 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2626
2630
|
try {
|
|
2627
2631
|
this.enterOuterAlt(localContext, 1);
|
|
2628
2632
|
{
|
|
2629
|
-
this.state = 528;
|
|
2630
|
-
this.match(plurnkParser.LBRACKET);
|
|
2631
2633
|
this.state = 530;
|
|
2634
|
+
this.match(plurnkParser.LBRACKET);
|
|
2635
|
+
this.state = 532;
|
|
2632
2636
|
this.errorHandler.sync(this);
|
|
2633
2637
|
_la = this.tokenStream.LA(1);
|
|
2634
2638
|
if (_la === 14) {
|
|
2635
2639
|
{
|
|
2636
|
-
this.state =
|
|
2640
|
+
this.state = 531;
|
|
2637
2641
|
this.match(plurnkParser.IDENT);
|
|
2638
2642
|
}
|
|
2639
2643
|
}
|
|
2640
|
-
this.state =
|
|
2644
|
+
this.state = 534;
|
|
2641
2645
|
this.match(plurnkParser.RBRACKET);
|
|
2642
2646
|
}
|
|
2643
2647
|
}
|
|
@@ -2662,23 +2666,23 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2662
2666
|
try {
|
|
2663
2667
|
this.enterOuterAlt(localContext, 1);
|
|
2664
2668
|
{
|
|
2665
|
-
this.state =
|
|
2669
|
+
this.state = 536;
|
|
2666
2670
|
this.match(plurnkParser.LPAREN);
|
|
2667
|
-
this.state =
|
|
2671
|
+
this.state = 540;
|
|
2668
2672
|
this.errorHandler.sync(this);
|
|
2669
2673
|
_la = this.tokenStream.LA(1);
|
|
2670
2674
|
while (_la === 16) {
|
|
2671
2675
|
{
|
|
2672
2676
|
{
|
|
2673
|
-
this.state =
|
|
2677
|
+
this.state = 537;
|
|
2674
2678
|
this.match(plurnkParser.TARGET_TEXT);
|
|
2675
2679
|
}
|
|
2676
2680
|
}
|
|
2677
|
-
this.state =
|
|
2681
|
+
this.state = 542;
|
|
2678
2682
|
this.errorHandler.sync(this);
|
|
2679
2683
|
_la = this.tokenStream.LA(1);
|
|
2680
2684
|
}
|
|
2681
|
-
this.state =
|
|
2685
|
+
this.state = 543;
|
|
2682
2686
|
this.match(plurnkParser.RPAREN);
|
|
2683
2687
|
}
|
|
2684
2688
|
}
|
|
@@ -2703,19 +2707,19 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2703
2707
|
try {
|
|
2704
2708
|
this.enterOuterAlt(localContext, 1);
|
|
2705
2709
|
{
|
|
2706
|
-
this.state =
|
|
2710
|
+
this.state = 545;
|
|
2707
2711
|
this.target();
|
|
2708
|
-
this.state =
|
|
2712
|
+
this.state = 549;
|
|
2709
2713
|
this.errorHandler.sync(this);
|
|
2710
2714
|
_la = this.tokenStream.LA(1);
|
|
2711
2715
|
while (_la === 5) {
|
|
2712
2716
|
{
|
|
2713
2717
|
{
|
|
2714
|
-
this.state =
|
|
2718
|
+
this.state = 546;
|
|
2715
2719
|
this.metadata();
|
|
2716
2720
|
}
|
|
2717
2721
|
}
|
|
2718
|
-
this.state =
|
|
2722
|
+
this.state = 551;
|
|
2719
2723
|
this.errorHandler.sync(this);
|
|
2720
2724
|
_la = this.tokenStream.LA(1);
|
|
2721
2725
|
}
|
|
@@ -2742,23 +2746,23 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2742
2746
|
try {
|
|
2743
2747
|
this.enterOuterAlt(localContext, 1);
|
|
2744
2748
|
{
|
|
2745
|
-
this.state =
|
|
2749
|
+
this.state = 552;
|
|
2746
2750
|
this.match(plurnkParser.LBRACE);
|
|
2747
|
-
this.state =
|
|
2751
|
+
this.state = 556;
|
|
2748
2752
|
this.errorHandler.sync(this);
|
|
2749
2753
|
_la = this.tokenStream.LA(1);
|
|
2750
2754
|
while (_la === 17) {
|
|
2751
2755
|
{
|
|
2752
2756
|
{
|
|
2753
|
-
this.state =
|
|
2757
|
+
this.state = 553;
|
|
2754
2758
|
this.match(plurnkParser.METADATA_TEXT);
|
|
2755
2759
|
}
|
|
2756
2760
|
}
|
|
2757
|
-
this.state =
|
|
2761
|
+
this.state = 558;
|
|
2758
2762
|
this.errorHandler.sync(this);
|
|
2759
2763
|
_la = this.tokenStream.LA(1);
|
|
2760
2764
|
}
|
|
2761
|
-
this.state =
|
|
2765
|
+
this.state = 559;
|
|
2762
2766
|
this.match(plurnkParser.RBRACE);
|
|
2763
2767
|
}
|
|
2764
2768
|
}
|
|
@@ -2782,7 +2786,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2782
2786
|
try {
|
|
2783
2787
|
this.enterOuterAlt(localContext, 1);
|
|
2784
2788
|
{
|
|
2785
|
-
this.state =
|
|
2789
|
+
this.state = 561;
|
|
2786
2790
|
this.match(plurnkParser.L_MARKER);
|
|
2787
2791
|
}
|
|
2788
2792
|
}
|
|
@@ -2807,17 +2811,17 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2807
2811
|
try {
|
|
2808
2812
|
this.enterOuterAlt(localContext, 1);
|
|
2809
2813
|
{
|
|
2810
|
-
this.state =
|
|
2814
|
+
this.state = 564;
|
|
2811
2815
|
this.errorHandler.sync(this);
|
|
2812
2816
|
_la = this.tokenStream.LA(1);
|
|
2813
2817
|
do {
|
|
2814
2818
|
{
|
|
2815
2819
|
{
|
|
2816
|
-
this.state =
|
|
2820
|
+
this.state = 563;
|
|
2817
2821
|
this.match(plurnkParser.BODY_TEXT);
|
|
2818
2822
|
}
|
|
2819
2823
|
}
|
|
2820
|
-
this.state =
|
|
2824
|
+
this.state = 566;
|
|
2821
2825
|
this.errorHandler.sync(this);
|
|
2822
2826
|
_la = this.tokenStream.LA(1);
|
|
2823
2827
|
} while (_la === 18);
|
|
@@ -2838,7 +2842,7 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2838
2842
|
return localContext;
|
|
2839
2843
|
}
|
|
2840
2844
|
static _serializedATN = [
|
|
2841
|
-
4, 1, 46,
|
|
2845
|
+
4, 1, 46, 569, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7,
|
|
2842
2846
|
6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13,
|
|
2843
2847
|
2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20,
|
|
2844
2848
|
7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26,
|
|
@@ -2849,214 +2853,214 @@ export class plurnkParser extends antlr.Parser {
|
|
|
2849
2853
|
1, 0, 3, 0, 109, 8, 0, 1, 0, 1, 0, 3, 0, 113, 8, 0, 1, 1, 4, 1, 116, 8, 1, 11, 1, 12, 1, 117,
|
|
2850
2854
|
1, 1, 1, 1, 1, 2, 5, 2, 123, 8, 2, 10, 2, 12, 2, 126, 9, 2, 1, 2, 1, 2, 1, 3, 5, 3, 131, 8,
|
|
2851
2855
|
3, 10, 3, 12, 3, 134, 9, 3, 1, 3, 1, 3, 1, 4, 1, 4, 5, 4, 140, 8, 4, 10, 4, 12, 4, 143, 9,
|
|
2852
|
-
4, 1, 4, 1, 4, 1, 5, 1, 5,
|
|
2853
|
-
8, 5, 11, 5, 12, 5,
|
|
2854
|
-
6, 10, 6, 12, 6,
|
|
2855
|
-
7,
|
|
2856
|
-
9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9,
|
|
2857
|
-
10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10,
|
|
2858
|
-
11,
|
|
2859
|
-
1, 12, 3, 12,
|
|
2860
|
-
8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 3, 14,
|
|
2861
|
-
1, 15, 3, 15,
|
|
2862
|
-
8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17,
|
|
2863
|
-
17, 1, 18, 1, 18, 1, 18, 3, 18,
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
26,
|
|
2871
|
-
1,
|
|
2872
|
-
29,
|
|
2873
|
-
1, 30, 1, 30, 1, 30, 1, 30,
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
33, 1, 33,
|
|
2878
|
-
|
|
2879
|
-
8, 34, 1, 35, 1, 35, 3, 35,
|
|
2880
|
-
35, 1, 36, 1, 36, 3, 36,
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
1, 39, 1, 39, 3, 39,
|
|
2884
|
-
9, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42,
|
|
2885
|
-
1, 42, 1, 43, 1, 43, 3, 43,
|
|
2886
|
-
1, 45, 3, 45,
|
|
2887
|
-
|
|
2888
|
-
1, 48, 1, 48, 5, 48,
|
|
2889
|
-
1, 50, 4, 50,
|
|
2890
|
-
16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50,
|
|
2891
|
-
60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94,
|
|
2892
|
-
0, 2, 2, 0, 11, 11, 15, 15, 1, 0, 12, 13,
|
|
2893
|
-
124, 1, 0, 0, 0, 6, 132, 1, 0, 0, 0, 8, 137, 1, 0, 0, 0, 10,
|
|
2894
|
-
0, 0, 0, 14,
|
|
2895
|
-
0, 22,
|
|
2896
|
-
|
|
2897
|
-
1, 0, 0, 0, 40,
|
|
2898
|
-
0, 0, 48,
|
|
2899
|
-
56,
|
|
2900
|
-
1, 0, 0, 0, 66,
|
|
2901
|
-
0, 0, 74,
|
|
2902
|
-
82,
|
|
2903
|
-
1, 0, 0, 0, 92,
|
|
2904
|
-
0, 0, 100,
|
|
2905
|
-
0, 0, 105, 106, 5, 37, 0, 0, 106, 108, 3, 10, 5, 0, 107, 109, 5, 38, 0, 0, 108, 107,
|
|
2906
|
-
0, 0, 0, 108, 109, 1, 0, 0, 0, 109, 110, 1, 0, 0, 0, 110, 111, 5, 0, 0, 1, 111, 113,
|
|
2907
|
-
0, 0, 0, 112, 102, 1, 0, 0, 0, 112, 105, 1, 0, 0, 0, 113, 1, 1, 0, 0, 0, 114, 116, 3,
|
|
2908
|
-
2, 0, 115, 114, 1, 0, 0, 0, 116, 117, 1, 0, 0, 0, 117, 115, 1, 0, 0, 0, 117, 118, 1,
|
|
2909
|
-
0, 0, 118, 119, 1, 0, 0, 0, 119, 120, 5, 0, 0, 1, 120, 3, 1, 0, 0, 0, 121, 123, 5, 19,
|
|
2910
|
-
0, 122, 121, 1, 0, 0, 0, 123, 126, 1, 0, 0, 0, 124, 122, 1, 0, 0, 0, 124, 125, 1, 0,
|
|
2911
|
-
0, 125, 127, 1, 0, 0, 0, 126, 124, 1, 0, 0, 0, 127, 128, 3, 8, 4, 0, 128, 5, 1, 0, 0,
|
|
2912
|
-
129, 131, 5, 19, 0, 0, 130, 129, 1, 0, 0, 0, 131, 134, 1, 0, 0, 0, 132, 130, 1, 0, 0,
|
|
2913
|
-
132, 133, 1, 0, 0, 0, 133, 135, 1, 0, 0, 0, 134, 132, 1, 0, 0, 0, 135, 136, 3, 10, 5,
|
|
2914
|
-
136, 7, 1, 0, 0, 0, 137, 141, 3, 50, 25, 0, 138, 140, 3, 20, 10, 0, 139, 138, 1, 0,
|
|
2915
|
-
0, 140, 143, 1, 0, 0, 0, 141, 139, 1, 0, 0, 0, 141, 142, 1, 0, 0, 0, 142, 144, 1, 0,
|
|
2916
|
-
0, 143, 141, 1, 0, 0, 0, 144, 145, 3, 36, 18, 0, 145, 9, 1, 0, 0, 0, 146,
|
|
2917
|
-
0, 147,
|
|
2918
|
-
0, 0, 0,
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
1, 0, 0, 0, 160,
|
|
2922
|
-
1, 0, 0, 0, 163,
|
|
2923
|
-
0, 0, 0, 165,
|
|
2924
|
-
|
|
2925
|
-
0, 0,
|
|
2926
|
-
|
|
2927
|
-
0, 0, 0, 179,
|
|
2928
|
-
|
|
2929
|
-
1, 0, 0, 0,
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
0,
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
1, 0, 0, 0, 275, 276,
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
292,
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
1, 0, 0, 0,
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
385, 3,
|
|
2997
|
-
0, 388, 389, 3, 62, 31, 0, 389,
|
|
2998
|
-
|
|
2999
|
-
1, 0, 0, 0, 395,
|
|
3000
|
-
0, 0, 0, 397,
|
|
3001
|
-
|
|
3002
|
-
5, 10, 0, 0, 404,
|
|
3003
|
-
1, 0, 0, 0, 407,
|
|
3004
|
-
0, 0, 0, 409,
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
0, 0,
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
0, 0,
|
|
3024
|
-
|
|
3025
|
-
1, 0, 0, 0,
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
491,
|
|
3033
|
-
494,
|
|
3034
|
-
|
|
3035
|
-
0, 0,
|
|
3036
|
-
0, 0, 503,
|
|
3037
|
-
0, 0, 506,
|
|
3038
|
-
0, 0, 510, 511, 5,
|
|
3039
|
-
0, 514,
|
|
3040
|
-
0, 517,
|
|
3041
|
-
0,
|
|
3042
|
-
524, 525, 5,
|
|
3043
|
-
528,
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
539, 1, 0, 0, 0,
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
1, 0, 0, 0, 557,
|
|
3052
|
-
0, 0, 0, 561,
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
2856
|
+
4, 1, 4, 1, 4, 1, 5, 1, 5, 5, 5, 149, 8, 5, 10, 5, 12, 5, 152, 9, 5, 1, 5, 3, 5, 155, 8, 5,
|
|
2857
|
+
1, 5, 4, 5, 158, 8, 5, 11, 5, 12, 5, 159, 1, 5, 3, 5, 163, 8, 5, 1, 5, 3, 5, 166, 8, 5, 1,
|
|
2858
|
+
6, 5, 6, 169, 8, 6, 10, 6, 12, 6, 172, 9, 6, 1, 6, 1, 6, 1, 7, 5, 7, 177, 8, 7, 10, 7, 12,
|
|
2859
|
+
7, 180, 9, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 3, 8, 187, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1,
|
|
2860
|
+
9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 204, 8, 9, 1, 10, 1, 10, 1, 10,
|
|
2861
|
+
1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 219, 8, 10,
|
|
2862
|
+
1, 11, 1, 11, 3, 11, 223, 8, 11, 1, 11, 3, 11, 226, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 3,
|
|
2863
|
+
12, 232, 8, 12, 1, 12, 3, 12, 235, 8, 12, 1, 12, 1, 12, 1, 13, 1, 13, 3, 13, 241, 8, 13,
|
|
2864
|
+
1, 13, 3, 13, 244, 8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 3, 14, 251, 8, 14, 1, 14, 1,
|
|
2865
|
+
14, 1, 15, 1, 15, 1, 15, 3, 15, 258, 8, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 264, 8, 16,
|
|
2866
|
+
1, 16, 3, 16, 267, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17, 273, 8, 17, 1, 17, 3, 17, 276,
|
|
2867
|
+
8, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 3, 18, 283, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19,
|
|
2868
|
+
3, 19, 289, 8, 19, 1, 19, 3, 19, 292, 8, 19, 1, 19, 1, 19, 1, 20, 1, 20, 3, 20, 298, 8,
|
|
2869
|
+
20, 1, 20, 3, 20, 301, 8, 20, 1, 20, 1, 20, 1, 21, 1, 21, 3, 21, 307, 8, 21, 1, 21, 3, 21,
|
|
2870
|
+
310, 8, 21, 1, 21, 1, 21, 1, 22, 1, 22, 3, 22, 316, 8, 22, 1, 22, 3, 22, 319, 8, 22, 1,
|
|
2871
|
+
22, 1, 22, 1, 23, 1, 23, 3, 23, 325, 8, 23, 1, 23, 3, 23, 328, 8, 23, 1, 23, 1, 23, 1, 24,
|
|
2872
|
+
1, 24, 3, 24, 334, 8, 24, 1, 24, 3, 24, 337, 8, 24, 1, 24, 1, 24, 1, 25, 1, 25, 3, 25, 343,
|
|
2873
|
+
8, 25, 1, 25, 3, 25, 346, 8, 25, 1, 25, 1, 25, 1, 26, 1, 26, 3, 26, 352, 8, 26, 1, 26, 3,
|
|
2874
|
+
26, 355, 8, 26, 1, 26, 1, 26, 1, 27, 1, 27, 3, 27, 361, 8, 27, 1, 27, 3, 27, 364, 8, 27,
|
|
2875
|
+
1, 27, 1, 27, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 373, 8, 29, 1, 29, 3, 29, 376, 8,
|
|
2876
|
+
29, 1, 29, 1, 29, 3, 29, 380, 8, 29, 1, 29, 3, 29, 383, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30,
|
|
2877
|
+
1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 396, 8, 30, 3, 30, 398, 8, 30, 1,
|
|
2878
|
+
31, 1, 31, 3, 31, 402, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 407, 8, 32, 1, 32, 3, 32, 410,
|
|
2879
|
+
8, 32, 1, 33, 1, 33, 1, 33, 3, 33, 415, 8, 33, 1, 33, 1, 33, 3, 33, 419, 8, 33, 3, 33, 421,
|
|
2880
|
+
8, 33, 1, 33, 1, 33, 1, 33, 3, 33, 426, 8, 33, 1, 33, 1, 33, 3, 33, 430, 8, 33, 3, 33, 432,
|
|
2881
|
+
8, 33, 1, 33, 1, 33, 1, 33, 3, 33, 437, 8, 33, 1, 33, 1, 33, 3, 33, 441, 8, 33, 3, 33, 443,
|
|
2882
|
+
8, 33, 3, 33, 445, 8, 33, 1, 34, 1, 34, 3, 34, 449, 8, 34, 1, 34, 1, 34, 3, 34, 453, 8,
|
|
2883
|
+
34, 3, 34, 455, 8, 34, 1, 35, 1, 35, 3, 35, 459, 8, 35, 1, 35, 1, 35, 3, 35, 463, 8, 35,
|
|
2884
|
+
3, 35, 465, 8, 35, 1, 36, 1, 36, 3, 36, 469, 8, 36, 1, 36, 3, 36, 472, 8, 36, 1, 36, 1,
|
|
2885
|
+
36, 1, 36, 3, 36, 477, 8, 36, 3, 36, 479, 8, 36, 1, 37, 1, 37, 3, 37, 483, 8, 37, 1, 37,
|
|
2886
|
+
1, 37, 3, 37, 487, 8, 37, 3, 37, 489, 8, 37, 1, 38, 4, 38, 492, 8, 38, 11, 38, 12, 38,
|
|
2887
|
+
493, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 500, 8, 39, 1, 40, 1, 40, 5, 40, 504, 8, 40, 10,
|
|
2888
|
+
40, 12, 40, 507, 9, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 517,
|
|
2889
|
+
8, 42, 1, 42, 1, 42, 1, 43, 1, 43, 3, 43, 523, 8, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44,
|
|
2890
|
+
1, 44, 1, 45, 1, 45, 3, 45, 533, 8, 45, 1, 45, 1, 45, 1, 46, 1, 46, 5, 46, 539, 8, 46, 10,
|
|
2891
|
+
46, 12, 46, 542, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 5, 47, 548, 8, 47, 10, 47, 12, 47,
|
|
2892
|
+
551, 9, 47, 1, 48, 1, 48, 5, 48, 555, 8, 48, 10, 48, 12, 48, 558, 9, 48, 1, 48, 1, 48,
|
|
2893
|
+
1, 49, 1, 49, 1, 50, 4, 50, 565, 8, 50, 11, 50, 12, 50, 566, 1, 50, 0, 0, 51, 0, 2, 4, 6,
|
|
2894
|
+
8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50,
|
|
2895
|
+
52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94,
|
|
2896
|
+
96, 98, 100, 0, 2, 2, 0, 11, 11, 15, 15, 1, 0, 12, 13, 642, 0, 112, 1, 0, 0, 0, 2, 115,
|
|
2897
|
+
1, 0, 0, 0, 4, 124, 1, 0, 0, 0, 6, 132, 1, 0, 0, 0, 8, 137, 1, 0, 0, 0, 10, 165, 1, 0, 0, 0,
|
|
2898
|
+
12, 170, 1, 0, 0, 0, 14, 178, 1, 0, 0, 0, 16, 186, 1, 0, 0, 0, 18, 203, 1, 0, 0, 0, 20, 218,
|
|
2899
|
+
1, 0, 0, 0, 22, 220, 1, 0, 0, 0, 24, 229, 1, 0, 0, 0, 26, 238, 1, 0, 0, 0, 28, 247, 1, 0,
|
|
2900
|
+
0, 0, 30, 254, 1, 0, 0, 0, 32, 261, 1, 0, 0, 0, 34, 270, 1, 0, 0, 0, 36, 279, 1, 0, 0, 0,
|
|
2901
|
+
38, 286, 1, 0, 0, 0, 40, 295, 1, 0, 0, 0, 42, 304, 1, 0, 0, 0, 44, 313, 1, 0, 0, 0, 46, 322,
|
|
2902
|
+
1, 0, 0, 0, 48, 331, 1, 0, 0, 0, 50, 340, 1, 0, 0, 0, 52, 349, 1, 0, 0, 0, 54, 358, 1, 0,
|
|
2903
|
+
0, 0, 56, 367, 1, 0, 0, 0, 58, 382, 1, 0, 0, 0, 60, 397, 1, 0, 0, 0, 62, 399, 1, 0, 0, 0,
|
|
2904
|
+
64, 409, 1, 0, 0, 0, 66, 444, 1, 0, 0, 0, 68, 454, 1, 0, 0, 0, 70, 464, 1, 0, 0, 0, 72, 478,
|
|
2905
|
+
1, 0, 0, 0, 74, 488, 1, 0, 0, 0, 76, 491, 1, 0, 0, 0, 78, 499, 1, 0, 0, 0, 80, 501, 1, 0,
|
|
2906
|
+
0, 0, 82, 510, 1, 0, 0, 0, 84, 514, 1, 0, 0, 0, 86, 520, 1, 0, 0, 0, 88, 526, 1, 0, 0, 0,
|
|
2907
|
+
90, 530, 1, 0, 0, 0, 92, 536, 1, 0, 0, 0, 94, 545, 1, 0, 0, 0, 96, 552, 1, 0, 0, 0, 98, 561,
|
|
2908
|
+
1, 0, 0, 0, 100, 564, 1, 0, 0, 0, 102, 103, 3, 6, 3, 0, 103, 104, 5, 0, 0, 1, 104, 113,
|
|
2909
|
+
1, 0, 0, 0, 105, 106, 5, 37, 0, 0, 106, 108, 3, 10, 5, 0, 107, 109, 5, 38, 0, 0, 108, 107,
|
|
2910
|
+
1, 0, 0, 0, 108, 109, 1, 0, 0, 0, 109, 110, 1, 0, 0, 0, 110, 111, 5, 0, 0, 1, 111, 113,
|
|
2911
|
+
1, 0, 0, 0, 112, 102, 1, 0, 0, 0, 112, 105, 1, 0, 0, 0, 113, 1, 1, 0, 0, 0, 114, 116, 3,
|
|
2912
|
+
4, 2, 0, 115, 114, 1, 0, 0, 0, 116, 117, 1, 0, 0, 0, 117, 115, 1, 0, 0, 0, 117, 118, 1,
|
|
2913
|
+
0, 0, 0, 118, 119, 1, 0, 0, 0, 119, 120, 5, 0, 0, 1, 120, 3, 1, 0, 0, 0, 121, 123, 5, 19,
|
|
2914
|
+
0, 0, 122, 121, 1, 0, 0, 0, 123, 126, 1, 0, 0, 0, 124, 122, 1, 0, 0, 0, 124, 125, 1, 0,
|
|
2915
|
+
0, 0, 125, 127, 1, 0, 0, 0, 126, 124, 1, 0, 0, 0, 127, 128, 3, 8, 4, 0, 128, 5, 1, 0, 0,
|
|
2916
|
+
0, 129, 131, 5, 19, 0, 0, 130, 129, 1, 0, 0, 0, 131, 134, 1, 0, 0, 0, 132, 130, 1, 0, 0,
|
|
2917
|
+
0, 132, 133, 1, 0, 0, 0, 133, 135, 1, 0, 0, 0, 134, 132, 1, 0, 0, 0, 135, 136, 3, 10, 5,
|
|
2918
|
+
0, 136, 7, 1, 0, 0, 0, 137, 141, 3, 50, 25, 0, 138, 140, 3, 20, 10, 0, 139, 138, 1, 0,
|
|
2919
|
+
0, 0, 140, 143, 1, 0, 0, 0, 141, 139, 1, 0, 0, 0, 141, 142, 1, 0, 0, 0, 142, 144, 1, 0,
|
|
2920
|
+
0, 0, 143, 141, 1, 0, 0, 0, 144, 145, 3, 36, 18, 0, 145, 9, 1, 0, 0, 0, 146, 150, 3, 50,
|
|
2921
|
+
25, 0, 147, 149, 3, 20, 10, 0, 148, 147, 1, 0, 0, 0, 149, 152, 1, 0, 0, 0, 150, 148, 1,
|
|
2922
|
+
0, 0, 0, 150, 151, 1, 0, 0, 0, 151, 154, 1, 0, 0, 0, 152, 150, 1, 0, 0, 0, 153, 155, 3,
|
|
2923
|
+
36, 18, 0, 154, 153, 1, 0, 0, 0, 154, 155, 1, 0, 0, 0, 155, 166, 1, 0, 0, 0, 156, 158,
|
|
2924
|
+
3, 20, 10, 0, 157, 156, 1, 0, 0, 0, 158, 159, 1, 0, 0, 0, 159, 157, 1, 0, 0, 0, 159, 160,
|
|
2925
|
+
1, 0, 0, 0, 160, 162, 1, 0, 0, 0, 161, 163, 3, 36, 18, 0, 162, 161, 1, 0, 0, 0, 162, 163,
|
|
2926
|
+
1, 0, 0, 0, 163, 166, 1, 0, 0, 0, 164, 166, 3, 36, 18, 0, 165, 146, 1, 0, 0, 0, 165, 157,
|
|
2927
|
+
1, 0, 0, 0, 165, 164, 1, 0, 0, 0, 166, 11, 1, 0, 0, 0, 167, 169, 3, 18, 9, 0, 168, 167,
|
|
2928
|
+
1, 0, 0, 0, 169, 172, 1, 0, 0, 0, 170, 168, 1, 0, 0, 0, 170, 171, 1, 0, 0, 0, 171, 173,
|
|
2929
|
+
1, 0, 0, 0, 172, 170, 1, 0, 0, 0, 173, 174, 5, 0, 0, 1, 174, 13, 1, 0, 0, 0, 175, 177, 3,
|
|
2930
|
+
16, 8, 0, 176, 175, 1, 0, 0, 0, 177, 180, 1, 0, 0, 0, 178, 176, 1, 0, 0, 0, 178, 179, 1,
|
|
2931
|
+
0, 0, 0, 179, 181, 1, 0, 0, 0, 180, 178, 1, 0, 0, 0, 181, 182, 5, 0, 0, 1, 182, 15, 1, 0,
|
|
2932
|
+
0, 0, 183, 187, 3, 18, 9, 0, 184, 187, 3, 52, 26, 0, 185, 187, 3, 54, 27, 0, 186, 183,
|
|
2933
|
+
1, 0, 0, 0, 186, 184, 1, 0, 0, 0, 186, 185, 1, 0, 0, 0, 187, 17, 1, 0, 0, 0, 188, 204, 3,
|
|
2934
|
+
22, 11, 0, 189, 204, 3, 24, 12, 0, 190, 204, 3, 26, 13, 0, 191, 204, 3, 28, 14, 0, 192,
|
|
2935
|
+
204, 3, 30, 15, 0, 193, 204, 3, 32, 16, 0, 194, 204, 3, 34, 17, 0, 195, 204, 3, 36, 18,
|
|
2936
|
+
0, 196, 204, 3, 38, 19, 0, 197, 204, 3, 40, 20, 0, 198, 204, 3, 42, 21, 0, 199, 204,
|
|
2937
|
+
3, 44, 22, 0, 200, 204, 3, 46, 23, 0, 201, 204, 3, 48, 24, 0, 202, 204, 3, 50, 25, 0,
|
|
2938
|
+
203, 188, 1, 0, 0, 0, 203, 189, 1, 0, 0, 0, 203, 190, 1, 0, 0, 0, 203, 191, 1, 0, 0, 0,
|
|
2939
|
+
203, 192, 1, 0, 0, 0, 203, 193, 1, 0, 0, 0, 203, 194, 1, 0, 0, 0, 203, 195, 1, 0, 0, 0,
|
|
2940
|
+
203, 196, 1, 0, 0, 0, 203, 197, 1, 0, 0, 0, 203, 198, 1, 0, 0, 0, 203, 199, 1, 0, 0, 0,
|
|
2941
|
+
203, 200, 1, 0, 0, 0, 203, 201, 1, 0, 0, 0, 203, 202, 1, 0, 0, 0, 204, 19, 1, 0, 0, 0, 205,
|
|
2942
|
+
219, 3, 22, 11, 0, 206, 219, 3, 24, 12, 0, 207, 219, 3, 26, 13, 0, 208, 219, 3, 28, 14,
|
|
2943
|
+
0, 209, 219, 3, 30, 15, 0, 210, 219, 3, 32, 16, 0, 211, 219, 3, 34, 17, 0, 212, 219,
|
|
2944
|
+
3, 38, 19, 0, 213, 219, 3, 40, 20, 0, 214, 219, 3, 42, 21, 0, 215, 219, 3, 44, 22, 0,
|
|
2945
|
+
216, 219, 3, 46, 23, 0, 217, 219, 3, 48, 24, 0, 218, 205, 1, 0, 0, 0, 218, 206, 1, 0,
|
|
2946
|
+
0, 0, 218, 207, 1, 0, 0, 0, 218, 208, 1, 0, 0, 0, 218, 209, 1, 0, 0, 0, 218, 210, 1, 0,
|
|
2947
|
+
0, 0, 218, 211, 1, 0, 0, 0, 218, 212, 1, 0, 0, 0, 218, 213, 1, 0, 0, 0, 218, 214, 1, 0,
|
|
2948
|
+
0, 0, 218, 215, 1, 0, 0, 0, 218, 216, 1, 0, 0, 0, 218, 217, 1, 0, 0, 0, 219, 21, 1, 0, 0,
|
|
2949
|
+
0, 220, 222, 5, 22, 0, 0, 221, 223, 3, 66, 33, 0, 222, 221, 1, 0, 0, 0, 222, 223, 1, 0,
|
|
2950
|
+
0, 0, 223, 225, 1, 0, 0, 0, 224, 226, 3, 56, 28, 0, 225, 224, 1, 0, 0, 0, 225, 226, 1,
|
|
2951
|
+
0, 0, 0, 226, 227, 1, 0, 0, 0, 227, 228, 3, 58, 29, 0, 228, 23, 1, 0, 0, 0, 229, 231, 5,
|
|
2952
|
+
23, 0, 0, 230, 232, 3, 66, 33, 0, 231, 230, 1, 0, 0, 0, 231, 232, 1, 0, 0, 0, 232, 234,
|
|
2953
|
+
1, 0, 0, 0, 233, 235, 3, 56, 28, 0, 234, 233, 1, 0, 0, 0, 234, 235, 1, 0, 0, 0, 235, 236,
|
|
2954
|
+
1, 0, 0, 0, 236, 237, 3, 58, 29, 0, 237, 25, 1, 0, 0, 0, 238, 240, 5, 24, 0, 0, 239, 241,
|
|
2955
|
+
3, 66, 33, 0, 240, 239, 1, 0, 0, 0, 240, 241, 1, 0, 0, 0, 241, 243, 1, 0, 0, 0, 242, 244,
|
|
2956
|
+
3, 56, 28, 0, 243, 242, 1, 0, 0, 0, 243, 244, 1, 0, 0, 0, 244, 245, 1, 0, 0, 0, 245, 246,
|
|
2957
|
+
3, 58, 29, 0, 246, 27, 1, 0, 0, 0, 247, 248, 5, 25, 0, 0, 248, 250, 3, 60, 30, 0, 249,
|
|
2958
|
+
251, 3, 56, 28, 0, 250, 249, 1, 0, 0, 0, 250, 251, 1, 0, 0, 0, 251, 252, 1, 0, 0, 0, 252,
|
|
2959
|
+
253, 3, 64, 32, 0, 253, 29, 1, 0, 0, 0, 254, 255, 5, 26, 0, 0, 255, 257, 3, 60, 30, 0,
|
|
2960
|
+
256, 258, 3, 56, 28, 0, 257, 256, 1, 0, 0, 0, 257, 258, 1, 0, 0, 0, 258, 259, 1, 0, 0,
|
|
2961
|
+
0, 259, 260, 3, 64, 32, 0, 260, 31, 1, 0, 0, 0, 261, 263, 5, 27, 0, 0, 262, 264, 3, 66,
|
|
2962
|
+
33, 0, 263, 262, 1, 0, 0, 0, 263, 264, 1, 0, 0, 0, 264, 266, 1, 0, 0, 0, 265, 267, 3, 56,
|
|
2963
|
+
28, 0, 266, 265, 1, 0, 0, 0, 266, 267, 1, 0, 0, 0, 267, 268, 1, 0, 0, 0, 268, 269, 3, 58,
|
|
2964
|
+
29, 0, 269, 33, 1, 0, 0, 0, 270, 272, 5, 28, 0, 0, 271, 273, 3, 66, 33, 0, 272, 271, 1,
|
|
2965
|
+
0, 0, 0, 272, 273, 1, 0, 0, 0, 273, 275, 1, 0, 0, 0, 274, 276, 3, 56, 28, 0, 275, 274,
|
|
2966
|
+
1, 0, 0, 0, 275, 276, 1, 0, 0, 0, 276, 277, 1, 0, 0, 0, 277, 278, 3, 58, 29, 0, 278, 35,
|
|
2967
|
+
1, 0, 0, 0, 279, 280, 5, 29, 0, 0, 280, 282, 3, 72, 36, 0, 281, 283, 3, 56, 28, 0, 282,
|
|
2968
|
+
281, 1, 0, 0, 0, 282, 283, 1, 0, 0, 0, 283, 284, 1, 0, 0, 0, 284, 285, 3, 58, 29, 0, 285,
|
|
2969
|
+
37, 1, 0, 0, 0, 286, 288, 5, 29, 0, 0, 287, 289, 3, 74, 37, 0, 288, 287, 1, 0, 0, 0, 288,
|
|
2970
|
+
289, 1, 0, 0, 0, 289, 291, 1, 0, 0, 0, 290, 292, 3, 56, 28, 0, 291, 290, 1, 0, 0, 0, 291,
|
|
2971
|
+
292, 1, 0, 0, 0, 292, 293, 1, 0, 0, 0, 293, 294, 3, 58, 29, 0, 294, 39, 1, 0, 0, 0, 295,
|
|
2972
|
+
297, 5, 30, 0, 0, 296, 298, 3, 76, 38, 0, 297, 296, 1, 0, 0, 0, 297, 298, 1, 0, 0, 0, 298,
|
|
2973
|
+
300, 1, 0, 0, 0, 299, 301, 3, 56, 28, 0, 300, 299, 1, 0, 0, 0, 300, 301, 1, 0, 0, 0, 301,
|
|
2974
|
+
302, 1, 0, 0, 0, 302, 303, 3, 58, 29, 0, 303, 41, 1, 0, 0, 0, 304, 306, 5, 31, 0, 0, 305,
|
|
2975
|
+
307, 3, 80, 40, 0, 306, 305, 1, 0, 0, 0, 306, 307, 1, 0, 0, 0, 307, 309, 1, 0, 0, 0, 308,
|
|
2976
|
+
310, 3, 56, 28, 0, 309, 308, 1, 0, 0, 0, 309, 310, 1, 0, 0, 0, 310, 311, 1, 0, 0, 0, 311,
|
|
2977
|
+
312, 3, 58, 29, 0, 312, 43, 1, 0, 0, 0, 313, 315, 5, 32, 0, 0, 314, 316, 3, 70, 35, 0,
|
|
2978
|
+
315, 314, 1, 0, 0, 0, 315, 316, 1, 0, 0, 0, 316, 318, 1, 0, 0, 0, 317, 319, 3, 56, 28,
|
|
2979
|
+
0, 318, 317, 1, 0, 0, 0, 318, 319, 1, 0, 0, 0, 319, 320, 1, 0, 0, 0, 320, 321, 3, 58, 29,
|
|
2980
|
+
0, 321, 45, 1, 0, 0, 0, 322, 324, 5, 33, 0, 0, 323, 325, 3, 70, 35, 0, 324, 323, 1, 0,
|
|
2981
|
+
0, 0, 324, 325, 1, 0, 0, 0, 325, 327, 1, 0, 0, 0, 326, 328, 3, 56, 28, 0, 327, 326, 1,
|
|
2982
|
+
0, 0, 0, 327, 328, 1, 0, 0, 0, 328, 329, 1, 0, 0, 0, 329, 330, 3, 58, 29, 0, 330, 47, 1,
|
|
2983
|
+
0, 0, 0, 331, 333, 5, 34, 0, 0, 332, 334, 3, 68, 34, 0, 333, 332, 1, 0, 0, 0, 333, 334,
|
|
2984
|
+
1, 0, 0, 0, 334, 336, 1, 0, 0, 0, 335, 337, 3, 56, 28, 0, 336, 335, 1, 0, 0, 0, 336, 337,
|
|
2985
|
+
1, 0, 0, 0, 337, 338, 1, 0, 0, 0, 338, 339, 3, 58, 29, 0, 339, 49, 1, 0, 0, 0, 340, 342,
|
|
2986
|
+
5, 21, 0, 0, 341, 343, 3, 66, 33, 0, 342, 341, 1, 0, 0, 0, 342, 343, 1, 0, 0, 0, 343, 345,
|
|
2987
|
+
1, 0, 0, 0, 344, 346, 3, 56, 28, 0, 345, 344, 1, 0, 0, 0, 345, 346, 1, 0, 0, 0, 346, 347,
|
|
2988
|
+
1, 0, 0, 0, 347, 348, 3, 58, 29, 0, 348, 51, 1, 0, 0, 0, 349, 351, 5, 35, 0, 0, 350, 352,
|
|
2989
|
+
3, 66, 33, 0, 351, 350, 1, 0, 0, 0, 351, 352, 1, 0, 0, 0, 352, 354, 1, 0, 0, 0, 353, 355,
|
|
2990
|
+
3, 56, 28, 0, 354, 353, 1, 0, 0, 0, 354, 355, 1, 0, 0, 0, 355, 356, 1, 0, 0, 0, 356, 357,
|
|
2991
|
+
3, 58, 29, 0, 357, 53, 1, 0, 0, 0, 358, 360, 5, 36, 0, 0, 359, 361, 3, 66, 33, 0, 360,
|
|
2992
|
+
359, 1, 0, 0, 0, 360, 361, 1, 0, 0, 0, 361, 363, 1, 0, 0, 0, 362, 364, 3, 56, 28, 0, 363,
|
|
2993
|
+
362, 1, 0, 0, 0, 363, 364, 1, 0, 0, 0, 364, 365, 1, 0, 0, 0, 365, 366, 3, 58, 29, 0, 366,
|
|
2994
|
+
55, 1, 0, 0, 0, 367, 368, 5, 20, 0, 0, 368, 57, 1, 0, 0, 0, 369, 383, 5, 10, 0, 0, 370,
|
|
2995
|
+
372, 5, 9, 0, 0, 371, 373, 3, 100, 50, 0, 372, 371, 1, 0, 0, 0, 372, 373, 1, 0, 0, 0, 373,
|
|
2996
|
+
375, 1, 0, 0, 0, 374, 376, 5, 10, 0, 0, 375, 374, 1, 0, 0, 0, 375, 376, 1, 0, 0, 0, 376,
|
|
2997
|
+
383, 1, 0, 0, 0, 377, 379, 3, 100, 50, 0, 378, 380, 5, 10, 0, 0, 379, 378, 1, 0, 0, 0,
|
|
2998
|
+
379, 380, 1, 0, 0, 0, 380, 383, 1, 0, 0, 0, 381, 383, 1, 0, 0, 0, 382, 369, 1, 0, 0, 0,
|
|
2999
|
+
382, 370, 1, 0, 0, 0, 382, 377, 1, 0, 0, 0, 382, 381, 1, 0, 0, 0, 383, 59, 1, 0, 0, 0, 384,
|
|
3000
|
+
385, 3, 80, 40, 0, 385, 386, 3, 62, 31, 0, 386, 387, 3, 62, 31, 0, 387, 398, 1, 0, 0,
|
|
3001
|
+
0, 388, 389, 3, 62, 31, 0, 389, 390, 3, 80, 40, 0, 390, 391, 3, 62, 31, 0, 391, 398,
|
|
3002
|
+
1, 0, 0, 0, 392, 393, 3, 62, 31, 0, 393, 395, 3, 62, 31, 0, 394, 396, 3, 80, 40, 0, 395,
|
|
3003
|
+
394, 1, 0, 0, 0, 395, 396, 1, 0, 0, 0, 396, 398, 1, 0, 0, 0, 397, 384, 1, 0, 0, 0, 397,
|
|
3004
|
+
388, 1, 0, 0, 0, 397, 392, 1, 0, 0, 0, 398, 61, 1, 0, 0, 0, 399, 401, 3, 94, 47, 0, 400,
|
|
3005
|
+
402, 3, 98, 49, 0, 401, 400, 1, 0, 0, 0, 401, 402, 1, 0, 0, 0, 402, 63, 1, 0, 0, 0, 403,
|
|
3006
|
+
410, 5, 10, 0, 0, 404, 406, 5, 9, 0, 0, 405, 407, 5, 10, 0, 0, 406, 405, 1, 0, 0, 0, 406,
|
|
3007
|
+
407, 1, 0, 0, 0, 407, 410, 1, 0, 0, 0, 408, 410, 1, 0, 0, 0, 409, 403, 1, 0, 0, 0, 409,
|
|
3008
|
+
404, 1, 0, 0, 0, 409, 408, 1, 0, 0, 0, 410, 65, 1, 0, 0, 0, 411, 420, 3, 80, 40, 0, 412,
|
|
3009
|
+
414, 3, 94, 47, 0, 413, 415, 3, 98, 49, 0, 414, 413, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0,
|
|
3010
|
+
415, 421, 1, 0, 0, 0, 416, 418, 3, 98, 49, 0, 417, 419, 3, 94, 47, 0, 418, 417, 1, 0,
|
|
3011
|
+
0, 0, 418, 419, 1, 0, 0, 0, 419, 421, 1, 0, 0, 0, 420, 412, 1, 0, 0, 0, 420, 416, 1, 0,
|
|
3012
|
+
0, 0, 420, 421, 1, 0, 0, 0, 421, 445, 1, 0, 0, 0, 422, 431, 3, 94, 47, 0, 423, 425, 3,
|
|
3013
|
+
80, 40, 0, 424, 426, 3, 98, 49, 0, 425, 424, 1, 0, 0, 0, 425, 426, 1, 0, 0, 0, 426, 432,
|
|
3014
|
+
1, 0, 0, 0, 427, 429, 3, 98, 49, 0, 428, 430, 3, 80, 40, 0, 429, 428, 1, 0, 0, 0, 429,
|
|
3015
|
+
430, 1, 0, 0, 0, 430, 432, 1, 0, 0, 0, 431, 423, 1, 0, 0, 0, 431, 427, 1, 0, 0, 0, 431,
|
|
3016
|
+
432, 1, 0, 0, 0, 432, 445, 1, 0, 0, 0, 433, 442, 3, 98, 49, 0, 434, 436, 3, 80, 40, 0,
|
|
3017
|
+
435, 437, 3, 94, 47, 0, 436, 435, 1, 0, 0, 0, 436, 437, 1, 0, 0, 0, 437, 443, 1, 0, 0,
|
|
3018
|
+
0, 438, 440, 3, 94, 47, 0, 439, 441, 3, 80, 40, 0, 440, 439, 1, 0, 0, 0, 440, 441, 1,
|
|
3019
|
+
0, 0, 0, 441, 443, 1, 0, 0, 0, 442, 434, 1, 0, 0, 0, 442, 438, 1, 0, 0, 0, 442, 443, 1,
|
|
3020
|
+
0, 0, 0, 443, 445, 1, 0, 0, 0, 444, 411, 1, 0, 0, 0, 444, 422, 1, 0, 0, 0, 444, 433, 1,
|
|
3021
|
+
0, 0, 0, 445, 67, 1, 0, 0, 0, 446, 448, 3, 84, 42, 0, 447, 449, 3, 94, 47, 0, 448, 447,
|
|
3022
|
+
1, 0, 0, 0, 448, 449, 1, 0, 0, 0, 449, 455, 1, 0, 0, 0, 450, 452, 3, 94, 47, 0, 451, 453,
|
|
3023
|
+
3, 84, 42, 0, 452, 451, 1, 0, 0, 0, 452, 453, 1, 0, 0, 0, 453, 455, 1, 0, 0, 0, 454, 446,
|
|
3024
|
+
1, 0, 0, 0, 454, 450, 1, 0, 0, 0, 455, 69, 1, 0, 0, 0, 456, 458, 3, 82, 41, 0, 457, 459,
|
|
3025
|
+
3, 94, 47, 0, 458, 457, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 465, 1, 0, 0, 0, 460, 462,
|
|
3026
|
+
3, 94, 47, 0, 461, 463, 3, 82, 41, 0, 462, 461, 1, 0, 0, 0, 462, 463, 1, 0, 0, 0, 463,
|
|
3027
|
+
465, 1, 0, 0, 0, 464, 456, 1, 0, 0, 0, 464, 460, 1, 0, 0, 0, 465, 71, 1, 0, 0, 0, 466, 468,
|
|
3028
|
+
3, 88, 44, 0, 467, 469, 3, 94, 47, 0, 468, 467, 1, 0, 0, 0, 468, 469, 1, 0, 0, 0, 469,
|
|
3029
|
+
471, 1, 0, 0, 0, 470, 472, 3, 98, 49, 0, 471, 470, 1, 0, 0, 0, 471, 472, 1, 0, 0, 0, 472,
|
|
3030
|
+
479, 1, 0, 0, 0, 473, 474, 3, 94, 47, 0, 474, 476, 3, 88, 44, 0, 475, 477, 3, 98, 49,
|
|
3031
|
+
0, 476, 475, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 479, 1, 0, 0, 0, 478, 466, 1, 0, 0,
|
|
3032
|
+
0, 478, 473, 1, 0, 0, 0, 479, 73, 1, 0, 0, 0, 480, 482, 3, 86, 43, 0, 481, 483, 3, 94,
|
|
3033
|
+
47, 0, 482, 481, 1, 0, 0, 0, 482, 483, 1, 0, 0, 0, 483, 489, 1, 0, 0, 0, 484, 486, 3, 94,
|
|
3034
|
+
47, 0, 485, 487, 3, 86, 43, 0, 486, 485, 1, 0, 0, 0, 486, 487, 1, 0, 0, 0, 487, 489, 1,
|
|
3035
|
+
0, 0, 0, 488, 480, 1, 0, 0, 0, 488, 484, 1, 0, 0, 0, 489, 75, 1, 0, 0, 0, 490, 492, 3, 78,
|
|
3036
|
+
39, 0, 491, 490, 1, 0, 0, 0, 492, 493, 1, 0, 0, 0, 493, 491, 1, 0, 0, 0, 493, 494, 1, 0,
|
|
3037
|
+
0, 0, 494, 77, 1, 0, 0, 0, 495, 500, 3, 90, 45, 0, 496, 500, 3, 80, 40, 0, 497, 500, 3,
|
|
3038
|
+
94, 47, 0, 498, 500, 3, 98, 49, 0, 499, 495, 1, 0, 0, 0, 499, 496, 1, 0, 0, 0, 499, 497,
|
|
3039
|
+
1, 0, 0, 0, 499, 498, 1, 0, 0, 0, 500, 79, 1, 0, 0, 0, 501, 505, 5, 1, 0, 0, 502, 504, 7,
|
|
3040
|
+
0, 0, 0, 503, 502, 1, 0, 0, 0, 504, 507, 1, 0, 0, 0, 505, 503, 1, 0, 0, 0, 505, 506, 1,
|
|
3041
|
+
0, 0, 0, 506, 508, 1, 0, 0, 0, 507, 505, 1, 0, 0, 0, 508, 509, 5, 2, 0, 0, 509, 81, 1, 0,
|
|
3042
|
+
0, 0, 510, 511, 5, 1, 0, 0, 511, 512, 5, 15, 0, 0, 512, 513, 5, 2, 0, 0, 513, 83, 1, 0,
|
|
3043
|
+
0, 0, 514, 516, 5, 1, 0, 0, 515, 517, 7, 1, 0, 0, 516, 515, 1, 0, 0, 0, 516, 517, 1, 0,
|
|
3044
|
+
0, 0, 517, 518, 1, 0, 0, 0, 518, 519, 5, 2, 0, 0, 519, 85, 1, 0, 0, 0, 520, 522, 5, 1, 0,
|
|
3045
|
+
0, 521, 523, 5, 12, 0, 0, 522, 521, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 524, 1, 0, 0,
|
|
3046
|
+
0, 524, 525, 5, 2, 0, 0, 525, 87, 1, 0, 0, 0, 526, 527, 5, 1, 0, 0, 527, 528, 5, 13, 0,
|
|
3047
|
+
0, 528, 529, 5, 2, 0, 0, 529, 89, 1, 0, 0, 0, 530, 532, 5, 1, 0, 0, 531, 533, 5, 14, 0,
|
|
3048
|
+
0, 532, 531, 1, 0, 0, 0, 532, 533, 1, 0, 0, 0, 533, 534, 1, 0, 0, 0, 534, 535, 5, 2, 0,
|
|
3049
|
+
0, 535, 91, 1, 0, 0, 0, 536, 540, 5, 3, 0, 0, 537, 539, 5, 16, 0, 0, 538, 537, 1, 0, 0,
|
|
3050
|
+
0, 539, 542, 1, 0, 0, 0, 540, 538, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 543, 1, 0, 0,
|
|
3051
|
+
0, 542, 540, 1, 0, 0, 0, 543, 544, 5, 4, 0, 0, 544, 93, 1, 0, 0, 0, 545, 549, 3, 92, 46,
|
|
3052
|
+
0, 546, 548, 3, 96, 48, 0, 547, 546, 1, 0, 0, 0, 548, 551, 1, 0, 0, 0, 549, 547, 1, 0,
|
|
3053
|
+
0, 0, 549, 550, 1, 0, 0, 0, 550, 95, 1, 0, 0, 0, 551, 549, 1, 0, 0, 0, 552, 556, 5, 5, 0,
|
|
3054
|
+
0, 553, 555, 5, 17, 0, 0, 554, 553, 1, 0, 0, 0, 555, 558, 1, 0, 0, 0, 556, 554, 1, 0, 0,
|
|
3055
|
+
0, 556, 557, 1, 0, 0, 0, 557, 559, 1, 0, 0, 0, 558, 556, 1, 0, 0, 0, 559, 560, 5, 6, 0,
|
|
3056
|
+
0, 560, 97, 1, 0, 0, 0, 561, 562, 5, 7, 0, 0, 562, 99, 1, 0, 0, 0, 563, 565, 5, 18, 0, 0,
|
|
3057
|
+
564, 563, 1, 0, 0, 0, 565, 566, 1, 0, 0, 0, 566, 564, 1, 0, 0, 0, 566, 567, 1, 0, 0, 0,
|
|
3058
|
+
567, 101, 1, 0, 0, 0, 89, 108, 112, 117, 124, 132, 141, 150, 154, 159, 162, 165, 170,
|
|
3059
|
+
178, 186, 203, 218, 222, 225, 231, 234, 240, 243, 250, 257, 263, 266, 272, 275,
|
|
3060
|
+
282, 288, 291, 297, 300, 306, 309, 315, 318, 324, 327, 333, 336, 342, 345, 351,
|
|
3061
|
+
354, 360, 363, 372, 375, 379, 382, 395, 397, 401, 406, 409, 414, 418, 420, 425,
|
|
3062
|
+
429, 431, 436, 440, 442, 444, 448, 452, 454, 458, 462, 464, 468, 471, 476, 478,
|
|
3063
|
+
482, 486, 488, 493, 499, 505, 516, 522, 532, 540, 549, 556, 566
|
|
3060
3064
|
];
|
|
3061
3065
|
static __ATN;
|
|
3062
3066
|
static get _ATN() {
|
|
@@ -3213,9 +3217,6 @@ export class ModelTurnContext extends antlr.ParserRuleContext {
|
|
|
3213
3217
|
constructor(parent, invokingState) {
|
|
3214
3218
|
super(parent, invokingState);
|
|
3215
3219
|
}
|
|
3216
|
-
turn() {
|
|
3217
|
-
return this.getRuleContext(0, TurnContext);
|
|
3218
|
-
}
|
|
3219
3220
|
planStatement() {
|
|
3220
3221
|
return this.getRuleContext(0, PlanStatementContext);
|
|
3221
3222
|
}
|