chordsheetjs 14.4.0 → 14.5.1
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/lib/bundle.js +856 -815
- package/lib/bundle.min.js +149 -149
- package/lib/index.js +834 -792
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +1 -1
- package/lib/main.d.ts.map +1 -1
- package/lib/module.js +834 -792
- package/lib/module.js.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1285,6 +1285,7 @@ const $5f19a6aa6bc347f1$var$mapping = {
|
|
|
1285
1285
|
"m(maj7)": "m(ma7)",
|
|
1286
1286
|
"m(+7)": "m(ma7)",
|
|
1287
1287
|
"m+7": "m(ma7)",
|
|
1288
|
+
"mmaj7": "m(ma7)",
|
|
1288
1289
|
"m(ma9)": "m(ma9)",
|
|
1289
1290
|
"m(M9)": "m(ma9)",
|
|
1290
1291
|
"mM9": "m(ma9)",
|
|
@@ -9076,8 +9077,8 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
9076
9077
|
isNegated: selector?.isNegated
|
|
9077
9078
|
};
|
|
9078
9079
|
};
|
|
9079
|
-
const peg$c65 = function(tagName, selector,
|
|
9080
|
-
return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName,
|
|
9080
|
+
const peg$c65 = function(tagName, selector, tagValue) {
|
|
9081
|
+
return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, tagValue, selector, location());
|
|
9081
9082
|
};
|
|
9082
9083
|
const peg$c66 = "-";
|
|
9083
9084
|
const peg$c67 = peg$literalExpectation("-", false);
|
|
@@ -9095,14 +9096,14 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
9095
9096
|
const peg$c72 = function(tagValue) {
|
|
9096
9097
|
return tagValue;
|
|
9097
9098
|
};
|
|
9098
|
-
const peg$c73 = function(
|
|
9099
|
+
const peg$c73 = function(value) {
|
|
9099
9100
|
return {
|
|
9100
|
-
|
|
9101
|
+
value: value
|
|
9101
9102
|
};
|
|
9102
9103
|
};
|
|
9103
|
-
const peg$c74 = function(
|
|
9104
|
+
const peg$c74 = function(attributes) {
|
|
9104
9105
|
return {
|
|
9105
|
-
|
|
9106
|
+
attributes: attributes
|
|
9106
9107
|
};
|
|
9107
9108
|
};
|
|
9108
9109
|
const peg$c75 = function(attributes) {
|
|
@@ -9293,64 +9294,67 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
9293
9294
|
};
|
|
9294
9295
|
const peg$c129 = "start_of_abc";
|
|
9295
9296
|
const peg$c130 = peg$literalExpectation("start_of_abc", false);
|
|
9296
|
-
const peg$c131 =
|
|
9297
|
-
|
|
9298
|
-
|
|
9297
|
+
const peg$c131 = function(tagName, selector, tagColonWithValue) {
|
|
9298
|
+
return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, tagColonWithValue, selector, location());
|
|
9299
|
+
};
|
|
9300
|
+
const peg$c132 = "end_of_abc";
|
|
9301
|
+
const peg$c133 = peg$literalExpectation("end_of_abc", false);
|
|
9302
|
+
const peg$c134 = function(tagName) {
|
|
9299
9303
|
return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, null, null, location());
|
|
9300
9304
|
};
|
|
9301
|
-
const peg$
|
|
9302
|
-
const peg$
|
|
9303
|
-
const peg$
|
|
9304
|
-
const peg$
|
|
9305
|
-
const peg$
|
|
9306
|
-
const peg$
|
|
9307
|
-
const peg$
|
|
9308
|
-
const peg$
|
|
9309
|
-
const peg$
|
|
9310
|
-
const peg$
|
|
9311
|
-
const peg$
|
|
9312
|
-
const peg$
|
|
9313
|
-
const peg$
|
|
9314
|
-
const peg$
|
|
9315
|
-
const peg$
|
|
9316
|
-
const peg$
|
|
9317
|
-
const peg$
|
|
9318
|
-
const peg$
|
|
9319
|
-
const peg$
|
|
9320
|
-
const peg$
|
|
9321
|
-
const peg$
|
|
9322
|
-
const peg$
|
|
9323
|
-
const peg$
|
|
9324
|
-
const peg$
|
|
9325
|
-
const peg$
|
|
9326
|
-
const peg$
|
|
9327
|
-
const peg$
|
|
9328
|
-
const peg$
|
|
9329
|
-
const peg$
|
|
9330
|
-
const peg$
|
|
9331
|
-
const peg$
|
|
9332
|
-
const peg$
|
|
9333
|
-
const peg$
|
|
9305
|
+
const peg$c135 = "start_of_grid";
|
|
9306
|
+
const peg$c136 = peg$literalExpectation("start_of_grid", false);
|
|
9307
|
+
const peg$c137 = "sog";
|
|
9308
|
+
const peg$c138 = peg$literalExpectation("sog", false);
|
|
9309
|
+
const peg$c139 = "end_of_grid";
|
|
9310
|
+
const peg$c140 = peg$literalExpectation("end_of_grid", false);
|
|
9311
|
+
const peg$c141 = "eog";
|
|
9312
|
+
const peg$c142 = peg$literalExpectation("eog", false);
|
|
9313
|
+
const peg$c143 = "start_of_ly";
|
|
9314
|
+
const peg$c144 = peg$literalExpectation("start_of_ly", false);
|
|
9315
|
+
const peg$c145 = "end_of_ly";
|
|
9316
|
+
const peg$c146 = peg$literalExpectation("end_of_ly", false);
|
|
9317
|
+
const peg$c147 = "start_of_svg";
|
|
9318
|
+
const peg$c148 = peg$literalExpectation("start_of_svg", false);
|
|
9319
|
+
const peg$c149 = "end_of_svg";
|
|
9320
|
+
const peg$c150 = peg$literalExpectation("end_of_svg", false);
|
|
9321
|
+
const peg$c151 = "start_of_tab";
|
|
9322
|
+
const peg$c152 = peg$literalExpectation("start_of_tab", false);
|
|
9323
|
+
const peg$c153 = "sot";
|
|
9324
|
+
const peg$c154 = peg$literalExpectation("sot", false);
|
|
9325
|
+
const peg$c155 = "end_of_tab";
|
|
9326
|
+
const peg$c156 = peg$literalExpectation("end_of_tab", false);
|
|
9327
|
+
const peg$c157 = "eot";
|
|
9328
|
+
const peg$c158 = peg$literalExpectation("eot", false);
|
|
9329
|
+
const peg$c159 = "start_of_textblock";
|
|
9330
|
+
const peg$c160 = peg$literalExpectation("start_of_textblock", false);
|
|
9331
|
+
const peg$c161 = "end_of_textblock";
|
|
9332
|
+
const peg$c162 = peg$literalExpectation("end_of_textblock", false);
|
|
9333
|
+
const peg$c163 = peg$anyExpectation();
|
|
9334
|
+
const peg$c164 = peg$otherExpectation("whitespace");
|
|
9335
|
+
const peg$c165 = peg$otherExpectation("optional whitespace");
|
|
9336
|
+
const peg$c166 = /^[ \t\n\r]/;
|
|
9337
|
+
const peg$c167 = peg$classExpectation([
|
|
9334
9338
|
" ",
|
|
9335
9339
|
"\t",
|
|
9336
9340
|
"\n",
|
|
9337
9341
|
"\r"
|
|
9338
9342
|
], false, false);
|
|
9339
|
-
const peg$
|
|
9340
|
-
const peg$
|
|
9341
|
-
const peg$
|
|
9343
|
+
const peg$c168 = peg$otherExpectation("space");
|
|
9344
|
+
const peg$c169 = /^[ \t]/;
|
|
9345
|
+
const peg$c170 = peg$classExpectation([
|
|
9342
9346
|
" ",
|
|
9343
9347
|
"\t"
|
|
9344
9348
|
], false, false);
|
|
9345
|
-
const peg$
|
|
9346
|
-
const peg$
|
|
9349
|
+
const peg$c171 = /^[\n\r]/;
|
|
9350
|
+
const peg$c172 = peg$classExpectation([
|
|
9347
9351
|
"\n",
|
|
9348
9352
|
"\r"
|
|
9349
9353
|
], false, false);
|
|
9350
|
-
const peg$
|
|
9351
|
-
const peg$
|
|
9352
|
-
const peg$
|
|
9353
|
-
const peg$
|
|
9354
|
+
const peg$c173 = "\n";
|
|
9355
|
+
const peg$c174 = peg$literalExpectation("\n", false);
|
|
9356
|
+
const peg$c175 = "\r";
|
|
9357
|
+
const peg$c176 = peg$literalExpectation("\r", false);
|
|
9354
9358
|
let peg$currPos = 0;
|
|
9355
9359
|
let peg$savedPos = 0;
|
|
9356
9360
|
const peg$posDetailsCache = [
|
|
@@ -10563,10 +10567,11 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
10563
10567
|
s4 = peg$parseTagSelector();
|
|
10564
10568
|
if (s4 === peg$FAILED) s4 = null;
|
|
10565
10569
|
if (s4 !== peg$FAILED) {
|
|
10566
|
-
s5 = peg$
|
|
10570
|
+
s5 = peg$parseTagColonWithValue();
|
|
10571
|
+
if (s5 === peg$FAILED) s5 = peg$parseTagSpaceWithValue();
|
|
10572
|
+
if (s5 === peg$FAILED) s5 = null;
|
|
10567
10573
|
if (s5 !== peg$FAILED) {
|
|
10568
|
-
s6 = peg$
|
|
10569
|
-
if (s6 === peg$FAILED) s6 = null;
|
|
10574
|
+
s6 = peg$parse_();
|
|
10570
10575
|
if (s6 !== peg$FAILED) {
|
|
10571
10576
|
if (input.charCodeAt(peg$currPos) === 125) {
|
|
10572
10577
|
s7 = peg$c29;
|
|
@@ -10577,7 +10582,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
10577
10582
|
}
|
|
10578
10583
|
if (s7 !== peg$FAILED) {
|
|
10579
10584
|
peg$savedPos = s0;
|
|
10580
|
-
s1 = peg$c65(s3, s4,
|
|
10585
|
+
s1 = peg$c65(s3, s4, s5);
|
|
10581
10586
|
s0 = s1;
|
|
10582
10587
|
} else {
|
|
10583
10588
|
peg$currPos = s0;
|
|
@@ -10686,20 +10691,46 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
10686
10691
|
return s0;
|
|
10687
10692
|
}
|
|
10688
10693
|
function peg$parseTagColonWithValue() {
|
|
10689
|
-
let s0, s1, s2;
|
|
10694
|
+
let s0, s1, s2, s3;
|
|
10690
10695
|
s0 = peg$currPos;
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
peg$currPos
|
|
10696
|
+
s1 = peg$parse_();
|
|
10697
|
+
if (s1 !== peg$FAILED) {
|
|
10698
|
+
if (input.charCodeAt(peg$currPos) === 58) {
|
|
10699
|
+
s2 = peg$c62;
|
|
10700
|
+
peg$currPos++;
|
|
10701
|
+
} else {
|
|
10702
|
+
s2 = peg$FAILED;
|
|
10703
|
+
if (peg$silentFails === 0) peg$fail(peg$c63);
|
|
10704
|
+
}
|
|
10705
|
+
if (s2 !== peg$FAILED) {
|
|
10706
|
+
s3 = peg$parseTagValue();
|
|
10707
|
+
if (s3 !== peg$FAILED) {
|
|
10708
|
+
peg$savedPos = s0;
|
|
10709
|
+
s1 = peg$c72(s3);
|
|
10710
|
+
s0 = s1;
|
|
10711
|
+
} else {
|
|
10712
|
+
peg$currPos = s0;
|
|
10713
|
+
s0 = peg$FAILED;
|
|
10714
|
+
}
|
|
10715
|
+
} else {
|
|
10716
|
+
peg$currPos = s0;
|
|
10717
|
+
s0 = peg$FAILED;
|
|
10718
|
+
}
|
|
10694
10719
|
} else {
|
|
10695
|
-
|
|
10696
|
-
|
|
10720
|
+
peg$currPos = s0;
|
|
10721
|
+
s0 = peg$FAILED;
|
|
10697
10722
|
}
|
|
10723
|
+
return s0;
|
|
10724
|
+
}
|
|
10725
|
+
function peg$parseTagSpaceWithValue() {
|
|
10726
|
+
let s0, s1, s2;
|
|
10727
|
+
s0 = peg$currPos;
|
|
10728
|
+
s1 = peg$parse__();
|
|
10698
10729
|
if (s1 !== peg$FAILED) {
|
|
10699
|
-
s2 = peg$
|
|
10730
|
+
s2 = peg$parseTagSimpleValue();
|
|
10700
10731
|
if (s2 !== peg$FAILED) {
|
|
10701
10732
|
peg$savedPos = s0;
|
|
10702
|
-
s1 = peg$
|
|
10733
|
+
s1 = peg$c73(s2);
|
|
10703
10734
|
s0 = s1;
|
|
10704
10735
|
} else {
|
|
10705
10736
|
peg$currPos = s0;
|
|
@@ -10717,7 +10748,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
10717
10748
|
s1 = peg$parseTagAttributes();
|
|
10718
10749
|
if (s1 !== peg$FAILED) {
|
|
10719
10750
|
peg$savedPos = s0;
|
|
10720
|
-
s1 = peg$
|
|
10751
|
+
s1 = peg$c74(s1);
|
|
10721
10752
|
}
|
|
10722
10753
|
s0 = s1;
|
|
10723
10754
|
if (s0 === peg$FAILED) {
|
|
@@ -10725,7 +10756,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
10725
10756
|
s1 = peg$parseTagSimpleValue();
|
|
10726
10757
|
if (s1 !== peg$FAILED) {
|
|
10727
10758
|
peg$savedPos = s0;
|
|
10728
|
-
s1 = peg$
|
|
10759
|
+
s1 = peg$c73(s1);
|
|
10729
10760
|
}
|
|
10730
10761
|
s0 = s1;
|
|
10731
10762
|
}
|
|
@@ -11679,7 +11710,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11679
11710
|
}
|
|
11680
11711
|
if (s8 !== peg$FAILED) {
|
|
11681
11712
|
peg$savedPos = s0;
|
|
11682
|
-
s1 = peg$
|
|
11713
|
+
s1 = peg$c131(s3, s4, s6);
|
|
11683
11714
|
s0 = s1;
|
|
11684
11715
|
} else {
|
|
11685
11716
|
peg$currPos = s0;
|
|
@@ -11728,12 +11759,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11728
11759
|
if (s1 !== peg$FAILED) {
|
|
11729
11760
|
s2 = peg$parse_();
|
|
11730
11761
|
if (s2 !== peg$FAILED) {
|
|
11731
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
11732
|
-
s3 = peg$
|
|
11762
|
+
if (input.substr(peg$currPos, 10) === peg$c132) {
|
|
11763
|
+
s3 = peg$c132;
|
|
11733
11764
|
peg$currPos += 10;
|
|
11734
11765
|
} else {
|
|
11735
11766
|
s3 = peg$FAILED;
|
|
11736
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
11767
|
+
if (peg$silentFails === 0) peg$fail(peg$c133);
|
|
11737
11768
|
}
|
|
11738
11769
|
if (s3 !== peg$FAILED) {
|
|
11739
11770
|
s4 = peg$parse_();
|
|
@@ -11747,7 +11778,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11747
11778
|
}
|
|
11748
11779
|
if (s5 !== peg$FAILED) {
|
|
11749
11780
|
peg$savedPos = s0;
|
|
11750
|
-
s1 = peg$
|
|
11781
|
+
s1 = peg$c134(s3);
|
|
11751
11782
|
s0 = s1;
|
|
11752
11783
|
} else {
|
|
11753
11784
|
peg$currPos = s0;
|
|
@@ -11874,20 +11905,20 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11874
11905
|
if (s1 !== peg$FAILED) {
|
|
11875
11906
|
s2 = peg$parse_();
|
|
11876
11907
|
if (s2 !== peg$FAILED) {
|
|
11877
|
-
if (input.substr(peg$currPos, 13) === peg$
|
|
11878
|
-
s3 = peg$
|
|
11908
|
+
if (input.substr(peg$currPos, 13) === peg$c135) {
|
|
11909
|
+
s3 = peg$c135;
|
|
11879
11910
|
peg$currPos += 13;
|
|
11880
11911
|
} else {
|
|
11881
11912
|
s3 = peg$FAILED;
|
|
11882
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
11913
|
+
if (peg$silentFails === 0) peg$fail(peg$c136);
|
|
11883
11914
|
}
|
|
11884
11915
|
if (s3 === peg$FAILED) {
|
|
11885
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
11886
|
-
s3 = peg$
|
|
11916
|
+
if (input.substr(peg$currPos, 3) === peg$c137) {
|
|
11917
|
+
s3 = peg$c137;
|
|
11887
11918
|
peg$currPos += 3;
|
|
11888
11919
|
} else {
|
|
11889
11920
|
s3 = peg$FAILED;
|
|
11890
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
11921
|
+
if (peg$silentFails === 0) peg$fail(peg$c138);
|
|
11891
11922
|
}
|
|
11892
11923
|
}
|
|
11893
11924
|
if (s3 !== peg$FAILED) {
|
|
@@ -11910,7 +11941,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11910
11941
|
}
|
|
11911
11942
|
if (s8 !== peg$FAILED) {
|
|
11912
11943
|
peg$savedPos = s0;
|
|
11913
|
-
s1 = peg$
|
|
11944
|
+
s1 = peg$c131(s3, s4, s6);
|
|
11914
11945
|
s0 = s1;
|
|
11915
11946
|
} else {
|
|
11916
11947
|
peg$currPos = s0;
|
|
@@ -11959,20 +11990,20 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11959
11990
|
if (s1 !== peg$FAILED) {
|
|
11960
11991
|
s2 = peg$parse_();
|
|
11961
11992
|
if (s2 !== peg$FAILED) {
|
|
11962
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
11963
|
-
s3 = peg$
|
|
11993
|
+
if (input.substr(peg$currPos, 11) === peg$c139) {
|
|
11994
|
+
s3 = peg$c139;
|
|
11964
11995
|
peg$currPos += 11;
|
|
11965
11996
|
} else {
|
|
11966
11997
|
s3 = peg$FAILED;
|
|
11967
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
11998
|
+
if (peg$silentFails === 0) peg$fail(peg$c140);
|
|
11968
11999
|
}
|
|
11969
12000
|
if (s3 === peg$FAILED) {
|
|
11970
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
11971
|
-
s3 = peg$
|
|
12001
|
+
if (input.substr(peg$currPos, 3) === peg$c141) {
|
|
12002
|
+
s3 = peg$c141;
|
|
11972
12003
|
peg$currPos += 3;
|
|
11973
12004
|
} else {
|
|
11974
12005
|
s3 = peg$FAILED;
|
|
11975
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12006
|
+
if (peg$silentFails === 0) peg$fail(peg$c142);
|
|
11976
12007
|
}
|
|
11977
12008
|
}
|
|
11978
12009
|
if (s3 !== peg$FAILED) {
|
|
@@ -11987,7 +12018,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
11987
12018
|
}
|
|
11988
12019
|
if (s5 !== peg$FAILED) {
|
|
11989
12020
|
peg$savedPos = s0;
|
|
11990
|
-
s1 = peg$
|
|
12021
|
+
s1 = peg$c134(s3);
|
|
11991
12022
|
s0 = s1;
|
|
11992
12023
|
} else {
|
|
11993
12024
|
peg$currPos = s0;
|
|
@@ -12114,12 +12145,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12114
12145
|
if (s1 !== peg$FAILED) {
|
|
12115
12146
|
s2 = peg$parse_();
|
|
12116
12147
|
if (s2 !== peg$FAILED) {
|
|
12117
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
12118
|
-
s3 = peg$
|
|
12148
|
+
if (input.substr(peg$currPos, 11) === peg$c143) {
|
|
12149
|
+
s3 = peg$c143;
|
|
12119
12150
|
peg$currPos += 11;
|
|
12120
12151
|
} else {
|
|
12121
12152
|
s3 = peg$FAILED;
|
|
12122
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12153
|
+
if (peg$silentFails === 0) peg$fail(peg$c144);
|
|
12123
12154
|
}
|
|
12124
12155
|
if (s3 !== peg$FAILED) {
|
|
12125
12156
|
s4 = peg$parseTagSelector();
|
|
@@ -12141,7 +12172,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12141
12172
|
}
|
|
12142
12173
|
if (s8 !== peg$FAILED) {
|
|
12143
12174
|
peg$savedPos = s0;
|
|
12144
|
-
s1 = peg$
|
|
12175
|
+
s1 = peg$c131(s3, s4, s6);
|
|
12145
12176
|
s0 = s1;
|
|
12146
12177
|
} else {
|
|
12147
12178
|
peg$currPos = s0;
|
|
@@ -12190,12 +12221,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12190
12221
|
if (s1 !== peg$FAILED) {
|
|
12191
12222
|
s2 = peg$parse_();
|
|
12192
12223
|
if (s2 !== peg$FAILED) {
|
|
12193
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
12194
|
-
s3 = peg$
|
|
12224
|
+
if (input.substr(peg$currPos, 9) === peg$c145) {
|
|
12225
|
+
s3 = peg$c145;
|
|
12195
12226
|
peg$currPos += 9;
|
|
12196
12227
|
} else {
|
|
12197
12228
|
s3 = peg$FAILED;
|
|
12198
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12229
|
+
if (peg$silentFails === 0) peg$fail(peg$c146);
|
|
12199
12230
|
}
|
|
12200
12231
|
if (s3 !== peg$FAILED) {
|
|
12201
12232
|
s4 = peg$parse_();
|
|
@@ -12209,7 +12240,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12209
12240
|
}
|
|
12210
12241
|
if (s5 !== peg$FAILED) {
|
|
12211
12242
|
peg$savedPos = s0;
|
|
12212
|
-
s1 = peg$
|
|
12243
|
+
s1 = peg$c134(s3);
|
|
12213
12244
|
s0 = s1;
|
|
12214
12245
|
} else {
|
|
12215
12246
|
peg$currPos = s0;
|
|
@@ -12336,12 +12367,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12336
12367
|
if (s1 !== peg$FAILED) {
|
|
12337
12368
|
s2 = peg$parse_();
|
|
12338
12369
|
if (s2 !== peg$FAILED) {
|
|
12339
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
12340
|
-
s3 = peg$
|
|
12370
|
+
if (input.substr(peg$currPos, 12) === peg$c147) {
|
|
12371
|
+
s3 = peg$c147;
|
|
12341
12372
|
peg$currPos += 12;
|
|
12342
12373
|
} else {
|
|
12343
12374
|
s3 = peg$FAILED;
|
|
12344
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12375
|
+
if (peg$silentFails === 0) peg$fail(peg$c148);
|
|
12345
12376
|
}
|
|
12346
12377
|
if (s3 !== peg$FAILED) {
|
|
12347
12378
|
s4 = peg$parseTagSelector();
|
|
@@ -12363,7 +12394,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12363
12394
|
}
|
|
12364
12395
|
if (s8 !== peg$FAILED) {
|
|
12365
12396
|
peg$savedPos = s0;
|
|
12366
|
-
s1 = peg$
|
|
12397
|
+
s1 = peg$c131(s3, s4, s6);
|
|
12367
12398
|
s0 = s1;
|
|
12368
12399
|
} else {
|
|
12369
12400
|
peg$currPos = s0;
|
|
@@ -12412,12 +12443,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12412
12443
|
if (s1 !== peg$FAILED) {
|
|
12413
12444
|
s2 = peg$parse_();
|
|
12414
12445
|
if (s2 !== peg$FAILED) {
|
|
12415
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
12416
|
-
s3 = peg$
|
|
12446
|
+
if (input.substr(peg$currPos, 10) === peg$c149) {
|
|
12447
|
+
s3 = peg$c149;
|
|
12417
12448
|
peg$currPos += 10;
|
|
12418
12449
|
} else {
|
|
12419
12450
|
s3 = peg$FAILED;
|
|
12420
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12451
|
+
if (peg$silentFails === 0) peg$fail(peg$c150);
|
|
12421
12452
|
}
|
|
12422
12453
|
if (s3 !== peg$FAILED) {
|
|
12423
12454
|
s4 = peg$parse_();
|
|
@@ -12431,7 +12462,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12431
12462
|
}
|
|
12432
12463
|
if (s5 !== peg$FAILED) {
|
|
12433
12464
|
peg$savedPos = s0;
|
|
12434
|
-
s1 = peg$
|
|
12465
|
+
s1 = peg$c134(s3);
|
|
12435
12466
|
s0 = s1;
|
|
12436
12467
|
} else {
|
|
12437
12468
|
peg$currPos = s0;
|
|
@@ -12558,20 +12589,20 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12558
12589
|
if (s1 !== peg$FAILED) {
|
|
12559
12590
|
s2 = peg$parse_();
|
|
12560
12591
|
if (s2 !== peg$FAILED) {
|
|
12561
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
12562
|
-
s3 = peg$
|
|
12592
|
+
if (input.substr(peg$currPos, 12) === peg$c151) {
|
|
12593
|
+
s3 = peg$c151;
|
|
12563
12594
|
peg$currPos += 12;
|
|
12564
12595
|
} else {
|
|
12565
12596
|
s3 = peg$FAILED;
|
|
12566
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12597
|
+
if (peg$silentFails === 0) peg$fail(peg$c152);
|
|
12567
12598
|
}
|
|
12568
12599
|
if (s3 === peg$FAILED) {
|
|
12569
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
12570
|
-
s3 = peg$
|
|
12600
|
+
if (input.substr(peg$currPos, 3) === peg$c153) {
|
|
12601
|
+
s3 = peg$c153;
|
|
12571
12602
|
peg$currPos += 3;
|
|
12572
12603
|
} else {
|
|
12573
12604
|
s3 = peg$FAILED;
|
|
12574
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12605
|
+
if (peg$silentFails === 0) peg$fail(peg$c154);
|
|
12575
12606
|
}
|
|
12576
12607
|
}
|
|
12577
12608
|
if (s3 !== peg$FAILED) {
|
|
@@ -12594,7 +12625,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12594
12625
|
}
|
|
12595
12626
|
if (s8 !== peg$FAILED) {
|
|
12596
12627
|
peg$savedPos = s0;
|
|
12597
|
-
s1 = peg$
|
|
12628
|
+
s1 = peg$c131(s3, s4, s6);
|
|
12598
12629
|
s0 = s1;
|
|
12599
12630
|
} else {
|
|
12600
12631
|
peg$currPos = s0;
|
|
@@ -12643,20 +12674,20 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12643
12674
|
if (s1 !== peg$FAILED) {
|
|
12644
12675
|
s2 = peg$parse_();
|
|
12645
12676
|
if (s2 !== peg$FAILED) {
|
|
12646
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
12647
|
-
s3 = peg$
|
|
12677
|
+
if (input.substr(peg$currPos, 10) === peg$c155) {
|
|
12678
|
+
s3 = peg$c155;
|
|
12648
12679
|
peg$currPos += 10;
|
|
12649
12680
|
} else {
|
|
12650
12681
|
s3 = peg$FAILED;
|
|
12651
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12682
|
+
if (peg$silentFails === 0) peg$fail(peg$c156);
|
|
12652
12683
|
}
|
|
12653
12684
|
if (s3 === peg$FAILED) {
|
|
12654
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
12655
|
-
s3 = peg$
|
|
12685
|
+
if (input.substr(peg$currPos, 3) === peg$c157) {
|
|
12686
|
+
s3 = peg$c157;
|
|
12656
12687
|
peg$currPos += 3;
|
|
12657
12688
|
} else {
|
|
12658
12689
|
s3 = peg$FAILED;
|
|
12659
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12690
|
+
if (peg$silentFails === 0) peg$fail(peg$c158);
|
|
12660
12691
|
}
|
|
12661
12692
|
}
|
|
12662
12693
|
if (s3 !== peg$FAILED) {
|
|
@@ -12671,7 +12702,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12671
12702
|
}
|
|
12672
12703
|
if (s5 !== peg$FAILED) {
|
|
12673
12704
|
peg$savedPos = s0;
|
|
12674
|
-
s1 = peg$
|
|
12705
|
+
s1 = peg$c134(s3);
|
|
12675
12706
|
s0 = s1;
|
|
12676
12707
|
} else {
|
|
12677
12708
|
peg$currPos = s0;
|
|
@@ -12798,12 +12829,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12798
12829
|
if (s1 !== peg$FAILED) {
|
|
12799
12830
|
s2 = peg$parse_();
|
|
12800
12831
|
if (s2 !== peg$FAILED) {
|
|
12801
|
-
if (input.substr(peg$currPos, 18) === peg$
|
|
12802
|
-
s3 = peg$
|
|
12832
|
+
if (input.substr(peg$currPos, 18) === peg$c159) {
|
|
12833
|
+
s3 = peg$c159;
|
|
12803
12834
|
peg$currPos += 18;
|
|
12804
12835
|
} else {
|
|
12805
12836
|
s3 = peg$FAILED;
|
|
12806
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12837
|
+
if (peg$silentFails === 0) peg$fail(peg$c160);
|
|
12807
12838
|
}
|
|
12808
12839
|
if (s3 !== peg$FAILED) {
|
|
12809
12840
|
s4 = peg$parseTagSelector();
|
|
@@ -12825,7 +12856,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12825
12856
|
}
|
|
12826
12857
|
if (s8 !== peg$FAILED) {
|
|
12827
12858
|
peg$savedPos = s0;
|
|
12828
|
-
s1 = peg$
|
|
12859
|
+
s1 = peg$c131(s3, s4, s6);
|
|
12829
12860
|
s0 = s1;
|
|
12830
12861
|
} else {
|
|
12831
12862
|
peg$currPos = s0;
|
|
@@ -12874,12 +12905,12 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12874
12905
|
if (s1 !== peg$FAILED) {
|
|
12875
12906
|
s2 = peg$parse_();
|
|
12876
12907
|
if (s2 !== peg$FAILED) {
|
|
12877
|
-
if (input.substr(peg$currPos, 16) === peg$
|
|
12878
|
-
s3 = peg$
|
|
12908
|
+
if (input.substr(peg$currPos, 16) === peg$c161) {
|
|
12909
|
+
s3 = peg$c161;
|
|
12879
12910
|
peg$currPos += 16;
|
|
12880
12911
|
} else {
|
|
12881
12912
|
s3 = peg$FAILED;
|
|
12882
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12913
|
+
if (peg$silentFails === 0) peg$fail(peg$c162);
|
|
12883
12914
|
}
|
|
12884
12915
|
if (s3 !== peg$FAILED) {
|
|
12885
12916
|
s4 = peg$parse_();
|
|
@@ -12893,7 +12924,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12893
12924
|
}
|
|
12894
12925
|
if (s5 !== peg$FAILED) {
|
|
12895
12926
|
peg$savedPos = s0;
|
|
12896
|
-
s1 = peg$
|
|
12927
|
+
s1 = peg$c134(s3);
|
|
12897
12928
|
s0 = s1;
|
|
12898
12929
|
} else {
|
|
12899
12930
|
peg$currPos = s0;
|
|
@@ -12924,7 +12955,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12924
12955
|
peg$currPos++;
|
|
12925
12956
|
} else {
|
|
12926
12957
|
s0 = peg$FAILED;
|
|
12927
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12958
|
+
if (peg$silentFails === 0) peg$fail(peg$c163);
|
|
12928
12959
|
}
|
|
12929
12960
|
return s0;
|
|
12930
12961
|
}
|
|
@@ -12941,7 +12972,7 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12941
12972
|
peg$silentFails--;
|
|
12942
12973
|
if (s0 === peg$FAILED) {
|
|
12943
12974
|
s1 = peg$FAILED;
|
|
12944
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12975
|
+
if (peg$silentFails === 0) peg$fail(peg$c164);
|
|
12945
12976
|
}
|
|
12946
12977
|
return s0;
|
|
12947
12978
|
}
|
|
@@ -12957,18 +12988,18 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12957
12988
|
peg$silentFails--;
|
|
12958
12989
|
if (s0 === peg$FAILED) {
|
|
12959
12990
|
s1 = peg$FAILED;
|
|
12960
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
12991
|
+
if (peg$silentFails === 0) peg$fail(peg$c165);
|
|
12961
12992
|
}
|
|
12962
12993
|
return s0;
|
|
12963
12994
|
}
|
|
12964
12995
|
function peg$parseWhitespaceCharacter() {
|
|
12965
12996
|
let s0;
|
|
12966
|
-
if (peg$
|
|
12997
|
+
if (peg$c166.test(input.charAt(peg$currPos))) {
|
|
12967
12998
|
s0 = input.charAt(peg$currPos);
|
|
12968
12999
|
peg$currPos++;
|
|
12969
13000
|
} else {
|
|
12970
13001
|
s0 = peg$FAILED;
|
|
12971
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13002
|
+
if (peg$silentFails === 0) peg$fail(peg$c167);
|
|
12972
13003
|
}
|
|
12973
13004
|
return s0;
|
|
12974
13005
|
}
|
|
@@ -12977,21 +13008,21 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
12977
13008
|
peg$silentFails++;
|
|
12978
13009
|
s0 = peg$currPos;
|
|
12979
13010
|
s1 = [];
|
|
12980
|
-
if (peg$
|
|
13011
|
+
if (peg$c169.test(input.charAt(peg$currPos))) {
|
|
12981
13012
|
s2 = input.charAt(peg$currPos);
|
|
12982
13013
|
peg$currPos++;
|
|
12983
13014
|
} else {
|
|
12984
13015
|
s2 = peg$FAILED;
|
|
12985
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13016
|
+
if (peg$silentFails === 0) peg$fail(peg$c170);
|
|
12986
13017
|
}
|
|
12987
13018
|
if (s2 !== peg$FAILED) while(s2 !== peg$FAILED){
|
|
12988
13019
|
s1.push(s2);
|
|
12989
|
-
if (peg$
|
|
13020
|
+
if (peg$c169.test(input.charAt(peg$currPos))) {
|
|
12990
13021
|
s2 = input.charAt(peg$currPos);
|
|
12991
13022
|
peg$currPos++;
|
|
12992
13023
|
} else {
|
|
12993
13024
|
s2 = peg$FAILED;
|
|
12994
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13025
|
+
if (peg$silentFails === 0) peg$fail(peg$c170);
|
|
12995
13026
|
}
|
|
12996
13027
|
}
|
|
12997
13028
|
else s1 = peg$FAILED;
|
|
@@ -13000,18 +13031,18 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
13000
13031
|
peg$silentFails--;
|
|
13001
13032
|
if (s0 === peg$FAILED) {
|
|
13002
13033
|
s1 = peg$FAILED;
|
|
13003
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13034
|
+
if (peg$silentFails === 0) peg$fail(peg$c168);
|
|
13004
13035
|
}
|
|
13005
13036
|
return s0;
|
|
13006
13037
|
}
|
|
13007
13038
|
function peg$parseNewLine() {
|
|
13008
13039
|
let s0;
|
|
13009
|
-
if (peg$
|
|
13040
|
+
if (peg$c171.test(input.charAt(peg$currPos))) {
|
|
13010
13041
|
s0 = input.charAt(peg$currPos);
|
|
13011
13042
|
peg$currPos++;
|
|
13012
13043
|
} else {
|
|
13013
13044
|
s0 = peg$FAILED;
|
|
13014
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13045
|
+
if (peg$silentFails === 0) peg$fail(peg$c172);
|
|
13015
13046
|
}
|
|
13016
13047
|
if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
|
|
13017
13048
|
return s0;
|
|
@@ -13041,22 +13072,22 @@ function $223a4923d98e43eb$var$peg$parse(input, options) {
|
|
|
13041
13072
|
function peg$parseLineFeed() {
|
|
13042
13073
|
let s0;
|
|
13043
13074
|
if (input.charCodeAt(peg$currPos) === 10) {
|
|
13044
|
-
s0 = peg$
|
|
13075
|
+
s0 = peg$c173;
|
|
13045
13076
|
peg$currPos++;
|
|
13046
13077
|
} else {
|
|
13047
13078
|
s0 = peg$FAILED;
|
|
13048
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13079
|
+
if (peg$silentFails === 0) peg$fail(peg$c174);
|
|
13049
13080
|
}
|
|
13050
13081
|
return s0;
|
|
13051
13082
|
}
|
|
13052
13083
|
function peg$parseCarriageReturn() {
|
|
13053
13084
|
let s0;
|
|
13054
13085
|
if (input.charCodeAt(peg$currPos) === 13) {
|
|
13055
|
-
s0 = peg$
|
|
13086
|
+
s0 = peg$c175;
|
|
13056
13087
|
peg$currPos++;
|
|
13057
13088
|
} else {
|
|
13058
13089
|
s0 = peg$FAILED;
|
|
13059
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
13090
|
+
if (peg$silentFails === 0) peg$fail(peg$c176);
|
|
13060
13091
|
}
|
|
13061
13092
|
return s0;
|
|
13062
13093
|
}
|
|
@@ -15717,555 +15748,557 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
15717
15748
|
const peg$c1346 = peg$literalExpectation("m(M7)", false);
|
|
15718
15749
|
const peg$c1347 = "m(+7)";
|
|
15719
15750
|
const peg$c1348 = peg$literalExpectation("m(+7)", false);
|
|
15720
|
-
const peg$c1349 = "
|
|
15721
|
-
const peg$c1350 = peg$literalExpectation("
|
|
15722
|
-
const peg$c1351 = "m(
|
|
15723
|
-
const peg$c1352 = peg$literalExpectation("m(
|
|
15724
|
-
const peg$c1353 = "
|
|
15725
|
-
const peg$c1354 = peg$literalExpectation("
|
|
15726
|
-
const peg$c1355 = "
|
|
15727
|
-
const peg$c1356 = peg$literalExpectation("
|
|
15728
|
-
const peg$c1357 = "m11
|
|
15729
|
-
const peg$c1358 = peg$literalExpectation("m11
|
|
15730
|
-
const peg$c1359 = "
|
|
15731
|
-
const peg$c1360 = peg$literalExpectation("
|
|
15732
|
-
const peg$c1361 = "
|
|
15733
|
-
const peg$c1362 = peg$literalExpectation("
|
|
15734
|
-
const peg$c1363 = "m11
|
|
15735
|
-
const peg$c1364 = peg$literalExpectation("m11
|
|
15736
|
-
const peg$c1365 = "
|
|
15737
|
-
const peg$c1366 = peg$literalExpectation("
|
|
15738
|
-
const peg$c1367 = "-11
|
|
15739
|
-
const peg$c1368 = peg$literalExpectation("-11
|
|
15740
|
-
const peg$c1369 = "
|
|
15741
|
-
const peg$c1370 = peg$literalExpectation("
|
|
15742
|
-
const peg$c1371 = "
|
|
15743
|
-
const peg$c1372 = peg$literalExpectation("
|
|
15744
|
-
const peg$c1373 = "-
|
|
15745
|
-
const peg$c1374 = peg$literalExpectation("-
|
|
15746
|
-
const peg$c1375 = "
|
|
15747
|
-
const peg$c1376 = peg$literalExpectation("
|
|
15748
|
-
const peg$c1377 = "
|
|
15749
|
-
const peg$c1378 = peg$literalExpectation("
|
|
15750
|
-
const peg$c1379 = "-
|
|
15751
|
-
const peg$c1380 = peg$literalExpectation("-
|
|
15752
|
-
const peg$c1381 = "-
|
|
15753
|
-
const peg$c1382 = peg$literalExpectation("-
|
|
15754
|
-
const peg$c1383 = "
|
|
15755
|
-
const peg$c1384 = peg$literalExpectation("
|
|
15756
|
-
const peg$c1385 = "
|
|
15757
|
-
const peg$c1386 = peg$literalExpectation("
|
|
15758
|
-
const peg$c1387 = "m13
|
|
15759
|
-
const peg$c1388 = peg$literalExpectation("m13
|
|
15760
|
-
const peg$c1389 = "
|
|
15761
|
-
const peg$c1390 = peg$literalExpectation("
|
|
15762
|
-
const peg$c1391 = "
|
|
15763
|
-
const peg$c1392 = peg$literalExpectation("
|
|
15764
|
-
const peg$c1393 = "m13
|
|
15765
|
-
const peg$c1394 = peg$literalExpectation("m13
|
|
15766
|
-
const peg$c1395 = "
|
|
15767
|
-
const peg$c1396 = peg$literalExpectation("
|
|
15768
|
-
const peg$c1397 = "-13
|
|
15769
|
-
const peg$c1398 = peg$literalExpectation("-13
|
|
15770
|
-
const peg$c1399 = "
|
|
15771
|
-
const peg$c1400 = peg$literalExpectation("
|
|
15772
|
-
const peg$c1401 = "
|
|
15773
|
-
const peg$c1402 = peg$literalExpectation("
|
|
15774
|
-
const peg$c1403 = "-
|
|
15775
|
-
const peg$c1404 = peg$literalExpectation("-
|
|
15776
|
-
const peg$c1405 = "-
|
|
15777
|
-
const peg$c1406 = peg$literalExpectation("-
|
|
15778
|
-
const peg$c1407 = "
|
|
15779
|
-
const peg$c1408 = peg$literalExpectation("
|
|
15780
|
-
const peg$c1409 = "
|
|
15781
|
-
const peg$c1410 = peg$literalExpectation("
|
|
15782
|
-
const peg$c1411 = "
|
|
15783
|
-
const peg$c1412 = peg$literalExpectation("
|
|
15784
|
-
const peg$c1413 = "
|
|
15785
|
-
const peg$c1414 = peg$literalExpectation("
|
|
15786
|
-
const peg$c1415 = "
|
|
15787
|
-
const peg$c1416 = peg$literalExpectation("
|
|
15788
|
-
const peg$c1417 = "m7
|
|
15789
|
-
const peg$c1418 = peg$literalExpectation("m7
|
|
15790
|
-
const peg$c1419 = "
|
|
15791
|
-
const peg$c1420 = peg$literalExpectation("
|
|
15792
|
-
const peg$c1421 = "-7
|
|
15793
|
-
const peg$c1422 = peg$literalExpectation("-7
|
|
15794
|
-
const peg$c1423 = "
|
|
15795
|
-
const peg$c1424 = peg$literalExpectation("
|
|
15796
|
-
const peg$c1425 = "m7(
|
|
15797
|
-
const peg$c1426 = peg$literalExpectation("m7(
|
|
15798
|
-
const peg$c1427 = "
|
|
15799
|
-
const peg$c1428 = peg$literalExpectation("
|
|
15800
|
-
const peg$c1429 = "
|
|
15801
|
-
const peg$c1430 = peg$literalExpectation("
|
|
15802
|
-
const peg$c1431 = "-
|
|
15803
|
-
const peg$c1432 = peg$literalExpectation("-
|
|
15804
|
-
const peg$c1433 = "-
|
|
15805
|
-
const peg$c1434 = peg$literalExpectation("-
|
|
15806
|
-
const peg$c1435 = "
|
|
15807
|
-
const peg$c1436 = peg$literalExpectation("
|
|
15808
|
-
const peg$c1437 = "
|
|
15809
|
-
const peg$c1438 = peg$literalExpectation("
|
|
15810
|
-
const peg$c1439 = "m9
|
|
15811
|
-
const peg$c1440 = peg$literalExpectation("m9
|
|
15812
|
-
const peg$c1441 = "
|
|
15813
|
-
const peg$c1442 = peg$literalExpectation("
|
|
15814
|
-
const peg$c1443 = "-9
|
|
15815
|
-
const peg$c1444 = peg$literalExpectation("-9
|
|
15816
|
-
const peg$c1445 = "
|
|
15817
|
-
const peg$c1446 = peg$literalExpectation("
|
|
15818
|
-
const peg$c1447 = "
|
|
15819
|
-
const peg$c1448 = peg$literalExpectation("
|
|
15820
|
-
const peg$c1449 = "-
|
|
15821
|
-
const peg$c1450 = peg$literalExpectation("-
|
|
15822
|
-
const peg$c1451 = "-
|
|
15823
|
-
const peg$c1452 = peg$literalExpectation("-
|
|
15824
|
-
const peg$c1453 = "
|
|
15825
|
-
const peg$c1454 = peg$literalExpectation("
|
|
15826
|
-
const peg$c1455 = "
|
|
15827
|
-
const peg$c1456 = peg$literalExpectation("
|
|
15828
|
-
const peg$c1457 = "+
|
|
15829
|
-
const peg$c1458 = peg$literalExpectation("+
|
|
15830
|
-
const peg$c1459 = "
|
|
15831
|
-
const peg$c1460 = peg$literalExpectation("
|
|
15832
|
-
const peg$c1461 = "+
|
|
15833
|
-
const peg$c1462 = peg$literalExpectation("+
|
|
15834
|
-
const peg$c1463 = "
|
|
15835
|
-
const peg$c1464 = peg$literalExpectation("
|
|
15836
|
-
const peg$c1465 = "
|
|
15837
|
-
const peg$c1466 = peg$literalExpectation("
|
|
15838
|
-
const peg$c1467 = "+
|
|
15839
|
-
const peg$c1468 = peg$literalExpectation("+
|
|
15840
|
-
const peg$c1469 = "
|
|
15841
|
-
const peg$c1470 = peg$literalExpectation("
|
|
15842
|
-
const peg$c1471 = "
|
|
15843
|
-
const peg$c1472 = peg$literalExpectation("
|
|
15844
|
-
const peg$c1473 = "
|
|
15845
|
-
const peg$c1474 = peg$literalExpectation("
|
|
15846
|
-
const peg$c1475 = "
|
|
15847
|
-
const peg$c1476 = peg$literalExpectation("
|
|
15848
|
-
const peg$c1477 = "+
|
|
15849
|
-
const peg$c1478 = peg$literalExpectation("+
|
|
15850
|
-
const peg$c1479 = "+13
|
|
15851
|
-
const peg$c1480 = peg$literalExpectation("+13
|
|
15852
|
-
const peg$c1481 = "+
|
|
15853
|
-
const peg$c1482 = peg$literalExpectation("+
|
|
15854
|
-
const peg$c1483 = "
|
|
15855
|
-
const peg$c1484 = peg$literalExpectation("
|
|
15856
|
-
const peg$c1485 = "
|
|
15857
|
-
const peg$c1486 = peg$literalExpectation("
|
|
15858
|
-
const peg$c1487 = "
|
|
15859
|
-
const peg$c1488 = peg$literalExpectation("
|
|
15860
|
-
const peg$c1489 = "
|
|
15861
|
-
const peg$c1490 = peg$literalExpectation("
|
|
15862
|
-
const peg$c1491 = "
|
|
15863
|
-
const peg$c1492 = peg$literalExpectation("
|
|
15864
|
-
const peg$c1493 = "
|
|
15865
|
-
const peg$c1494 = peg$literalExpectation("
|
|
15866
|
-
const peg$c1495 = "ma7
|
|
15867
|
-
const peg$c1496 = peg$literalExpectation("ma7
|
|
15868
|
-
const peg$c1497 = "ma7
|
|
15869
|
-
const peg$c1498 = peg$literalExpectation("ma7
|
|
15870
|
-
const peg$c1499 = "ma7
|
|
15871
|
-
const peg$c1500 = peg$literalExpectation("ma7
|
|
15872
|
-
const peg$c1501 = "+
|
|
15873
|
-
const peg$c1502 = peg$literalExpectation("+
|
|
15874
|
-
const peg$c1503 = "
|
|
15875
|
-
const peg$c1504 = peg$literalExpectation("
|
|
15876
|
-
const peg$c1505 = "
|
|
15877
|
-
const peg$c1506 = peg$literalExpectation("
|
|
15878
|
-
const peg$c1507 = "
|
|
15879
|
-
const peg$c1508 = peg$literalExpectation("
|
|
15880
|
-
const peg$c1509 = "
|
|
15881
|
-
const peg$c1510 = peg$literalExpectation("
|
|
15882
|
-
const peg$c1511 = "
|
|
15883
|
-
const peg$c1512 = peg$literalExpectation("
|
|
15884
|
-
const peg$c1513 = "9
|
|
15885
|
-
const peg$c1514 = peg$literalExpectation("9
|
|
15886
|
-
const peg$c1515 = "
|
|
15887
|
-
const peg$c1516 = peg$literalExpectation("
|
|
15888
|
-
const peg$c1517 = "
|
|
15889
|
-
const peg$c1518 = peg$literalExpectation("
|
|
15890
|
-
const peg$c1519 = "
|
|
15891
|
-
const peg$c1520 = peg$literalExpectation("
|
|
15892
|
-
const peg$c1521 = "ma9
|
|
15893
|
-
const peg$c1522 = peg$literalExpectation("ma9
|
|
15894
|
-
const peg$c1523 = "+
|
|
15895
|
-
const peg$c1524 = peg$literalExpectation("+
|
|
15896
|
-
const peg$c1525 = "
|
|
15897
|
-
const peg$c1526 = peg$literalExpectation("
|
|
15898
|
-
const peg$c1527 = "
|
|
15899
|
-
const peg$c1528 = peg$literalExpectation("
|
|
15900
|
-
const peg$c1529 = "
|
|
15901
|
-
const peg$c1530 = peg$literalExpectation("
|
|
15902
|
-
const peg$c1531 = "
|
|
15903
|
-
const peg$c1532 = peg$literalExpectation("
|
|
15904
|
-
const peg$c1533 = "(
|
|
15905
|
-
const peg$c1534 = peg$literalExpectation("(
|
|
15906
|
-
const peg$c1535 = "(
|
|
15907
|
-
const peg$c1536 = peg$literalExpectation("(
|
|
15908
|
-
const peg$c1537 = "(
|
|
15909
|
-
const peg$c1538 = peg$literalExpectation("(
|
|
15910
|
-
const peg$c1539 = "
|
|
15911
|
-
const peg$c1540 = peg$literalExpectation("
|
|
15912
|
-
const peg$c1541 = "
|
|
15913
|
-
const peg$c1542 = peg$literalExpectation("
|
|
15914
|
-
const peg$c1543 = "
|
|
15915
|
-
const peg$c1544 = peg$literalExpectation("
|
|
15916
|
-
const peg$c1545 = "
|
|
15917
|
-
const peg$c1546 = peg$literalExpectation("
|
|
15918
|
-
const peg$c1547 = "
|
|
15919
|
-
const peg$c1548 = peg$literalExpectation("
|
|
15920
|
-
const peg$c1549 = "(
|
|
15921
|
-
const peg$c1550 = peg$literalExpectation("(
|
|
15922
|
-
const peg$c1551 = "
|
|
15923
|
-
const peg$c1552 = peg$literalExpectation("
|
|
15924
|
-
const peg$c1553 = "(
|
|
15925
|
-
const peg$c1554 = peg$literalExpectation("(
|
|
15926
|
-
const peg$c1555 = "
|
|
15927
|
-
const peg$c1556 = peg$literalExpectation("
|
|
15928
|
-
const peg$c1557 = "
|
|
15929
|
-
const peg$c1558 = peg$literalExpectation("
|
|
15930
|
-
const peg$c1559 = "
|
|
15931
|
-
const peg$c1560 = peg$literalExpectation("
|
|
15932
|
-
const peg$c1561 = "(
|
|
15933
|
-
const peg$c1562 = peg$literalExpectation("(
|
|
15934
|
-
const peg$c1563 = "
|
|
15935
|
-
const peg$c1564 = peg$literalExpectation("
|
|
15936
|
-
const peg$c1565 = "11
|
|
15937
|
-
const peg$c1566 = peg$literalExpectation("11
|
|
15938
|
-
const peg$c1567 = "11
|
|
15939
|
-
const peg$c1568 = peg$literalExpectation("11
|
|
15940
|
-
const peg$c1569 = "11
|
|
15941
|
-
const peg$c1570 = peg$literalExpectation("11
|
|
15942
|
-
const peg$c1571 = "
|
|
15943
|
-
const peg$c1572 = peg$literalExpectation("
|
|
15944
|
-
const peg$c1573 = "
|
|
15945
|
-
const peg$c1574 = peg$literalExpectation("
|
|
15946
|
-
const peg$c1575 = "
|
|
15947
|
-
const peg$c1576 = peg$literalExpectation("
|
|
15948
|
-
const peg$c1577 = "
|
|
15949
|
-
const peg$c1578 = peg$literalExpectation("
|
|
15950
|
-
const peg$c1579 = "
|
|
15951
|
-
const peg$c1580 = peg$literalExpectation("
|
|
15952
|
-
const peg$c1581 = "13
|
|
15953
|
-
const peg$c1582 = peg$literalExpectation("13
|
|
15954
|
-
const peg$c1583 = "13
|
|
15955
|
-
const peg$c1584 = peg$literalExpectation("13
|
|
15956
|
-
const peg$c1585 = "13
|
|
15957
|
-
const peg$c1586 = peg$literalExpectation("13
|
|
15958
|
-
const peg$c1587 = "
|
|
15959
|
-
const peg$c1588 = peg$literalExpectation("
|
|
15960
|
-
const peg$c1589 = "
|
|
15961
|
-
const peg$c1590 = peg$literalExpectation("
|
|
15962
|
-
const peg$c1591 = "
|
|
15963
|
-
const peg$c1592 = peg$literalExpectation("
|
|
15964
|
-
const peg$c1593 = "
|
|
15965
|
-
const peg$c1594 = peg$literalExpectation("
|
|
15966
|
-
const peg$c1595 = "
|
|
15967
|
-
const peg$c1596 = peg$literalExpectation("
|
|
15968
|
-
const peg$c1597 = "
|
|
15969
|
-
const peg$c1598 = peg$literalExpectation("
|
|
15970
|
-
const peg$c1599 = "4
|
|
15971
|
-
const peg$c1600 = peg$literalExpectation("4
|
|
15972
|
-
const peg$c1601 = "
|
|
15973
|
-
const peg$c1602 = peg$literalExpectation("
|
|
15974
|
-
const peg$c1603 = "6(
|
|
15975
|
-
const peg$c1604 = peg$literalExpectation("6(
|
|
15976
|
-
const peg$c1605 = "
|
|
15977
|
-
const peg$c1606 = peg$literalExpectation("
|
|
15978
|
-
const peg$c1607 = "
|
|
15979
|
-
const peg$c1608 = peg$literalExpectation("
|
|
15980
|
-
const peg$c1609 = "7
|
|
15981
|
-
const peg$c1610 = peg$literalExpectation("7
|
|
15982
|
-
const peg$c1611 = "
|
|
15983
|
-
const peg$c1612 = peg$literalExpectation("
|
|
15984
|
-
const peg$c1613 = "
|
|
15985
|
-
const peg$c1614 = peg$literalExpectation("
|
|
15986
|
-
const peg$c1615 = "
|
|
15987
|
-
const peg$c1616 = peg$literalExpectation("
|
|
15988
|
-
const peg$c1617 = "
|
|
15989
|
-
const peg$c1618 = peg$literalExpectation("
|
|
15990
|
-
const peg$c1619 = "
|
|
15991
|
-
const peg$c1620 = peg$literalExpectation("
|
|
15992
|
-
const peg$c1621 = "
|
|
15993
|
-
const peg$c1622 = peg$literalExpectation("
|
|
15994
|
-
const peg$c1623 = "
|
|
15995
|
-
const peg$c1624 = peg$literalExpectation("
|
|
15996
|
-
const peg$c1625 = "9
|
|
15997
|
-
const peg$c1626 = peg$literalExpectation("9
|
|
15998
|
-
const peg$c1627 = "
|
|
15999
|
-
const peg$c1628 = peg$literalExpectation("
|
|
16000
|
-
const peg$c1629 = "
|
|
16001
|
-
const peg$c1630 = peg$literalExpectation("
|
|
16002
|
-
const peg$c1631 = "
|
|
16003
|
-
const peg$c1632 = peg$literalExpectation("
|
|
16004
|
-
const peg$c1633 = "
|
|
16005
|
-
const peg$c1634 = peg$literalExpectation("
|
|
16006
|
-
const peg$c1635 = "
|
|
16007
|
-
const peg$c1636 = peg$literalExpectation("
|
|
16008
|
-
const peg$c1637 = "
|
|
16009
|
-
const peg$c1638 = peg$literalExpectation("
|
|
16010
|
-
const peg$c1639 = "
|
|
16011
|
-
const peg$c1640 = peg$literalExpectation("
|
|
16012
|
-
const peg$c1641 = "m(
|
|
16013
|
-
const peg$c1642 = peg$literalExpectation("m(
|
|
16014
|
-
const peg$c1643 = "
|
|
16015
|
-
const peg$c1644 = peg$literalExpectation("
|
|
16016
|
-
const peg$c1645 = "
|
|
16017
|
-
const peg$c1646 = peg$literalExpectation("
|
|
16018
|
-
const peg$c1647 = "
|
|
16019
|
-
const peg$c1648 = peg$literalExpectation("
|
|
16020
|
-
const peg$c1649 = "
|
|
16021
|
-
const peg$c1650 = peg$literalExpectation("
|
|
16022
|
-
const peg$c1651 = "
|
|
16023
|
-
const peg$c1652 = peg$literalExpectation("
|
|
16024
|
-
const peg$c1653 = "
|
|
16025
|
-
const peg$c1654 = peg$literalExpectation("
|
|
16026
|
-
const peg$c1655 = "
|
|
16027
|
-
const peg$c1656 = peg$literalExpectation("
|
|
16028
|
-
const peg$c1657 = "
|
|
16029
|
-
const peg$c1658 = peg$literalExpectation("
|
|
16030
|
-
const peg$c1659 = "
|
|
16031
|
-
const peg$c1660 = peg$literalExpectation("
|
|
16032
|
-
const peg$c1661 = "
|
|
16033
|
-
const peg$c1662 = peg$literalExpectation("
|
|
16034
|
-
const peg$c1663 = "m7
|
|
16035
|
-
const peg$c1664 = peg$literalExpectation("m7
|
|
16036
|
-
const peg$c1665 = "
|
|
16037
|
-
const peg$c1666 = peg$literalExpectation("
|
|
16038
|
-
const peg$c1667 = "
|
|
16039
|
-
const peg$c1668 = peg$literalExpectation("
|
|
16040
|
-
const peg$c1669 = "m7
|
|
16041
|
-
const peg$c1670 = peg$literalExpectation("m7
|
|
16042
|
-
const peg$c1671 = "
|
|
16043
|
-
const peg$c1672 = peg$literalExpectation("
|
|
16044
|
-
const peg$c1673 = "
|
|
16045
|
-
const peg$c1674 = peg$literalExpectation("
|
|
16046
|
-
const peg$c1675 = "
|
|
16047
|
-
const peg$c1676 = peg$literalExpectation("
|
|
16048
|
-
const peg$c1677 = "-
|
|
16049
|
-
const peg$c1678 = peg$literalExpectation("-
|
|
16050
|
-
const peg$c1679 = "
|
|
16051
|
-
const peg$c1680 = peg$literalExpectation("
|
|
16052
|
-
const peg$c1681 = "
|
|
16053
|
-
const peg$c1682 = peg$literalExpectation("
|
|
16054
|
-
const peg$c1683 = "-
|
|
16055
|
-
const peg$c1684 = peg$literalExpectation("-
|
|
16056
|
-
const peg$c1685 = "
|
|
16057
|
-
const peg$c1686 = peg$literalExpectation("
|
|
16058
|
-
const peg$c1687 = "
|
|
16059
|
-
const peg$c1688 = peg$literalExpectation("
|
|
16060
|
-
const peg$c1689 = "
|
|
16061
|
-
const peg$c1690 = peg$literalExpectation("
|
|
16062
|
-
const peg$c1691 = "
|
|
16063
|
-
const peg$c1692 = peg$literalExpectation("
|
|
16064
|
-
const peg$c1693 = "
|
|
16065
|
-
const peg$c1694 = peg$literalExpectation("
|
|
16066
|
-
const peg$c1695 = "-
|
|
16067
|
-
const peg$c1696 = peg$literalExpectation("-
|
|
16068
|
-
const peg$c1697 = "
|
|
16069
|
-
const peg$c1698 = peg$literalExpectation("
|
|
16070
|
-
const peg$c1699 = "
|
|
16071
|
-
const peg$c1700 = peg$literalExpectation("
|
|
16072
|
-
const peg$c1701 = "
|
|
16073
|
-
const peg$c1702 = peg$literalExpectation("
|
|
16074
|
-
const peg$c1703 = "
|
|
16075
|
-
const peg$c1704 = peg$literalExpectation("
|
|
16076
|
-
const peg$c1705 = "11
|
|
16077
|
-
const peg$c1706 = peg$literalExpectation("11
|
|
16078
|
-
const peg$c1707 = "
|
|
16079
|
-
const peg$c1708 = peg$literalExpectation("
|
|
16080
|
-
const peg$c1709 = "
|
|
16081
|
-
const peg$c1710 = peg$literalExpectation("
|
|
16082
|
-
const peg$c1711 = "
|
|
16083
|
-
const peg$c1712 = peg$literalExpectation("
|
|
16084
|
-
const peg$c1713 = "
|
|
16085
|
-
const peg$c1714 = peg$literalExpectation("
|
|
16086
|
-
const peg$c1715 = "
|
|
16087
|
-
const peg$c1716 = peg$literalExpectation("
|
|
16088
|
-
const peg$c1717 = "
|
|
16089
|
-
const peg$c1718 = peg$literalExpectation("
|
|
16090
|
-
const peg$c1719 = "+
|
|
16091
|
-
const peg$c1720 = peg$literalExpectation("+
|
|
16092
|
-
const peg$c1721 = "
|
|
16093
|
-
const peg$c1722 = peg$literalExpectation("
|
|
16094
|
-
const peg$c1723 = "+
|
|
16095
|
-
const peg$c1724 = peg$literalExpectation("+
|
|
16096
|
-
const peg$c1725 = "
|
|
16097
|
-
const peg$c1726 = peg$literalExpectation("
|
|
16098
|
-
const peg$c1727 = "
|
|
16099
|
-
const peg$c1728 = peg$literalExpectation("
|
|
16100
|
-
const peg$c1729 = "
|
|
16101
|
-
const peg$c1730 = peg$literalExpectation("
|
|
16102
|
-
const peg$c1731 = "
|
|
16103
|
-
const peg$c1732 = peg$literalExpectation("
|
|
16104
|
-
const peg$c1733 = "
|
|
16105
|
-
const peg$c1734 = peg$literalExpectation("
|
|
16106
|
-
const peg$c1735 = "+
|
|
16107
|
-
const peg$c1736 = peg$literalExpectation("+
|
|
16108
|
-
const peg$c1737 = "
|
|
16109
|
-
const peg$c1738 = peg$literalExpectation("
|
|
16110
|
-
const peg$c1739 = "
|
|
16111
|
-
const peg$c1740 = peg$literalExpectation("
|
|
16112
|
-
const peg$c1741 = "
|
|
16113
|
-
const peg$c1742 = peg$literalExpectation("
|
|
16114
|
-
const peg$c1743 = "(
|
|
16115
|
-
const peg$c1744 = peg$literalExpectation("(
|
|
16116
|
-
const peg$c1745 = "(
|
|
16117
|
-
const peg$c1746 = peg$literalExpectation("(
|
|
16118
|
-
const peg$c1747 = "(
|
|
16119
|
-
const peg$c1748 = peg$literalExpectation("(
|
|
16120
|
-
const peg$c1749 = "(
|
|
16121
|
-
const peg$c1750 = peg$literalExpectation("(
|
|
16122
|
-
const peg$c1751 = "
|
|
16123
|
-
const peg$c1752 = peg$literalExpectation("
|
|
16124
|
-
const peg$c1753 = "
|
|
16125
|
-
const peg$c1754 = peg$literalExpectation("
|
|
16126
|
-
const peg$c1755 = "
|
|
16127
|
-
const peg$c1756 = peg$literalExpectation("
|
|
16128
|
-
const peg$c1757 = "2
|
|
16129
|
-
const peg$c1758 = peg$literalExpectation("2
|
|
16130
|
-
const peg$c1759 = "
|
|
16131
|
-
const peg$c1760 = peg$literalExpectation("
|
|
16132
|
-
const peg$c1761 = "
|
|
16133
|
-
const peg$c1762 = peg$literalExpectation("
|
|
16134
|
-
const peg$c1763 = "7
|
|
16135
|
-
const peg$c1764 = peg$literalExpectation("7
|
|
16136
|
-
const peg$c1765 = "7
|
|
16137
|
-
const peg$c1766 = peg$literalExpectation("7
|
|
16138
|
-
const peg$c1767 = "7
|
|
16139
|
-
const peg$c1768 = peg$literalExpectation("7
|
|
16140
|
-
const peg$c1769 = "
|
|
16141
|
-
const peg$c1770 = peg$literalExpectation("
|
|
16142
|
-
const peg$c1771 = "
|
|
16143
|
-
const peg$c1772 = peg$literalExpectation("
|
|
16144
|
-
const peg$c1773 = "
|
|
16145
|
-
const peg$c1774 = peg$literalExpectation("
|
|
16146
|
-
const peg$c1775 = "
|
|
16147
|
-
const peg$c1776 = peg$literalExpectation("
|
|
16148
|
-
const peg$c1777 = "9
|
|
16149
|
-
const peg$c1778 = peg$literalExpectation("9
|
|
16150
|
-
const peg$c1779 = "9
|
|
16151
|
-
const peg$c1780 = peg$literalExpectation("9
|
|
16152
|
-
const peg$c1781 = "
|
|
16153
|
-
const peg$c1782 = peg$literalExpectation("
|
|
16154
|
-
const peg$c1783 = "
|
|
16155
|
-
const peg$c1784 = peg$literalExpectation("
|
|
16156
|
-
const peg$c1785 = "
|
|
16157
|
-
const peg$c1786 = peg$literalExpectation("
|
|
16158
|
-
const peg$c1787 = "
|
|
16159
|
-
const peg$c1788 = peg$literalExpectation("
|
|
16160
|
-
const peg$c1789 = "
|
|
16161
|
-
const peg$c1790 = peg$literalExpectation("
|
|
16162
|
-
const peg$c1791 = "-
|
|
16163
|
-
const peg$c1792 = peg$literalExpectation("-
|
|
16164
|
-
const peg$c1793 = "
|
|
16165
|
-
const peg$c1794 = peg$literalExpectation("
|
|
16166
|
-
const peg$c1795 = "
|
|
16167
|
-
const peg$c1796 = peg$literalExpectation("
|
|
16168
|
-
const peg$c1797 = "
|
|
16169
|
-
const peg$c1798 = peg$literalExpectation("
|
|
16170
|
-
const peg$c1799 = "
|
|
16171
|
-
const peg$c1800 = peg$literalExpectation("
|
|
16172
|
-
const peg$c1801 = "
|
|
16173
|
-
const peg$c1802 = peg$literalExpectation("
|
|
16174
|
-
const peg$c1803 = "
|
|
16175
|
-
const peg$c1804 = peg$literalExpectation("
|
|
16176
|
-
const peg$c1805 = "
|
|
16177
|
-
const peg$c1806 = peg$literalExpectation("
|
|
16178
|
-
const peg$c1807 = "
|
|
16179
|
-
const peg$c1808 = peg$literalExpectation("
|
|
16180
|
-
const peg$c1809 = "
|
|
16181
|
-
const peg$c1810 = peg$literalExpectation("
|
|
16182
|
-
const peg$c1811 = "
|
|
16183
|
-
const peg$c1812 = peg$literalExpectation("
|
|
16184
|
-
const peg$c1813 = "
|
|
16185
|
-
const peg$c1814 = peg$literalExpectation("
|
|
16186
|
-
const peg$c1815 = "
|
|
16187
|
-
const peg$c1816 = peg$literalExpectation("
|
|
16188
|
-
const peg$c1817 = "
|
|
16189
|
-
const peg$c1818 = peg$literalExpectation("
|
|
16190
|
-
const peg$c1819 = "
|
|
16191
|
-
const peg$c1820 = peg$literalExpectation("
|
|
16192
|
-
const peg$c1821 = "
|
|
16193
|
-
const peg$c1822 = peg$literalExpectation("
|
|
16194
|
-
const peg$c1823 = "
|
|
16195
|
-
const peg$c1824 = peg$literalExpectation("
|
|
16196
|
-
const peg$c1825 = "
|
|
16197
|
-
const peg$c1826 = peg$literalExpectation("
|
|
16198
|
-
const peg$c1827 = "
|
|
16199
|
-
const peg$c1828 = peg$literalExpectation("
|
|
16200
|
-
const peg$c1829 = "
|
|
16201
|
-
const peg$c1830 = peg$literalExpectation("
|
|
16202
|
-
const peg$c1831 = "
|
|
16203
|
-
const peg$c1832 = peg$literalExpectation("
|
|
16204
|
-
const peg$c1833 = "
|
|
16205
|
-
const peg$c1834 = peg$literalExpectation("
|
|
16206
|
-
const peg$c1835 = "
|
|
16207
|
-
const peg$c1836 = peg$literalExpectation("
|
|
16208
|
-
const peg$c1837 = "
|
|
16209
|
-
const peg$c1838 = peg$literalExpectation("
|
|
16210
|
-
const peg$c1839 = "
|
|
16211
|
-
const peg$c1840 = peg$literalExpectation("
|
|
16212
|
-
const peg$c1841 = "
|
|
16213
|
-
const peg$c1842 = peg$literalExpectation("
|
|
16214
|
-
const peg$c1843 = "
|
|
16215
|
-
const peg$c1844 = peg$literalExpectation("
|
|
16216
|
-
const peg$c1845 = "
|
|
16217
|
-
const peg$c1846 = peg$literalExpectation("
|
|
16218
|
-
const peg$c1847 = "
|
|
16219
|
-
const peg$c1848 = peg$literalExpectation("
|
|
16220
|
-
const peg$c1849 = "
|
|
16221
|
-
const peg$c1850 = peg$literalExpectation("
|
|
16222
|
-
const peg$c1851 = "
|
|
16223
|
-
const peg$c1852 = peg$literalExpectation("
|
|
16224
|
-
const peg$c1853 = "
|
|
16225
|
-
const peg$c1854 = peg$literalExpectation("
|
|
16226
|
-
const peg$c1855 = "
|
|
16227
|
-
const peg$c1856 = peg$literalExpectation("
|
|
16228
|
-
const peg$c1857 = "
|
|
16229
|
-
const peg$c1858 = peg$literalExpectation("
|
|
16230
|
-
const peg$c1859 = "
|
|
16231
|
-
const peg$c1860 = peg$literalExpectation("
|
|
16232
|
-
const peg$c1861 = "
|
|
16233
|
-
const peg$c1862 = peg$literalExpectation("
|
|
16234
|
-
const peg$c1863 = "
|
|
16235
|
-
const peg$c1864 = peg$literalExpectation("
|
|
16236
|
-
const peg$c1865 = "
|
|
16237
|
-
const peg$c1866 = peg$literalExpectation("
|
|
16238
|
-
const peg$c1867 = "
|
|
16239
|
-
const peg$c1868 = peg$literalExpectation("
|
|
16240
|
-
const peg$c1869 =
|
|
16241
|
-
const peg$c1870 = "
|
|
16242
|
-
const peg$c1871 = peg$literalExpectation("
|
|
16243
|
-
const peg$c1872 = "
|
|
16244
|
-
const peg$c1873 = peg$literalExpectation("
|
|
16245
|
-
const peg$c1874 = "
|
|
16246
|
-
const peg$c1875 = peg$literalExpectation("
|
|
16247
|
-
const peg$c1876 = "
|
|
16248
|
-
const peg$c1877 = peg$literalExpectation("
|
|
16249
|
-
const peg$c1878 = "
|
|
16250
|
-
const peg$c1879 = peg$literalExpectation("
|
|
16251
|
-
const peg$c1880 = "
|
|
16252
|
-
const peg$c1881 = peg$literalExpectation("
|
|
16253
|
-
const peg$c1882 = "
|
|
16254
|
-
const peg$c1883 = peg$literalExpectation("
|
|
16255
|
-
const peg$c1884 = "
|
|
16256
|
-
const peg$c1885 = peg$literalExpectation("
|
|
16257
|
-
const peg$c1886 = "
|
|
16258
|
-
const peg$c1887 = peg$literalExpectation("
|
|
16259
|
-
const peg$c1888 = "
|
|
16260
|
-
const peg$c1889 = peg$literalExpectation("
|
|
16261
|
-
const peg$c1890 = "
|
|
16262
|
-
const peg$c1891 = peg$literalExpectation("
|
|
16263
|
-
const peg$c1892 = "
|
|
16264
|
-
const peg$c1893 = peg$literalExpectation("
|
|
16265
|
-
const peg$c1894 = "
|
|
16266
|
-
const peg$c1895 = peg$literalExpectation("
|
|
16267
|
-
const peg$c1896 =
|
|
16268
|
-
const peg$c1897 = peg$
|
|
15751
|
+
const peg$c1349 = "mmaj7";
|
|
15752
|
+
const peg$c1350 = peg$literalExpectation("mmaj7", false);
|
|
15753
|
+
const peg$c1351 = "m(M9)";
|
|
15754
|
+
const peg$c1352 = peg$literalExpectation("m(M9)", false);
|
|
15755
|
+
const peg$c1353 = "m(+9)";
|
|
15756
|
+
const peg$c1354 = peg$literalExpectation("m(+9)", false);
|
|
15757
|
+
const peg$c1355 = "min11";
|
|
15758
|
+
const peg$c1356 = peg$literalExpectation("min11", false);
|
|
15759
|
+
const peg$c1357 = "m11#5";
|
|
15760
|
+
const peg$c1358 = peg$literalExpectation("m11#5", false);
|
|
15761
|
+
const peg$c1359 = "m11+5";
|
|
15762
|
+
const peg$c1360 = peg$literalExpectation("m11+5", false);
|
|
15763
|
+
const peg$c1361 = "-11#5";
|
|
15764
|
+
const peg$c1362 = peg$literalExpectation("-11#5", false);
|
|
15765
|
+
const peg$c1363 = "m11#9";
|
|
15766
|
+
const peg$c1364 = peg$literalExpectation("m11#9", false);
|
|
15767
|
+
const peg$c1365 = "m11+9";
|
|
15768
|
+
const peg$c1366 = peg$literalExpectation("m11+9", false);
|
|
15769
|
+
const peg$c1367 = "-11#9";
|
|
15770
|
+
const peg$c1368 = peg$literalExpectation("-11#9", false);
|
|
15771
|
+
const peg$c1369 = "-11+9";
|
|
15772
|
+
const peg$c1370 = peg$literalExpectation("-11+9", false);
|
|
15773
|
+
const peg$c1371 = "m11b5";
|
|
15774
|
+
const peg$c1372 = peg$literalExpectation("m11b5", false);
|
|
15775
|
+
const peg$c1373 = "m11-5";
|
|
15776
|
+
const peg$c1374 = peg$literalExpectation("m11-5", false);
|
|
15777
|
+
const peg$c1375 = "-11b5";
|
|
15778
|
+
const peg$c1376 = peg$literalExpectation("-11b5", false);
|
|
15779
|
+
const peg$c1377 = "m11b9";
|
|
15780
|
+
const peg$c1378 = peg$literalExpectation("m11b9", false);
|
|
15781
|
+
const peg$c1379 = "m11-9";
|
|
15782
|
+
const peg$c1380 = peg$literalExpectation("m11-9", false);
|
|
15783
|
+
const peg$c1381 = "-11b9";
|
|
15784
|
+
const peg$c1382 = peg$literalExpectation("-11b9", false);
|
|
15785
|
+
const peg$c1383 = "-11-9";
|
|
15786
|
+
const peg$c1384 = peg$literalExpectation("-11-9", false);
|
|
15787
|
+
const peg$c1385 = "min13";
|
|
15788
|
+
const peg$c1386 = peg$literalExpectation("min13", false);
|
|
15789
|
+
const peg$c1387 = "m13#5";
|
|
15790
|
+
const peg$c1388 = peg$literalExpectation("m13#5", false);
|
|
15791
|
+
const peg$c1389 = "m13+5";
|
|
15792
|
+
const peg$c1390 = peg$literalExpectation("m13+5", false);
|
|
15793
|
+
const peg$c1391 = "-13#5";
|
|
15794
|
+
const peg$c1392 = peg$literalExpectation("-13#5", false);
|
|
15795
|
+
const peg$c1393 = "m13#9";
|
|
15796
|
+
const peg$c1394 = peg$literalExpectation("m13#9", false);
|
|
15797
|
+
const peg$c1395 = "m13+9";
|
|
15798
|
+
const peg$c1396 = peg$literalExpectation("m13+9", false);
|
|
15799
|
+
const peg$c1397 = "-13#9";
|
|
15800
|
+
const peg$c1398 = peg$literalExpectation("-13#9", false);
|
|
15801
|
+
const peg$c1399 = "-13+9";
|
|
15802
|
+
const peg$c1400 = peg$literalExpectation("-13+9", false);
|
|
15803
|
+
const peg$c1401 = "m13b5";
|
|
15804
|
+
const peg$c1402 = peg$literalExpectation("m13b5", false);
|
|
15805
|
+
const peg$c1403 = "m13-5";
|
|
15806
|
+
const peg$c1404 = peg$literalExpectation("m13-5", false);
|
|
15807
|
+
const peg$c1405 = "-13b5";
|
|
15808
|
+
const peg$c1406 = peg$literalExpectation("-13b5", false);
|
|
15809
|
+
const peg$c1407 = "-13-5";
|
|
15810
|
+
const peg$c1408 = peg$literalExpectation("-13-5", false);
|
|
15811
|
+
const peg$c1409 = "m13b9";
|
|
15812
|
+
const peg$c1410 = peg$literalExpectation("m13b9", false);
|
|
15813
|
+
const peg$c1411 = "m13-9";
|
|
15814
|
+
const peg$c1412 = peg$literalExpectation("m13-9", false);
|
|
15815
|
+
const peg$c1413 = "madd2";
|
|
15816
|
+
const peg$c1414 = peg$literalExpectation("madd2", false);
|
|
15817
|
+
const peg$c1415 = "m6(9)";
|
|
15818
|
+
const peg$c1416 = peg$literalExpectation("m6(9)", false);
|
|
15819
|
+
const peg$c1417 = "m7#11";
|
|
15820
|
+
const peg$c1418 = peg$literalExpectation("m7#11", false);
|
|
15821
|
+
const peg$c1419 = "m7+11";
|
|
15822
|
+
const peg$c1420 = peg$literalExpectation("m7+11", false);
|
|
15823
|
+
const peg$c1421 = "-7#11";
|
|
15824
|
+
const peg$c1422 = peg$literalExpectation("-7#11", false);
|
|
15825
|
+
const peg$c1423 = "-7+11";
|
|
15826
|
+
const peg$c1424 = peg$literalExpectation("-7+11", false);
|
|
15827
|
+
const peg$c1425 = "m7(4)";
|
|
15828
|
+
const peg$c1426 = peg$literalExpectation("m7(4)", false);
|
|
15829
|
+
const peg$c1427 = "m7(6)";
|
|
15830
|
+
const peg$c1428 = peg$literalExpectation("m7(6)", false);
|
|
15831
|
+
const peg$c1429 = "m7b13";
|
|
15832
|
+
const peg$c1430 = peg$literalExpectation("m7b13", false);
|
|
15833
|
+
const peg$c1431 = "m7-13";
|
|
15834
|
+
const peg$c1432 = peg$literalExpectation("m7-13", false);
|
|
15835
|
+
const peg$c1433 = "-7b13";
|
|
15836
|
+
const peg$c1434 = peg$literalExpectation("-7b13", false);
|
|
15837
|
+
const peg$c1435 = "-7-13";
|
|
15838
|
+
const peg$c1436 = peg$literalExpectation("-7-13", false);
|
|
15839
|
+
const peg$c1437 = "m7sus";
|
|
15840
|
+
const peg$c1438 = peg$literalExpectation("m7sus", false);
|
|
15841
|
+
const peg$c1439 = "m9#11";
|
|
15842
|
+
const peg$c1440 = peg$literalExpectation("m9#11", false);
|
|
15843
|
+
const peg$c1441 = "m9+11";
|
|
15844
|
+
const peg$c1442 = peg$literalExpectation("m9+11", false);
|
|
15845
|
+
const peg$c1443 = "-9#11";
|
|
15846
|
+
const peg$c1444 = peg$literalExpectation("-9#11", false);
|
|
15847
|
+
const peg$c1445 = "-9+11";
|
|
15848
|
+
const peg$c1446 = peg$literalExpectation("-9+11", false);
|
|
15849
|
+
const peg$c1447 = "m9b13";
|
|
15850
|
+
const peg$c1448 = peg$literalExpectation("m9b13", false);
|
|
15851
|
+
const peg$c1449 = "m9-13";
|
|
15852
|
+
const peg$c1450 = peg$literalExpectation("m9-13", false);
|
|
15853
|
+
const peg$c1451 = "-9b13";
|
|
15854
|
+
const peg$c1452 = peg$literalExpectation("-9b13", false);
|
|
15855
|
+
const peg$c1453 = "-9-13";
|
|
15856
|
+
const peg$c1454 = peg$literalExpectation("-9-13", false);
|
|
15857
|
+
const peg$c1455 = "+11#5";
|
|
15858
|
+
const peg$c1456 = peg$literalExpectation("+11#5", false);
|
|
15859
|
+
const peg$c1457 = "M11+5";
|
|
15860
|
+
const peg$c1458 = peg$literalExpectation("M11+5", false);
|
|
15861
|
+
const peg$c1459 = "+11#9";
|
|
15862
|
+
const peg$c1460 = peg$literalExpectation("+11#9", false);
|
|
15863
|
+
const peg$c1461 = "M11+9";
|
|
15864
|
+
const peg$c1462 = peg$literalExpectation("M11+9", false);
|
|
15865
|
+
const peg$c1463 = "+11b5";
|
|
15866
|
+
const peg$c1464 = peg$literalExpectation("+11b5", false);
|
|
15867
|
+
const peg$c1465 = "M11-5";
|
|
15868
|
+
const peg$c1466 = peg$literalExpectation("M11-5", false);
|
|
15869
|
+
const peg$c1467 = "+11b9";
|
|
15870
|
+
const peg$c1468 = peg$literalExpectation("+11b9", false);
|
|
15871
|
+
const peg$c1469 = "+11-9";
|
|
15872
|
+
const peg$c1470 = peg$literalExpectation("+11-9", false);
|
|
15873
|
+
const peg$c1471 = "maj13";
|
|
15874
|
+
const peg$c1472 = peg$literalExpectation("maj13", false);
|
|
15875
|
+
const peg$c1473 = "Maj13";
|
|
15876
|
+
const peg$c1474 = peg$literalExpectation("Maj13", false);
|
|
15877
|
+
const peg$c1475 = "+13#5";
|
|
15878
|
+
const peg$c1476 = peg$literalExpectation("+13#5", false);
|
|
15879
|
+
const peg$c1477 = "M13+5";
|
|
15880
|
+
const peg$c1478 = peg$literalExpectation("M13+5", false);
|
|
15881
|
+
const peg$c1479 = "+13#9";
|
|
15882
|
+
const peg$c1480 = peg$literalExpectation("+13#9", false);
|
|
15883
|
+
const peg$c1481 = "+13+9";
|
|
15884
|
+
const peg$c1482 = peg$literalExpectation("+13+9", false);
|
|
15885
|
+
const peg$c1483 = "+13b5";
|
|
15886
|
+
const peg$c1484 = peg$literalExpectation("+13b5", false);
|
|
15887
|
+
const peg$c1485 = "M13-5";
|
|
15888
|
+
const peg$c1486 = peg$literalExpectation("M13-5", false);
|
|
15889
|
+
const peg$c1487 = "+13b9";
|
|
15890
|
+
const peg$c1488 = peg$literalExpectation("+13b9", false);
|
|
15891
|
+
const peg$c1489 = "M13-9";
|
|
15892
|
+
const peg$c1490 = peg$literalExpectation("M13-9", false);
|
|
15893
|
+
const peg$c1491 = "+7#11";
|
|
15894
|
+
const peg$c1492 = peg$literalExpectation("+7#11", false);
|
|
15895
|
+
const peg$c1493 = "M7+11";
|
|
15896
|
+
const peg$c1494 = peg$literalExpectation("M7+11", false);
|
|
15897
|
+
const peg$c1495 = "ma7#5";
|
|
15898
|
+
const peg$c1496 = peg$literalExpectation("ma7#5", false);
|
|
15899
|
+
const peg$c1497 = "ma7+5";
|
|
15900
|
+
const peg$c1498 = peg$literalExpectation("ma7+5", false);
|
|
15901
|
+
const peg$c1499 = "ma7#9";
|
|
15902
|
+
const peg$c1500 = peg$literalExpectation("ma7#9", false);
|
|
15903
|
+
const peg$c1501 = "ma7+9";
|
|
15904
|
+
const peg$c1502 = peg$literalExpectation("ma7+9", false);
|
|
15905
|
+
const peg$c1503 = "+7b13";
|
|
15906
|
+
const peg$c1504 = peg$literalExpectation("+7b13", false);
|
|
15907
|
+
const peg$c1505 = "M7-13";
|
|
15908
|
+
const peg$c1506 = peg$literalExpectation("M7-13", false);
|
|
15909
|
+
const peg$c1507 = "ma7b5";
|
|
15910
|
+
const peg$c1508 = peg$literalExpectation("ma7b5", false);
|
|
15911
|
+
const peg$c1509 = "ma7-5";
|
|
15912
|
+
const peg$c1510 = peg$literalExpectation("ma7-5", false);
|
|
15913
|
+
const peg$c1511 = "ma7b9";
|
|
15914
|
+
const peg$c1512 = peg$literalExpectation("ma7b9", false);
|
|
15915
|
+
const peg$c1513 = "ma7-9";
|
|
15916
|
+
const peg$c1514 = peg$literalExpectation("ma7-9", false);
|
|
15917
|
+
const peg$c1515 = "9(#7)";
|
|
15918
|
+
const peg$c1516 = peg$literalExpectation("9(#7)", false);
|
|
15919
|
+
const peg$c1517 = "+9#11";
|
|
15920
|
+
const peg$c1518 = peg$literalExpectation("+9#11", false);
|
|
15921
|
+
const peg$c1519 = "M9+11";
|
|
15922
|
+
const peg$c1520 = peg$literalExpectation("M9+11", false);
|
|
15923
|
+
const peg$c1521 = "ma9#5";
|
|
15924
|
+
const peg$c1522 = peg$literalExpectation("ma9#5", false);
|
|
15925
|
+
const peg$c1523 = "ma9+5";
|
|
15926
|
+
const peg$c1524 = peg$literalExpectation("ma9+5", false);
|
|
15927
|
+
const peg$c1525 = "+9b13";
|
|
15928
|
+
const peg$c1526 = peg$literalExpectation("+9b13", false);
|
|
15929
|
+
const peg$c1527 = "M9-13";
|
|
15930
|
+
const peg$c1528 = peg$literalExpectation("M9-13", false);
|
|
15931
|
+
const peg$c1529 = "ma9b5";
|
|
15932
|
+
const peg$c1530 = peg$literalExpectation("ma9b5", false);
|
|
15933
|
+
const peg$c1531 = "ma9-5";
|
|
15934
|
+
const peg$c1532 = peg$literalExpectation("ma9-5", false);
|
|
15935
|
+
const peg$c1533 = "(#4)";
|
|
15936
|
+
const peg$c1534 = peg$literalExpectation("(#4)", false);
|
|
15937
|
+
const peg$c1535 = "(+4)";
|
|
15938
|
+
const peg$c1536 = peg$literalExpectation("(+4)", false);
|
|
15939
|
+
const peg$c1537 = "(11)";
|
|
15940
|
+
const peg$c1538 = peg$literalExpectation("(11)", false);
|
|
15941
|
+
const peg$c1539 = "(13)";
|
|
15942
|
+
const peg$c1540 = peg$literalExpectation("(13)", false);
|
|
15943
|
+
const peg$c1541 = "add2";
|
|
15944
|
+
const peg$c1542 = peg$literalExpectation("add2", false);
|
|
15945
|
+
const peg$c1543 = "add4";
|
|
15946
|
+
const peg$c1544 = peg$literalExpectation("add4", false);
|
|
15947
|
+
const peg$c1545 = "add6";
|
|
15948
|
+
const peg$c1546 = peg$literalExpectation("add6", false);
|
|
15949
|
+
const peg$c1547 = "add9";
|
|
15950
|
+
const peg$c1548 = peg$literalExpectation("add9", false);
|
|
15951
|
+
const peg$c1549 = "(b5)";
|
|
15952
|
+
const peg$c1550 = peg$literalExpectation("(b5)", false);
|
|
15953
|
+
const peg$c1551 = "(-5)";
|
|
15954
|
+
const peg$c1552 = peg$literalExpectation("(-5)", false);
|
|
15955
|
+
const peg$c1553 = "2(6)";
|
|
15956
|
+
const peg$c1554 = peg$literalExpectation("2(6)", false);
|
|
15957
|
+
const peg$c1555 = "(b6)";
|
|
15958
|
+
const peg$c1556 = peg$literalExpectation("(b6)", false);
|
|
15959
|
+
const peg$c1557 = "unis";
|
|
15960
|
+
const peg$c1558 = peg$literalExpectation("unis", false);
|
|
15961
|
+
const peg$c1559 = "Majj";
|
|
15962
|
+
const peg$c1560 = peg$literalExpectation("Majj", false);
|
|
15963
|
+
const peg$c1561 = "(#5)";
|
|
15964
|
+
const peg$c1562 = peg$literalExpectation("(#5)", false);
|
|
15965
|
+
const peg$c1563 = "(+5)";
|
|
15966
|
+
const peg$c1564 = peg$literalExpectation("(+5)", false);
|
|
15967
|
+
const peg$c1565 = "11#5";
|
|
15968
|
+
const peg$c1566 = peg$literalExpectation("11#5", false);
|
|
15969
|
+
const peg$c1567 = "11+5";
|
|
15970
|
+
const peg$c1568 = peg$literalExpectation("11+5", false);
|
|
15971
|
+
const peg$c1569 = "11#9";
|
|
15972
|
+
const peg$c1570 = peg$literalExpectation("11#9", false);
|
|
15973
|
+
const peg$c1571 = "11+9";
|
|
15974
|
+
const peg$c1572 = peg$literalExpectation("11+9", false);
|
|
15975
|
+
const peg$c1573 = "11b5";
|
|
15976
|
+
const peg$c1574 = peg$literalExpectation("11b5", false);
|
|
15977
|
+
const peg$c1575 = "11-5";
|
|
15978
|
+
const peg$c1576 = peg$literalExpectation("11-5", false);
|
|
15979
|
+
const peg$c1577 = "11b9";
|
|
15980
|
+
const peg$c1578 = peg$literalExpectation("11b9", false);
|
|
15981
|
+
const peg$c1579 = "11-9";
|
|
15982
|
+
const peg$c1580 = peg$literalExpectation("11-9", false);
|
|
15983
|
+
const peg$c1581 = "13#5";
|
|
15984
|
+
const peg$c1582 = peg$literalExpectation("13#5", false);
|
|
15985
|
+
const peg$c1583 = "13+5";
|
|
15986
|
+
const peg$c1584 = peg$literalExpectation("13+5", false);
|
|
15987
|
+
const peg$c1585 = "13#9";
|
|
15988
|
+
const peg$c1586 = peg$literalExpectation("13#9", false);
|
|
15989
|
+
const peg$c1587 = "13+9";
|
|
15990
|
+
const peg$c1588 = peg$literalExpectation("13+9", false);
|
|
15991
|
+
const peg$c1589 = "13b5";
|
|
15992
|
+
const peg$c1590 = peg$literalExpectation("13b5", false);
|
|
15993
|
+
const peg$c1591 = "13-5";
|
|
15994
|
+
const peg$c1592 = peg$literalExpectation("13-5", false);
|
|
15995
|
+
const peg$c1593 = "13b9";
|
|
15996
|
+
const peg$c1594 = peg$literalExpectation("13b9", false);
|
|
15997
|
+
const peg$c1595 = "13-9";
|
|
15998
|
+
const peg$c1596 = peg$literalExpectation("13-9", false);
|
|
15999
|
+
const peg$c1597 = "sus2";
|
|
16000
|
+
const peg$c1598 = peg$literalExpectation("sus2", false);
|
|
16001
|
+
const peg$c1599 = "2(4)";
|
|
16002
|
+
const peg$c1600 = peg$literalExpectation("2(4)", false);
|
|
16003
|
+
const peg$c1601 = "4(2)";
|
|
16004
|
+
const peg$c1602 = peg$literalExpectation("4(2)", false);
|
|
16005
|
+
const peg$c1603 = "6(2)";
|
|
16006
|
+
const peg$c1604 = peg$literalExpectation("6(2)", false);
|
|
16007
|
+
const peg$c1605 = "6(9)";
|
|
16008
|
+
const peg$c1606 = peg$literalExpectation("6(9)", false);
|
|
16009
|
+
const peg$c1607 = "dom7";
|
|
16010
|
+
const peg$c1608 = peg$literalExpectation("dom7", false);
|
|
16011
|
+
const peg$c1609 = "7#11";
|
|
16012
|
+
const peg$c1610 = peg$literalExpectation("7#11", false);
|
|
16013
|
+
const peg$c1611 = "7+11";
|
|
16014
|
+
const peg$c1612 = peg$literalExpectation("7+11", false);
|
|
16015
|
+
const peg$c1613 = "aug7";
|
|
16016
|
+
const peg$c1614 = peg$literalExpectation("aug7", false);
|
|
16017
|
+
const peg$c1615 = "7(6)";
|
|
16018
|
+
const peg$c1616 = peg$literalExpectation("7(6)", false);
|
|
16019
|
+
const peg$c1617 = "7b13";
|
|
16020
|
+
const peg$c1618 = peg$literalExpectation("7b13", false);
|
|
16021
|
+
const peg$c1619 = "7-13";
|
|
16022
|
+
const peg$c1620 = peg$literalExpectation("7-13", false);
|
|
16023
|
+
const peg$c1621 = "7sus";
|
|
16024
|
+
const peg$c1622 = peg$literalExpectation("7sus", false);
|
|
16025
|
+
const peg$c1623 = "dom9";
|
|
16026
|
+
const peg$c1624 = peg$literalExpectation("dom9", false);
|
|
16027
|
+
const peg$c1625 = "9#11";
|
|
16028
|
+
const peg$c1626 = peg$literalExpectation("9#11", false);
|
|
16029
|
+
const peg$c1627 = "9+11";
|
|
16030
|
+
const peg$c1628 = peg$literalExpectation("9+11", false);
|
|
16031
|
+
const peg$c1629 = "aug9";
|
|
16032
|
+
const peg$c1630 = peg$literalExpectation("aug9", false);
|
|
16033
|
+
const peg$c1631 = "9b13";
|
|
16034
|
+
const peg$c1632 = peg$literalExpectation("9b13", false);
|
|
16035
|
+
const peg$c1633 = "9-13";
|
|
16036
|
+
const peg$c1634 = peg$literalExpectation("9-13", false);
|
|
16037
|
+
const peg$c1635 = "9aug";
|
|
16038
|
+
const peg$c1636 = peg$literalExpectation("9aug", false);
|
|
16039
|
+
const peg$c1637 = "9sus";
|
|
16040
|
+
const peg$c1638 = peg$literalExpectation("9sus", false);
|
|
16041
|
+
const peg$c1639 = "dim7";
|
|
16042
|
+
const peg$c1640 = peg$literalExpectation("dim7", false);
|
|
16043
|
+
const peg$c1641 = "m(4)";
|
|
16044
|
+
const peg$c1642 = peg$literalExpectation("m(4)", false);
|
|
16045
|
+
const peg$c1643 = "m(9)";
|
|
16046
|
+
const peg$c1644 = peg$literalExpectation("m(9)", false);
|
|
16047
|
+
const peg$c1645 = "mi11";
|
|
16048
|
+
const peg$c1646 = peg$literalExpectation("mi11", false);
|
|
16049
|
+
const peg$c1647 = "m9+5";
|
|
16050
|
+
const peg$c1648 = peg$literalExpectation("m9+5", false);
|
|
16051
|
+
const peg$c1649 = "-9-5";
|
|
16052
|
+
const peg$c1650 = peg$literalExpectation("-9-5", false);
|
|
16053
|
+
const peg$c1651 = "mi13";
|
|
16054
|
+
const peg$c1652 = peg$literalExpectation("mi13", false);
|
|
16055
|
+
const peg$c1653 = "min2";
|
|
16056
|
+
const peg$c1654 = peg$literalExpectation("min2", false);
|
|
16057
|
+
const peg$c1655 = "min6";
|
|
16058
|
+
const peg$c1656 = peg$literalExpectation("min6", false);
|
|
16059
|
+
const peg$c1657 = "m6M7";
|
|
16060
|
+
const peg$c1658 = peg$literalExpectation("m6M7", false);
|
|
16061
|
+
const peg$c1659 = "m6+7";
|
|
16062
|
+
const peg$c1660 = peg$literalExpectation("m6+7", false);
|
|
16063
|
+
const peg$c1661 = "min7";
|
|
16064
|
+
const peg$c1662 = peg$literalExpectation("min7", false);
|
|
16065
|
+
const peg$c1663 = "m7#5";
|
|
16066
|
+
const peg$c1664 = peg$literalExpectation("m7#5", false);
|
|
16067
|
+
const peg$c1665 = "m7+5";
|
|
16068
|
+
const peg$c1666 = peg$literalExpectation("m7+5", false);
|
|
16069
|
+
const peg$c1667 = "-7#5";
|
|
16070
|
+
const peg$c1668 = peg$literalExpectation("-7#5", false);
|
|
16071
|
+
const peg$c1669 = "m7#9";
|
|
16072
|
+
const peg$c1670 = peg$literalExpectation("m7#9", false);
|
|
16073
|
+
const peg$c1671 = "m7+9";
|
|
16074
|
+
const peg$c1672 = peg$literalExpectation("m7+9", false);
|
|
16075
|
+
const peg$c1673 = "-7#9";
|
|
16076
|
+
const peg$c1674 = peg$literalExpectation("-7#9", false);
|
|
16077
|
+
const peg$c1675 = "m7b5";
|
|
16078
|
+
const peg$c1676 = peg$literalExpectation("m7b5", false);
|
|
16079
|
+
const peg$c1677 = "m7-5";
|
|
16080
|
+
const peg$c1678 = peg$literalExpectation("m7-5", false);
|
|
16081
|
+
const peg$c1679 = "-7b5";
|
|
16082
|
+
const peg$c1680 = peg$literalExpectation("-7b5", false);
|
|
16083
|
+
const peg$c1681 = "m7b9";
|
|
16084
|
+
const peg$c1682 = peg$literalExpectation("m7b9", false);
|
|
16085
|
+
const peg$c1683 = "m7-9";
|
|
16086
|
+
const peg$c1684 = peg$literalExpectation("m7-9", false);
|
|
16087
|
+
const peg$c1685 = "-7b9";
|
|
16088
|
+
const peg$c1686 = peg$literalExpectation("-7b9", false);
|
|
16089
|
+
const peg$c1687 = "min9";
|
|
16090
|
+
const peg$c1688 = peg$literalExpectation("min9", false);
|
|
16091
|
+
const peg$c1689 = "m9#5";
|
|
16092
|
+
const peg$c1690 = peg$literalExpectation("m9#5", false);
|
|
16093
|
+
const peg$c1691 = "-9#5";
|
|
16094
|
+
const peg$c1692 = peg$literalExpectation("-9#5", false);
|
|
16095
|
+
const peg$c1693 = "m9b5";
|
|
16096
|
+
const peg$c1694 = peg$literalExpectation("m9b5", false);
|
|
16097
|
+
const peg$c1695 = "m9-5";
|
|
16098
|
+
const peg$c1696 = peg$literalExpectation("m9-5", false);
|
|
16099
|
+
const peg$c1697 = "-9b5";
|
|
16100
|
+
const peg$c1698 = peg$literalExpectation("-9b5", false);
|
|
16101
|
+
const peg$c1699 = "m9M7";
|
|
16102
|
+
const peg$c1700 = peg$literalExpectation("m9M7", false);
|
|
16103
|
+
const peg$c1701 = "maj9";
|
|
16104
|
+
const peg$c1702 = peg$literalExpectation("maj9", false);
|
|
16105
|
+
const peg$c1703 = "ma11";
|
|
16106
|
+
const peg$c1704 = peg$literalExpectation("ma11", false);
|
|
16107
|
+
const peg$c1705 = "11#7";
|
|
16108
|
+
const peg$c1706 = peg$literalExpectation("11#7", false);
|
|
16109
|
+
const peg$c1707 = "11+7";
|
|
16110
|
+
const peg$c1708 = peg$literalExpectation("11+7", false);
|
|
16111
|
+
const peg$c1709 = "ma13";
|
|
16112
|
+
const peg$c1710 = peg$literalExpectation("ma13", false);
|
|
16113
|
+
const peg$c1711 = "ma69";
|
|
16114
|
+
const peg$c1712 = peg$literalExpectation("ma69", false);
|
|
16115
|
+
const peg$c1713 = "Maj7";
|
|
16116
|
+
const peg$c1714 = peg$literalExpectation("Maj7", false);
|
|
16117
|
+
const peg$c1715 = "maj7";
|
|
16118
|
+
const peg$c1716 = peg$literalExpectation("maj7", false);
|
|
16119
|
+
const peg$c1717 = "+7#5";
|
|
16120
|
+
const peg$c1718 = peg$literalExpectation("+7#5", false);
|
|
16121
|
+
const peg$c1719 = "M7+5";
|
|
16122
|
+
const peg$c1720 = peg$literalExpectation("M7+5", false);
|
|
16123
|
+
const peg$c1721 = "+7#9";
|
|
16124
|
+
const peg$c1722 = peg$literalExpectation("+7#9", false);
|
|
16125
|
+
const peg$c1723 = "M7+9";
|
|
16126
|
+
const peg$c1724 = peg$literalExpectation("M7+9", false);
|
|
16127
|
+
const peg$c1725 = "+7b5";
|
|
16128
|
+
const peg$c1726 = peg$literalExpectation("+7b5", false);
|
|
16129
|
+
const peg$c1727 = "M7-5";
|
|
16130
|
+
const peg$c1728 = peg$literalExpectation("M7-5", false);
|
|
16131
|
+
const peg$c1729 = "+7b9";
|
|
16132
|
+
const peg$c1730 = peg$literalExpectation("+7b9", false);
|
|
16133
|
+
const peg$c1731 = "M7-9";
|
|
16134
|
+
const peg$c1732 = peg$literalExpectation("M7-9", false);
|
|
16135
|
+
const peg$c1733 = "+9#5";
|
|
16136
|
+
const peg$c1734 = peg$literalExpectation("+9#5", false);
|
|
16137
|
+
const peg$c1735 = "M9+5";
|
|
16138
|
+
const peg$c1736 = peg$literalExpectation("M9+5", false);
|
|
16139
|
+
const peg$c1737 = "+9b5";
|
|
16140
|
+
const peg$c1738 = peg$literalExpectation("+9b5", false);
|
|
16141
|
+
const peg$c1739 = "M9-5";
|
|
16142
|
+
const peg$c1740 = peg$literalExpectation("M9-5", false);
|
|
16143
|
+
const peg$c1741 = "sus4";
|
|
16144
|
+
const peg$c1742 = peg$literalExpectation("sus4", false);
|
|
16145
|
+
const peg$c1743 = "(2)";
|
|
16146
|
+
const peg$c1744 = peg$literalExpectation("(2)", false);
|
|
16147
|
+
const peg$c1745 = "(4)";
|
|
16148
|
+
const peg$c1746 = peg$literalExpectation("(4)", false);
|
|
16149
|
+
const peg$c1747 = "(6)";
|
|
16150
|
+
const peg$c1748 = peg$literalExpectation("(6)", false);
|
|
16151
|
+
const peg$c1749 = "(7)";
|
|
16152
|
+
const peg$c1750 = peg$literalExpectation("(7)", false);
|
|
16153
|
+
const peg$c1751 = "(9)";
|
|
16154
|
+
const peg$c1752 = peg$literalExpectation("(9)", false);
|
|
16155
|
+
const peg$c1753 = "maj";
|
|
16156
|
+
const peg$c1754 = peg$literalExpectation("maj", false);
|
|
16157
|
+
const peg$c1755 = "aug";
|
|
16158
|
+
const peg$c1756 = peg$literalExpectation("aug", false);
|
|
16159
|
+
const peg$c1757 = "2+4";
|
|
16160
|
+
const peg$c1758 = peg$literalExpectation("2+4", false);
|
|
16161
|
+
const peg$c1759 = "2#4";
|
|
16162
|
+
const peg$c1760 = peg$literalExpectation("2#4", false);
|
|
16163
|
+
const peg$c1761 = "no3";
|
|
16164
|
+
const peg$c1762 = peg$literalExpectation("no3", false);
|
|
16165
|
+
const peg$c1763 = "7#5";
|
|
16166
|
+
const peg$c1764 = peg$literalExpectation("7#5", false);
|
|
16167
|
+
const peg$c1765 = "7+5";
|
|
16168
|
+
const peg$c1766 = peg$literalExpectation("7+5", false);
|
|
16169
|
+
const peg$c1767 = "7#9";
|
|
16170
|
+
const peg$c1768 = peg$literalExpectation("7#9", false);
|
|
16171
|
+
const peg$c1769 = "7+9";
|
|
16172
|
+
const peg$c1770 = peg$literalExpectation("7+9", false);
|
|
16173
|
+
const peg$c1771 = "7b5";
|
|
16174
|
+
const peg$c1772 = peg$literalExpectation("7b5", false);
|
|
16175
|
+
const peg$c1773 = "7-5";
|
|
16176
|
+
const peg$c1774 = peg$literalExpectation("7-5", false);
|
|
16177
|
+
const peg$c1775 = "7b9";
|
|
16178
|
+
const peg$c1776 = peg$literalExpectation("7b9", false);
|
|
16179
|
+
const peg$c1777 = "7-9";
|
|
16180
|
+
const peg$c1778 = peg$literalExpectation("7-9", false);
|
|
16181
|
+
const peg$c1779 = "9#5";
|
|
16182
|
+
const peg$c1780 = peg$literalExpectation("9#5", false);
|
|
16183
|
+
const peg$c1781 = "9+5";
|
|
16184
|
+
const peg$c1782 = peg$literalExpectation("9+5", false);
|
|
16185
|
+
const peg$c1783 = "9b5";
|
|
16186
|
+
const peg$c1784 = peg$literalExpectation("9b5", false);
|
|
16187
|
+
const peg$c1785 = "9-5";
|
|
16188
|
+
const peg$c1786 = peg$literalExpectation("9-5", false);
|
|
16189
|
+
const peg$c1787 = "dim";
|
|
16190
|
+
const peg$c1788 = peg$literalExpectation("dim", false);
|
|
16191
|
+
const peg$c1789 = "mb5";
|
|
16192
|
+
const peg$c1790 = peg$literalExpectation("mb5", false);
|
|
16193
|
+
const peg$c1791 = "m-5";
|
|
16194
|
+
const peg$c1792 = peg$literalExpectation("m-5", false);
|
|
16195
|
+
const peg$c1793 = "-b5";
|
|
16196
|
+
const peg$c1794 = peg$literalExpectation("-b5", false);
|
|
16197
|
+
const peg$c1795 = "min";
|
|
16198
|
+
const peg$c1796 = peg$literalExpectation("min", false);
|
|
16199
|
+
const peg$c1797 = "mM7";
|
|
16200
|
+
const peg$c1798 = peg$literalExpectation("mM7", false);
|
|
16201
|
+
const peg$c1799 = "m+7";
|
|
16202
|
+
const peg$c1800 = peg$literalExpectation("m+7", false);
|
|
16203
|
+
const peg$c1801 = "mM9";
|
|
16204
|
+
const peg$c1802 = peg$literalExpectation("mM9", false);
|
|
16205
|
+
const peg$c1803 = "m+9";
|
|
16206
|
+
const peg$c1804 = peg$literalExpectation("m+9", false);
|
|
16207
|
+
const peg$c1805 = "m11";
|
|
16208
|
+
const peg$c1806 = peg$literalExpectation("m11", false);
|
|
16209
|
+
const peg$c1807 = "-11";
|
|
16210
|
+
const peg$c1808 = peg$literalExpectation("-11", false);
|
|
16211
|
+
const peg$c1809 = "m13";
|
|
16212
|
+
const peg$c1810 = peg$literalExpectation("m13", false);
|
|
16213
|
+
const peg$c1811 = "-13";
|
|
16214
|
+
const peg$c1812 = peg$literalExpectation("-13", false);
|
|
16215
|
+
const peg$c1813 = "mi2";
|
|
16216
|
+
const peg$c1814 = peg$literalExpectation("mi2", false);
|
|
16217
|
+
const peg$c1815 = "mi6";
|
|
16218
|
+
const peg$c1816 = peg$literalExpectation("mi6", false);
|
|
16219
|
+
const peg$c1817 = "m69";
|
|
16220
|
+
const peg$c1818 = peg$literalExpectation("m69", false);
|
|
16221
|
+
const peg$c1819 = "mi7";
|
|
16222
|
+
const peg$c1820 = peg$literalExpectation("mi7", false);
|
|
16223
|
+
const peg$c1821 = "m74";
|
|
16224
|
+
const peg$c1822 = peg$literalExpectation("m74", false);
|
|
16225
|
+
const peg$c1823 = "mi9";
|
|
16226
|
+
const peg$c1824 = peg$literalExpectation("mi9", false);
|
|
16227
|
+
const peg$c1825 = "ma9";
|
|
16228
|
+
const peg$c1826 = peg$literalExpectation("ma9", false);
|
|
16229
|
+
const peg$c1827 = "+11";
|
|
16230
|
+
const peg$c1828 = peg$literalExpectation("+11", false);
|
|
16231
|
+
const peg$c1829 = "M11";
|
|
16232
|
+
const peg$c1830 = peg$literalExpectation("M11", false);
|
|
16233
|
+
const peg$c1831 = "+13";
|
|
16234
|
+
const peg$c1832 = peg$literalExpectation("+13", false);
|
|
16235
|
+
const peg$c1833 = "M13";
|
|
16236
|
+
const peg$c1834 = peg$literalExpectation("M13", false);
|
|
16237
|
+
const peg$c1835 = "ma6";
|
|
16238
|
+
const peg$c1836 = peg$literalExpectation("ma6", false);
|
|
16239
|
+
const peg$c1837 = "ma7";
|
|
16240
|
+
const peg$c1838 = peg$literalExpectation("ma7", false);
|
|
16241
|
+
const peg$c1839 = "sus";
|
|
16242
|
+
const peg$c1840 = peg$literalExpectation("sus", false);
|
|
16243
|
+
const peg$c1841 = "#4";
|
|
16244
|
+
const peg$c1842 = peg$literalExpectation("#4", false);
|
|
16245
|
+
const peg$c1843 = "+4";
|
|
16246
|
+
const peg$c1844 = peg$literalExpectation("+4", false);
|
|
16247
|
+
const peg$c1845 = "-5";
|
|
16248
|
+
const peg$c1846 = peg$literalExpectation("-5", false);
|
|
16249
|
+
const peg$c1847 = "b5";
|
|
16250
|
+
const peg$c1848 = peg$literalExpectation("b5", false);
|
|
16251
|
+
const peg$c1849 = "ma";
|
|
16252
|
+
const peg$c1850 = peg$literalExpectation("ma", false);
|
|
16253
|
+
const peg$c1851 = "Ma";
|
|
16254
|
+
const peg$c1852 = peg$literalExpectation("Ma", false);
|
|
16255
|
+
const peg$c1853 = "#5";
|
|
16256
|
+
const peg$c1854 = peg$literalExpectation("#5", false);
|
|
16257
|
+
const peg$c1855 = "+5";
|
|
16258
|
+
const peg$c1856 = peg$literalExpectation("+5", false);
|
|
16259
|
+
const peg$c1857 = "11";
|
|
16260
|
+
const peg$c1858 = peg$literalExpectation("11", false);
|
|
16261
|
+
const peg$c1859 = "13";
|
|
16262
|
+
const peg$c1860 = peg$literalExpectation("13", false);
|
|
16263
|
+
const peg$c1861 = "42";
|
|
16264
|
+
const peg$c1862 = peg$literalExpectation("42", false);
|
|
16265
|
+
const peg$c1863 = "69";
|
|
16266
|
+
const peg$c1864 = peg$literalExpectation("69", false);
|
|
16267
|
+
const peg$c1865 = "x7";
|
|
16268
|
+
const peg$c1866 = peg$literalExpectation("x7", false);
|
|
16269
|
+
const peg$c1867 = "x9";
|
|
16270
|
+
const peg$c1868 = peg$literalExpectation("x9", false);
|
|
16271
|
+
const peg$c1869 = "o7";
|
|
16272
|
+
const peg$c1870 = peg$literalExpectation("o7", false);
|
|
16273
|
+
const peg$c1871 = peg$literalExpectation("mi", false);
|
|
16274
|
+
const peg$c1872 = "m2";
|
|
16275
|
+
const peg$c1873 = peg$literalExpectation("m2", false);
|
|
16276
|
+
const peg$c1874 = "m4";
|
|
16277
|
+
const peg$c1875 = peg$literalExpectation("m4", false);
|
|
16278
|
+
const peg$c1876 = "m6";
|
|
16279
|
+
const peg$c1877 = peg$literalExpectation("m6", false);
|
|
16280
|
+
const peg$c1878 = "-6";
|
|
16281
|
+
const peg$c1879 = peg$literalExpectation("-6", false);
|
|
16282
|
+
const peg$c1880 = "m7";
|
|
16283
|
+
const peg$c1881 = peg$literalExpectation("m7", false);
|
|
16284
|
+
const peg$c1882 = "-7";
|
|
16285
|
+
const peg$c1883 = peg$literalExpectation("-7", false);
|
|
16286
|
+
const peg$c1884 = "m9";
|
|
16287
|
+
const peg$c1885 = peg$literalExpectation("m9", false);
|
|
16288
|
+
const peg$c1886 = "-9";
|
|
16289
|
+
const peg$c1887 = peg$literalExpectation("-9", false);
|
|
16290
|
+
const peg$c1888 = "+7";
|
|
16291
|
+
const peg$c1889 = peg$literalExpectation("+7", false);
|
|
16292
|
+
const peg$c1890 = "#7";
|
|
16293
|
+
const peg$c1891 = peg$literalExpectation("#7", false);
|
|
16294
|
+
const peg$c1892 = "M7";
|
|
16295
|
+
const peg$c1893 = peg$literalExpectation("M7", false);
|
|
16296
|
+
const peg$c1894 = "+9";
|
|
16297
|
+
const peg$c1895 = peg$literalExpectation("+9", false);
|
|
16298
|
+
const peg$c1896 = "M9";
|
|
16299
|
+
const peg$c1897 = peg$literalExpectation("M9", false);
|
|
16300
|
+
const peg$c1898 = /^[+\-24-79Mmx]/;
|
|
16301
|
+
const peg$c1899 = peg$classExpectation([
|
|
16269
16302
|
"+",
|
|
16270
16303
|
"-",
|
|
16271
16304
|
"2",
|
|
@@ -16278,15 +16311,15 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
16278
16311
|
"m",
|
|
16279
16312
|
"x"
|
|
16280
16313
|
], false, false);
|
|
16281
|
-
const peg$
|
|
16282
|
-
const peg$
|
|
16314
|
+
const peg$c1900 = /^[\n\r]/;
|
|
16315
|
+
const peg$c1901 = peg$classExpectation([
|
|
16283
16316
|
"\n",
|
|
16284
16317
|
"\r"
|
|
16285
16318
|
], false, false);
|
|
16286
|
-
const peg$
|
|
16287
|
-
const peg$
|
|
16288
|
-
const peg$
|
|
16289
|
-
const peg$
|
|
16319
|
+
const peg$c1902 = "\n";
|
|
16320
|
+
const peg$c1903 = peg$literalExpectation("\n", false);
|
|
16321
|
+
const peg$c1904 = "\r";
|
|
16322
|
+
const peg$c1905 = peg$literalExpectation("\r", false);
|
|
16290
16323
|
let peg$currPos = 0;
|
|
16291
16324
|
let peg$savedPos = 0;
|
|
16292
16325
|
const peg$posDetailsCache = [
|
|
@@ -23655,20 +23688,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
23655
23688
|
if (peg$silentFails === 0) peg$fail(peg$c1390);
|
|
23656
23689
|
}
|
|
23657
23690
|
if (s0 === peg$FAILED) {
|
|
23658
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23659
|
-
s0 = peg$
|
|
23691
|
+
if (input.substr(peg$currPos, 5) === peg$c1391) {
|
|
23692
|
+
s0 = peg$c1391;
|
|
23660
23693
|
peg$currPos += 5;
|
|
23661
23694
|
} else {
|
|
23662
23695
|
s0 = peg$FAILED;
|
|
23663
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23696
|
+
if (peg$silentFails === 0) peg$fail(peg$c1392);
|
|
23664
23697
|
}
|
|
23665
23698
|
if (s0 === peg$FAILED) {
|
|
23666
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23667
|
-
s0 = peg$
|
|
23699
|
+
if (input.substr(peg$currPos, 5) === peg$c1389) {
|
|
23700
|
+
s0 = peg$c1389;
|
|
23668
23701
|
peg$currPos += 5;
|
|
23669
23702
|
} else {
|
|
23670
23703
|
s0 = peg$FAILED;
|
|
23671
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23704
|
+
if (peg$silentFails === 0) peg$fail(peg$c1390);
|
|
23672
23705
|
}
|
|
23673
23706
|
if (s0 === peg$FAILED) {
|
|
23674
23707
|
if (input.substr(peg$currPos, 5) === peg$c1393) {
|
|
@@ -23799,12 +23832,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
23799
23832
|
if (peg$silentFails === 0) peg$fail(peg$c1424);
|
|
23800
23833
|
}
|
|
23801
23834
|
if (s0 === peg$FAILED) {
|
|
23802
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23803
|
-
s0 = peg$
|
|
23835
|
+
if (input.substr(peg$currPos, 5) === peg$c1425) {
|
|
23836
|
+
s0 = peg$c1425;
|
|
23804
23837
|
peg$currPos += 5;
|
|
23805
23838
|
} else {
|
|
23806
23839
|
s0 = peg$FAILED;
|
|
23807
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23840
|
+
if (peg$silentFails === 0) peg$fail(peg$c1426);
|
|
23808
23841
|
}
|
|
23809
23842
|
if (s0 === peg$FAILED) {
|
|
23810
23843
|
if (input.substr(peg$currPos, 5) === peg$c1425) {
|
|
@@ -24333,9 +24366,9 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
24333
24366
|
if (peg$silentFails === 0) peg$fail(peg$c1530);
|
|
24334
24367
|
}
|
|
24335
24368
|
if (s0 === peg$FAILED) {
|
|
24336
|
-
if (input.substr(peg$currPos,
|
|
24369
|
+
if (input.substr(peg$currPos, 5) === peg$c1531) {
|
|
24337
24370
|
s0 = peg$c1531;
|
|
24338
|
-
peg$currPos +=
|
|
24371
|
+
peg$currPos += 5;
|
|
24339
24372
|
} else {
|
|
24340
24373
|
s0 = peg$FAILED;
|
|
24341
24374
|
if (peg$silentFails === 0) peg$fail(peg$c1532);
|
|
@@ -24877,20 +24910,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
24877
24910
|
if (peg$silentFails === 0) peg$fail(peg$c1666);
|
|
24878
24911
|
}
|
|
24879
24912
|
if (s0 === peg$FAILED) {
|
|
24880
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24881
|
-
s0 = peg$
|
|
24913
|
+
if (input.substr(peg$currPos, 4) === peg$c1667) {
|
|
24914
|
+
s0 = peg$c1667;
|
|
24882
24915
|
peg$currPos += 4;
|
|
24883
24916
|
} else {
|
|
24884
24917
|
s0 = peg$FAILED;
|
|
24885
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24918
|
+
if (peg$silentFails === 0) peg$fail(peg$c1668);
|
|
24886
24919
|
}
|
|
24887
24920
|
if (s0 === peg$FAILED) {
|
|
24888
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24889
|
-
s0 = peg$
|
|
24921
|
+
if (input.substr(peg$currPos, 4) === peg$c1665) {
|
|
24922
|
+
s0 = peg$c1665;
|
|
24890
24923
|
peg$currPos += 4;
|
|
24891
24924
|
} else {
|
|
24892
24925
|
s0 = peg$FAILED;
|
|
24893
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24926
|
+
if (peg$silentFails === 0) peg$fail(peg$c1666);
|
|
24894
24927
|
}
|
|
24895
24928
|
if (s0 === peg$FAILED) {
|
|
24896
24929
|
if (input.substr(peg$currPos, 4) === peg$c1669) {
|
|
@@ -24909,20 +24942,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
24909
24942
|
if (peg$silentFails === 0) peg$fail(peg$c1672);
|
|
24910
24943
|
}
|
|
24911
24944
|
if (s0 === peg$FAILED) {
|
|
24912
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24913
|
-
s0 = peg$
|
|
24945
|
+
if (input.substr(peg$currPos, 4) === peg$c1673) {
|
|
24946
|
+
s0 = peg$c1673;
|
|
24914
24947
|
peg$currPos += 4;
|
|
24915
24948
|
} else {
|
|
24916
24949
|
s0 = peg$FAILED;
|
|
24917
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24950
|
+
if (peg$silentFails === 0) peg$fail(peg$c1674);
|
|
24918
24951
|
}
|
|
24919
24952
|
if (s0 === peg$FAILED) {
|
|
24920
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24921
|
-
s0 = peg$
|
|
24953
|
+
if (input.substr(peg$currPos, 4) === peg$c1671) {
|
|
24954
|
+
s0 = peg$c1671;
|
|
24922
24955
|
peg$currPos += 4;
|
|
24923
24956
|
} else {
|
|
24924
24957
|
s0 = peg$FAILED;
|
|
24925
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24958
|
+
if (peg$silentFails === 0) peg$fail(peg$c1672);
|
|
24926
24959
|
}
|
|
24927
24960
|
if (s0 === peg$FAILED) {
|
|
24928
24961
|
if (input.substr(peg$currPos, 4) === peg$c1675) {
|
|
@@ -24941,20 +24974,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
24941
24974
|
if (peg$silentFails === 0) peg$fail(peg$c1678);
|
|
24942
24975
|
}
|
|
24943
24976
|
if (s0 === peg$FAILED) {
|
|
24944
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24945
|
-
s0 = peg$
|
|
24977
|
+
if (input.substr(peg$currPos, 4) === peg$c1679) {
|
|
24978
|
+
s0 = peg$c1679;
|
|
24946
24979
|
peg$currPos += 4;
|
|
24947
24980
|
} else {
|
|
24948
24981
|
s0 = peg$FAILED;
|
|
24949
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24982
|
+
if (peg$silentFails === 0) peg$fail(peg$c1680);
|
|
24950
24983
|
}
|
|
24951
24984
|
if (s0 === peg$FAILED) {
|
|
24952
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24953
|
-
s0 = peg$
|
|
24985
|
+
if (input.substr(peg$currPos, 4) === peg$c1677) {
|
|
24986
|
+
s0 = peg$c1677;
|
|
24954
24987
|
peg$currPos += 4;
|
|
24955
24988
|
} else {
|
|
24956
24989
|
s0 = peg$FAILED;
|
|
24957
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
24990
|
+
if (peg$silentFails === 0) peg$fail(peg$c1678);
|
|
24958
24991
|
}
|
|
24959
24992
|
if (s0 === peg$FAILED) {
|
|
24960
24993
|
if (input.substr(peg$currPos, 4) === peg$c1681) {
|
|
@@ -24973,20 +25006,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
24973
25006
|
if (peg$silentFails === 0) peg$fail(peg$c1684);
|
|
24974
25007
|
}
|
|
24975
25008
|
if (s0 === peg$FAILED) {
|
|
24976
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24977
|
-
s0 = peg$
|
|
25009
|
+
if (input.substr(peg$currPos, 4) === peg$c1685) {
|
|
25010
|
+
s0 = peg$c1685;
|
|
24978
25011
|
peg$currPos += 4;
|
|
24979
25012
|
} else {
|
|
24980
25013
|
s0 = peg$FAILED;
|
|
24981
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25014
|
+
if (peg$silentFails === 0) peg$fail(peg$c1686);
|
|
24982
25015
|
}
|
|
24983
25016
|
if (s0 === peg$FAILED) {
|
|
24984
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24985
|
-
s0 = peg$
|
|
25017
|
+
if (input.substr(peg$currPos, 4) === peg$c1683) {
|
|
25018
|
+
s0 = peg$c1683;
|
|
24986
25019
|
peg$currPos += 4;
|
|
24987
25020
|
} else {
|
|
24988
25021
|
s0 = peg$FAILED;
|
|
24989
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25022
|
+
if (peg$silentFails === 0) peg$fail(peg$c1684);
|
|
24990
25023
|
}
|
|
24991
25024
|
if (s0 === peg$FAILED) {
|
|
24992
25025
|
if (input.substr(peg$currPos, 4) === peg$c1687) {
|
|
@@ -25099,36 +25132,36 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25099
25132
|
}
|
|
25100
25133
|
function peg$parseChordSuffix8() {
|
|
25101
25134
|
let s0;
|
|
25102
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25103
|
-
s0 = peg$
|
|
25135
|
+
if (input.substr(peg$currPos, 4) === peg$c1689) {
|
|
25136
|
+
s0 = peg$c1689;
|
|
25104
25137
|
peg$currPos += 4;
|
|
25105
25138
|
} else {
|
|
25106
25139
|
s0 = peg$FAILED;
|
|
25107
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25140
|
+
if (peg$silentFails === 0) peg$fail(peg$c1690);
|
|
25108
25141
|
}
|
|
25109
25142
|
if (s0 === peg$FAILED) {
|
|
25110
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25111
|
-
s0 = peg$
|
|
25143
|
+
if (input.substr(peg$currPos, 4) === peg$c1647) {
|
|
25144
|
+
s0 = peg$c1647;
|
|
25112
25145
|
peg$currPos += 4;
|
|
25113
25146
|
} else {
|
|
25114
25147
|
s0 = peg$FAILED;
|
|
25115
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25148
|
+
if (peg$silentFails === 0) peg$fail(peg$c1648);
|
|
25116
25149
|
}
|
|
25117
25150
|
if (s0 === peg$FAILED) {
|
|
25118
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25119
|
-
s0 = peg$
|
|
25151
|
+
if (input.substr(peg$currPos, 4) === peg$c1691) {
|
|
25152
|
+
s0 = peg$c1691;
|
|
25120
25153
|
peg$currPos += 4;
|
|
25121
25154
|
} else {
|
|
25122
25155
|
s0 = peg$FAILED;
|
|
25123
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25156
|
+
if (peg$silentFails === 0) peg$fail(peg$c1692);
|
|
25124
25157
|
}
|
|
25125
25158
|
if (s0 === peg$FAILED) {
|
|
25126
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25127
|
-
s0 = peg$
|
|
25159
|
+
if (input.substr(peg$currPos, 4) === peg$c1647) {
|
|
25160
|
+
s0 = peg$c1647;
|
|
25128
25161
|
peg$currPos += 4;
|
|
25129
25162
|
} else {
|
|
25130
25163
|
s0 = peg$FAILED;
|
|
25131
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25164
|
+
if (peg$silentFails === 0) peg$fail(peg$c1648);
|
|
25132
25165
|
}
|
|
25133
25166
|
if (s0 === peg$FAILED) {
|
|
25134
25167
|
if (input.substr(peg$currPos, 4) === peg$c1693) {
|
|
@@ -25147,20 +25180,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25147
25180
|
if (peg$silentFails === 0) peg$fail(peg$c1696);
|
|
25148
25181
|
}
|
|
25149
25182
|
if (s0 === peg$FAILED) {
|
|
25150
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25151
|
-
s0 = peg$
|
|
25183
|
+
if (input.substr(peg$currPos, 4) === peg$c1697) {
|
|
25184
|
+
s0 = peg$c1697;
|
|
25152
25185
|
peg$currPos += 4;
|
|
25153
25186
|
} else {
|
|
25154
25187
|
s0 = peg$FAILED;
|
|
25155
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25188
|
+
if (peg$silentFails === 0) peg$fail(peg$c1698);
|
|
25156
25189
|
}
|
|
25157
25190
|
if (s0 === peg$FAILED) {
|
|
25158
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25159
|
-
s0 = peg$
|
|
25191
|
+
if (input.substr(peg$currPos, 4) === peg$c1649) {
|
|
25192
|
+
s0 = peg$c1649;
|
|
25160
25193
|
peg$currPos += 4;
|
|
25161
25194
|
} else {
|
|
25162
25195
|
s0 = peg$FAILED;
|
|
25163
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25196
|
+
if (peg$silentFails === 0) peg$fail(peg$c1650);
|
|
25164
25197
|
}
|
|
25165
25198
|
if (s0 === peg$FAILED) {
|
|
25166
25199
|
if (input.substr(peg$currPos, 4) === peg$c1699) {
|
|
@@ -25195,28 +25228,28 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25195
25228
|
if (peg$silentFails === 0) peg$fail(peg$c1706);
|
|
25196
25229
|
}
|
|
25197
25230
|
if (s0 === peg$FAILED) {
|
|
25198
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25199
|
-
s0 = peg$
|
|
25231
|
+
if (input.substr(peg$currPos, 4) === peg$c1707) {
|
|
25232
|
+
s0 = peg$c1707;
|
|
25200
25233
|
peg$currPos += 4;
|
|
25201
25234
|
} else {
|
|
25202
25235
|
s0 = peg$FAILED;
|
|
25203
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25236
|
+
if (peg$silentFails === 0) peg$fail(peg$c1708);
|
|
25204
25237
|
}
|
|
25205
25238
|
if (s0 === peg$FAILED) {
|
|
25206
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25207
|
-
s0 = peg$
|
|
25239
|
+
if (input.substr(peg$currPos, 4) === peg$c1703) {
|
|
25240
|
+
s0 = peg$c1703;
|
|
25208
25241
|
peg$currPos += 4;
|
|
25209
25242
|
} else {
|
|
25210
25243
|
s0 = peg$FAILED;
|
|
25211
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25244
|
+
if (peg$silentFails === 0) peg$fail(peg$c1704);
|
|
25212
25245
|
}
|
|
25213
25246
|
if (s0 === peg$FAILED) {
|
|
25214
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25215
|
-
s0 = peg$
|
|
25247
|
+
if (input.substr(peg$currPos, 4) === peg$c1709) {
|
|
25248
|
+
s0 = peg$c1709;
|
|
25216
25249
|
peg$currPos += 4;
|
|
25217
25250
|
} else {
|
|
25218
25251
|
s0 = peg$FAILED;
|
|
25219
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25252
|
+
if (peg$silentFails === 0) peg$fail(peg$c1710);
|
|
25220
25253
|
}
|
|
25221
25254
|
if (s0 === peg$FAILED) {
|
|
25222
25255
|
if (input.substr(peg$currPos, 4) === peg$c1709) {
|
|
@@ -25307,20 +25340,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25307
25340
|
if (peg$silentFails === 0) peg$fail(peg$c1730);
|
|
25308
25341
|
}
|
|
25309
25342
|
if (s0 === peg$FAILED) {
|
|
25310
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25311
|
-
s0 = peg$
|
|
25343
|
+
if (input.substr(peg$currPos, 4) === peg$c1731) {
|
|
25344
|
+
s0 = peg$c1731;
|
|
25312
25345
|
peg$currPos += 4;
|
|
25313
25346
|
} else {
|
|
25314
25347
|
s0 = peg$FAILED;
|
|
25315
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25348
|
+
if (peg$silentFails === 0) peg$fail(peg$c1732);
|
|
25316
25349
|
}
|
|
25317
25350
|
if (s0 === peg$FAILED) {
|
|
25318
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25319
|
-
s0 = peg$
|
|
25351
|
+
if (input.substr(peg$currPos, 4) === peg$c1701) {
|
|
25352
|
+
s0 = peg$c1701;
|
|
25320
25353
|
peg$currPos += 4;
|
|
25321
25354
|
} else {
|
|
25322
25355
|
s0 = peg$FAILED;
|
|
25323
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25356
|
+
if (peg$silentFails === 0) peg$fail(peg$c1702);
|
|
25324
25357
|
}
|
|
25325
25358
|
if (s0 === peg$FAILED) {
|
|
25326
25359
|
if (input.substr(peg$currPos, 4) === peg$c1733) {
|
|
@@ -25355,9 +25388,9 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25355
25388
|
if (peg$silentFails === 0) peg$fail(peg$c1740);
|
|
25356
25389
|
}
|
|
25357
25390
|
if (s0 === peg$FAILED) {
|
|
25358
|
-
if (input.substr(peg$currPos,
|
|
25391
|
+
if (input.substr(peg$currPos, 4) === peg$c1741) {
|
|
25359
25392
|
s0 = peg$c1741;
|
|
25360
|
-
peg$currPos +=
|
|
25393
|
+
peg$currPos += 4;
|
|
25361
25394
|
} else {
|
|
25362
25395
|
s0 = peg$FAILED;
|
|
25363
25396
|
if (peg$silentFails === 0) peg$fail(peg$c1742);
|
|
@@ -25739,33 +25772,33 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25739
25772
|
if (peg$silentFails === 0) peg$fail(peg$c1836);
|
|
25740
25773
|
}
|
|
25741
25774
|
if (s0 === peg$FAILED) {
|
|
25742
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25743
|
-
s0 = peg$
|
|
25775
|
+
if (input.substr(peg$currPos, 3) === peg$c1837) {
|
|
25776
|
+
s0 = peg$c1837;
|
|
25744
25777
|
peg$currPos += 3;
|
|
25745
25778
|
} else {
|
|
25746
25779
|
s0 = peg$FAILED;
|
|
25747
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25780
|
+
if (peg$silentFails === 0) peg$fail(peg$c1838);
|
|
25748
25781
|
}
|
|
25749
25782
|
if (s0 === peg$FAILED) {
|
|
25750
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25751
|
-
s0 = peg$
|
|
25783
|
+
if (input.substr(peg$currPos, 3) === peg$c1825) {
|
|
25784
|
+
s0 = peg$c1825;
|
|
25752
25785
|
peg$currPos += 3;
|
|
25753
25786
|
} else {
|
|
25754
25787
|
s0 = peg$FAILED;
|
|
25755
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25788
|
+
if (peg$silentFails === 0) peg$fail(peg$c1826);
|
|
25756
25789
|
}
|
|
25757
25790
|
if (s0 === peg$FAILED) {
|
|
25758
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25759
|
-
s0 = peg$
|
|
25791
|
+
if (input.substr(peg$currPos, 3) === peg$c1825) {
|
|
25792
|
+
s0 = peg$c1825;
|
|
25760
25793
|
peg$currPos += 3;
|
|
25761
25794
|
} else {
|
|
25762
25795
|
s0 = peg$FAILED;
|
|
25763
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25796
|
+
if (peg$silentFails === 0) peg$fail(peg$c1826);
|
|
25764
25797
|
}
|
|
25765
25798
|
if (s0 === peg$FAILED) {
|
|
25766
|
-
if (input.substr(peg$currPos,
|
|
25799
|
+
if (input.substr(peg$currPos, 3) === peg$c1839) {
|
|
25767
25800
|
s0 = peg$c1839;
|
|
25768
|
-
peg$currPos +=
|
|
25801
|
+
peg$currPos += 3;
|
|
25769
25802
|
} else {
|
|
25770
25803
|
s0 = peg$FAILED;
|
|
25771
25804
|
if (peg$silentFails === 0) peg$fail(peg$c1840);
|
|
@@ -25843,12 +25876,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25843
25876
|
if (peg$silentFails === 0) peg$fail(peg$c1858);
|
|
25844
25877
|
}
|
|
25845
25878
|
if (s0 === peg$FAILED) {
|
|
25846
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
25847
|
-
s0 = peg$
|
|
25879
|
+
if (input.substr(peg$currPos, 2) === peg$c1859) {
|
|
25880
|
+
s0 = peg$c1859;
|
|
25848
25881
|
peg$currPos += 2;
|
|
25849
25882
|
} else {
|
|
25850
25883
|
s0 = peg$FAILED;
|
|
25851
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25884
|
+
if (peg$silentFails === 0) peg$fail(peg$c1860);
|
|
25852
25885
|
}
|
|
25853
25886
|
if (s0 === peg$FAILED) {
|
|
25854
25887
|
if (input.substr(peg$currPos, 2) === peg$c1859) {
|
|
@@ -25891,12 +25924,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
25891
25924
|
if (peg$silentFails === 0) peg$fail(peg$c1868);
|
|
25892
25925
|
}
|
|
25893
25926
|
if (s0 === peg$FAILED) {
|
|
25894
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
25895
|
-
s0 = peg$
|
|
25927
|
+
if (input.substr(peg$currPos, 2) === peg$c1869) {
|
|
25928
|
+
s0 = peg$c1869;
|
|
25896
25929
|
peg$currPos += 2;
|
|
25897
25930
|
} else {
|
|
25898
25931
|
s0 = peg$FAILED;
|
|
25899
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25932
|
+
if (peg$silentFails === 0) peg$fail(peg$c1870);
|
|
25900
25933
|
}
|
|
25901
25934
|
}
|
|
25902
25935
|
}
|
|
@@ -26001,8 +26034,8 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
26001
26034
|
}
|
|
26002
26035
|
function peg$parseChordSuffix9() {
|
|
26003
26036
|
let s0;
|
|
26004
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
26005
|
-
s0 = peg$
|
|
26037
|
+
if (input.substr(peg$currPos, 2) === peg$c82) {
|
|
26038
|
+
s0 = peg$c82;
|
|
26006
26039
|
peg$currPos += 2;
|
|
26007
26040
|
} else {
|
|
26008
26041
|
s0 = peg$FAILED;
|
|
@@ -26105,13 +26138,22 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
26105
26138
|
if (peg$silentFails === 0) peg$fail(peg$c1895);
|
|
26106
26139
|
}
|
|
26107
26140
|
if (s0 === peg$FAILED) {
|
|
26108
|
-
if (
|
|
26109
|
-
s0 =
|
|
26110
|
-
peg$currPos
|
|
26141
|
+
if (input.substr(peg$currPos, 2) === peg$c1896) {
|
|
26142
|
+
s0 = peg$c1896;
|
|
26143
|
+
peg$currPos += 2;
|
|
26111
26144
|
} else {
|
|
26112
26145
|
s0 = peg$FAILED;
|
|
26113
26146
|
if (peg$silentFails === 0) peg$fail(peg$c1897);
|
|
26114
26147
|
}
|
|
26148
|
+
if (s0 === peg$FAILED) {
|
|
26149
|
+
if (peg$c1898.test(input.charAt(peg$currPos))) {
|
|
26150
|
+
s0 = input.charAt(peg$currPos);
|
|
26151
|
+
peg$currPos++;
|
|
26152
|
+
} else {
|
|
26153
|
+
s0 = peg$FAILED;
|
|
26154
|
+
if (peg$silentFails === 0) peg$fail(peg$c1899);
|
|
26155
|
+
}
|
|
26156
|
+
}
|
|
26115
26157
|
}
|
|
26116
26158
|
}
|
|
26117
26159
|
}
|
|
@@ -26129,12 +26171,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
26129
26171
|
}
|
|
26130
26172
|
function peg$parseNewLine() {
|
|
26131
26173
|
let s0;
|
|
26132
|
-
if (peg$
|
|
26174
|
+
if (peg$c1900.test(input.charAt(peg$currPos))) {
|
|
26133
26175
|
s0 = input.charAt(peg$currPos);
|
|
26134
26176
|
peg$currPos++;
|
|
26135
26177
|
} else {
|
|
26136
26178
|
s0 = peg$FAILED;
|
|
26137
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26179
|
+
if (peg$silentFails === 0) peg$fail(peg$c1901);
|
|
26138
26180
|
}
|
|
26139
26181
|
if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
|
|
26140
26182
|
return s0;
|
|
@@ -26164,22 +26206,22 @@ function $6e190c231198785f$var$peg$parse(input, options) {
|
|
|
26164
26206
|
function peg$parseLineFeed() {
|
|
26165
26207
|
let s0;
|
|
26166
26208
|
if (input.charCodeAt(peg$currPos) === 10) {
|
|
26167
|
-
s0 = peg$
|
|
26209
|
+
s0 = peg$c1902;
|
|
26168
26210
|
peg$currPos++;
|
|
26169
26211
|
} else {
|
|
26170
26212
|
s0 = peg$FAILED;
|
|
26171
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26213
|
+
if (peg$silentFails === 0) peg$fail(peg$c1903);
|
|
26172
26214
|
}
|
|
26173
26215
|
return s0;
|
|
26174
26216
|
}
|
|
26175
26217
|
function peg$parseCarriageReturn() {
|
|
26176
26218
|
let s0;
|
|
26177
26219
|
if (input.charCodeAt(peg$currPos) === 13) {
|
|
26178
|
-
s0 = peg$
|
|
26220
|
+
s0 = peg$c1904;
|
|
26179
26221
|
peg$currPos++;
|
|
26180
26222
|
} else {
|
|
26181
26223
|
s0 = peg$FAILED;
|
|
26182
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26224
|
+
if (peg$silentFails === 0) peg$fail(peg$c1905);
|
|
26183
26225
|
}
|
|
26184
26226
|
return s0;
|
|
26185
26227
|
}
|
|
@@ -37613,7 +37655,7 @@ const $a5a21ced491ea51f$var$endSectionTags = {
|
|
|
37613
37655
|
var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
|
|
37614
37656
|
|
|
37615
37657
|
|
|
37616
|
-
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '14.
|
|
37658
|
+
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '14.5.1';
|
|
37617
37659
|
|
|
37618
37660
|
|
|
37619
37661
|
|