@wireweave/core 1.0.0-beta.20260110141318 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +823 -3067
- package/dist/index.d.cts +3 -168
- package/dist/index.d.ts +3 -168
- package/dist/index.js +823 -3054
- package/dist/parser.cjs +292 -636
- package/dist/parser.d.cts +1 -1
- package/dist/parser.d.ts +1 -1
- package/dist/parser.js +292 -636
- package/dist/renderer.cjs +525 -1756
- package/dist/renderer.d.cts +58 -105
- package/dist/renderer.d.ts +58 -105
- package/dist/renderer.js +525 -1756
- package/dist/{types-lcJzPcR0.d.cts → types-DtovIYS6.d.cts} +2 -40
- package/dist/{types-lcJzPcR0.d.ts → types-DtovIYS6.d.ts} +2 -40
- package/package.json +1 -1
package/dist/parser.js
CHANGED
|
@@ -150,34 +150,33 @@ function peg$parse(input, options) {
|
|
|
150
150
|
const peg$c40 = "dropdown";
|
|
151
151
|
const peg$c41 = "divider";
|
|
152
152
|
const peg$c42 = "nav";
|
|
153
|
-
const peg$c43 = "
|
|
154
|
-
const peg$c44 = "
|
|
155
|
-
const peg$c45 = "
|
|
156
|
-
const peg$c46 = "
|
|
157
|
-
const peg$c47 = "
|
|
158
|
-
const peg$c48 = "
|
|
159
|
-
const peg$c49 = "
|
|
160
|
-
const peg$c50 = '"
|
|
161
|
-
const peg$c51 = "
|
|
162
|
-
const peg$c52 = "
|
|
163
|
-
const peg$c53 = "
|
|
164
|
-
const peg$c54 = "
|
|
165
|
-
const peg$c55 = "
|
|
166
|
-
const peg$c56 = "
|
|
167
|
-
const peg$c57 = "
|
|
168
|
-
const peg$c58 = "
|
|
169
|
-
const peg$c59 = "
|
|
170
|
-
const peg$c60 = "
|
|
171
|
-
const peg$c61 = "
|
|
172
|
-
const peg$c62 = "
|
|
173
|
-
const peg$c63 = "
|
|
174
|
-
const peg$c64 = "
|
|
175
|
-
const peg$c65 = "
|
|
176
|
-
const peg$c66 = "
|
|
177
|
-
const peg$c67 = "
|
|
178
|
-
const peg$c68 = "
|
|
179
|
-
const peg$c69 = "
|
|
180
|
-
const peg$c70 = "*/";
|
|
153
|
+
const peg$c43 = "tabs";
|
|
154
|
+
const peg$c44 = "tab";
|
|
155
|
+
const peg$c45 = "breadcrumb";
|
|
156
|
+
const peg$c46 = "=";
|
|
157
|
+
const peg$c47 = "//";
|
|
158
|
+
const peg$c48 = "/*";
|
|
159
|
+
const peg$c49 = '"';
|
|
160
|
+
const peg$c50 = "'";
|
|
161
|
+
const peg$c51 = "\\";
|
|
162
|
+
const peg$c52 = "n";
|
|
163
|
+
const peg$c53 = "r";
|
|
164
|
+
const peg$c54 = "t";
|
|
165
|
+
const peg$c55 = "-";
|
|
166
|
+
const peg$c56 = ".";
|
|
167
|
+
const peg$c57 = "px";
|
|
168
|
+
const peg$c58 = "%";
|
|
169
|
+
const peg$c59 = "em";
|
|
170
|
+
const peg$c60 = "rem";
|
|
171
|
+
const peg$c61 = "vh";
|
|
172
|
+
const peg$c62 = "vw";
|
|
173
|
+
const peg$c63 = "true";
|
|
174
|
+
const peg$c64 = "false";
|
|
175
|
+
const peg$c65 = "[";
|
|
176
|
+
const peg$c66 = "]";
|
|
177
|
+
const peg$c67 = ",";
|
|
178
|
+
const peg$c68 = "\n";
|
|
179
|
+
const peg$c69 = "*/";
|
|
181
180
|
const peg$r0 = /^[=[{}]/;
|
|
182
181
|
const peg$r1 = /^[a-zA-Z0-9_\-]/;
|
|
183
182
|
const peg$r2 = /^[0-9]/;
|
|
@@ -227,47 +226,46 @@ function peg$parse(input, options) {
|
|
|
227
226
|
const peg$e40 = peg$literalExpectation("dropdown", false);
|
|
228
227
|
const peg$e41 = peg$literalExpectation("divider", false);
|
|
229
228
|
const peg$e42 = peg$literalExpectation("nav", false);
|
|
230
|
-
const peg$e43 = peg$literalExpectation("
|
|
231
|
-
const peg$e44 = peg$literalExpectation("
|
|
232
|
-
const peg$e45 = peg$literalExpectation("
|
|
233
|
-
const peg$e46 = peg$literalExpectation("
|
|
234
|
-
const peg$e47 = peg$
|
|
235
|
-
const peg$e48 = peg$
|
|
236
|
-
const peg$e49 = peg$literalExpectation("
|
|
237
|
-
const peg$e50 = peg$
|
|
238
|
-
const peg$e51 = peg$
|
|
239
|
-
const peg$e52 = peg$
|
|
240
|
-
const peg$e53 = peg$
|
|
241
|
-
const peg$e54 = peg$literalExpectation('"
|
|
242
|
-
const peg$e55 = peg$literalExpectation("
|
|
243
|
-
const peg$e56 = peg$literalExpectation("
|
|
244
|
-
const peg$e57 = peg$literalExpectation("
|
|
245
|
-
const peg$e58 = peg$literalExpectation("
|
|
246
|
-
const peg$e59 = peg$
|
|
247
|
-
const peg$e60 = peg$
|
|
248
|
-
const peg$e61 = peg$
|
|
249
|
-
const peg$e62 = peg$
|
|
250
|
-
const peg$e63 = peg$
|
|
251
|
-
const peg$e64 = peg$
|
|
252
|
-
const peg$e65 = peg$literalExpectation("
|
|
253
|
-
const peg$e66 = peg$literalExpectation("
|
|
254
|
-
const peg$e67 = peg$literalExpectation("
|
|
255
|
-
const peg$e68 = peg$literalExpectation("
|
|
256
|
-
const peg$e69 = peg$literalExpectation("
|
|
257
|
-
const peg$e70 = peg$
|
|
258
|
-
const peg$e71 = peg$
|
|
259
|
-
const peg$e72 = peg$literalExpectation("
|
|
260
|
-
const peg$e73 = peg$
|
|
261
|
-
const peg$e74 = peg$
|
|
262
|
-
const peg$e75 = peg$
|
|
263
|
-
const peg$e76 = peg$literalExpectation("
|
|
264
|
-
const peg$e77 = peg$literalExpectation("
|
|
265
|
-
const peg$e78 = peg$
|
|
266
|
-
const peg$e79 = peg$
|
|
267
|
-
const peg$e80 = peg$
|
|
268
|
-
const peg$e81 = peg$
|
|
269
|
-
const peg$e82 = peg$literalExpectation("
|
|
270
|
-
const peg$e83 = peg$literalExpectation("*/", false);
|
|
229
|
+
const peg$e43 = peg$literalExpectation("tabs", false);
|
|
230
|
+
const peg$e44 = peg$literalExpectation("tab", false);
|
|
231
|
+
const peg$e45 = peg$literalExpectation("breadcrumb", false);
|
|
232
|
+
const peg$e46 = peg$literalExpectation("=", false);
|
|
233
|
+
const peg$e47 = peg$classExpectation(["=", "[", "{", "}"], false, false, false);
|
|
234
|
+
const peg$e48 = peg$literalExpectation("//", false);
|
|
235
|
+
const peg$e49 = peg$literalExpectation("/*", false);
|
|
236
|
+
const peg$e50 = peg$anyExpectation();
|
|
237
|
+
const peg$e51 = peg$classExpectation([["a", "z"], ["A", "Z"], ["0", "9"], "_", "-"], false, false, false);
|
|
238
|
+
const peg$e52 = peg$otherExpectation("string");
|
|
239
|
+
const peg$e53 = peg$literalExpectation('"', false);
|
|
240
|
+
const peg$e54 = peg$literalExpectation("'", false);
|
|
241
|
+
const peg$e55 = peg$literalExpectation("\\", false);
|
|
242
|
+
const peg$e56 = peg$literalExpectation("n", false);
|
|
243
|
+
const peg$e57 = peg$literalExpectation("r", false);
|
|
244
|
+
const peg$e58 = peg$literalExpectation("t", false);
|
|
245
|
+
const peg$e59 = peg$otherExpectation("number");
|
|
246
|
+
const peg$e60 = peg$literalExpectation("-", false);
|
|
247
|
+
const peg$e61 = peg$classExpectation([["0", "9"]], false, false, false);
|
|
248
|
+
const peg$e62 = peg$literalExpectation(".", false);
|
|
249
|
+
const peg$e63 = peg$otherExpectation("value with unit");
|
|
250
|
+
const peg$e64 = peg$literalExpectation("px", false);
|
|
251
|
+
const peg$e65 = peg$literalExpectation("%", false);
|
|
252
|
+
const peg$e66 = peg$literalExpectation("em", false);
|
|
253
|
+
const peg$e67 = peg$literalExpectation("rem", false);
|
|
254
|
+
const peg$e68 = peg$literalExpectation("vh", false);
|
|
255
|
+
const peg$e69 = peg$literalExpectation("vw", false);
|
|
256
|
+
const peg$e70 = peg$otherExpectation("boolean");
|
|
257
|
+
const peg$e71 = peg$literalExpectation("true", false);
|
|
258
|
+
const peg$e72 = peg$literalExpectation("false", false);
|
|
259
|
+
const peg$e73 = peg$otherExpectation("identifier");
|
|
260
|
+
const peg$e74 = peg$classExpectation([["a", "z"], ["A", "Z"], "_"], false, false, false);
|
|
261
|
+
const peg$e75 = peg$literalExpectation("[", false);
|
|
262
|
+
const peg$e76 = peg$literalExpectation("]", false);
|
|
263
|
+
const peg$e77 = peg$literalExpectation(",", false);
|
|
264
|
+
const peg$e78 = peg$classExpectation([" ", " ", "\n", "\r"], false, false, false);
|
|
265
|
+
const peg$e79 = peg$otherExpectation("comment");
|
|
266
|
+
const peg$e80 = peg$classExpectation(["\n"], true, false, false);
|
|
267
|
+
const peg$e81 = peg$literalExpectation("\n", false);
|
|
268
|
+
const peg$e82 = peg$literalExpectation("*/", false);
|
|
271
269
|
function peg$f0(children) {
|
|
272
270
|
return createNode("Document", { children: children.filter((c) => c !== null) });
|
|
273
271
|
}
|
|
@@ -431,11 +429,10 @@ function peg$parse(input, options) {
|
|
|
431
429
|
...attrsToObject(attrs)
|
|
432
430
|
});
|
|
433
431
|
}
|
|
434
|
-
function peg$f28(label, attrs
|
|
432
|
+
function peg$f28(label, attrs) {
|
|
435
433
|
return createNode("Placeholder", {
|
|
436
434
|
label: label || null,
|
|
437
|
-
...attrsToObject(attrs)
|
|
438
|
-
children: block ? block[2] : []
|
|
435
|
+
...attrsToObject(attrs)
|
|
439
436
|
});
|
|
440
437
|
}
|
|
441
438
|
function peg$f29(label, attrs) {
|
|
@@ -554,146 +551,115 @@ function peg$parse(input, options) {
|
|
|
554
551
|
function peg$f51() {
|
|
555
552
|
return null;
|
|
556
553
|
}
|
|
557
|
-
function peg$f52(items, attrs
|
|
554
|
+
function peg$f52(items, attrs) {
|
|
558
555
|
return createNode("Nav", {
|
|
559
556
|
items: items || [],
|
|
560
|
-
...attrsToObject(attrs),
|
|
561
|
-
children: block || []
|
|
562
|
-
});
|
|
563
|
-
}
|
|
564
|
-
function peg$f53(content) {
|
|
565
|
-
return content.map((c) => c[0]).filter((c) => c !== null);
|
|
566
|
-
}
|
|
567
|
-
function peg$f54() {
|
|
568
|
-
return { type: "divider" };
|
|
569
|
-
}
|
|
570
|
-
function peg$f55() {
|
|
571
|
-
return null;
|
|
572
|
-
}
|
|
573
|
-
function peg$f56(label, attrs, items) {
|
|
574
|
-
return {
|
|
575
|
-
type: "group",
|
|
576
|
-
label,
|
|
577
|
-
...attrsToObject(attrs),
|
|
578
|
-
items: items.map((i) => i[0]).filter((i) => i !== null)
|
|
579
|
-
};
|
|
580
|
-
}
|
|
581
|
-
function peg$f57() {
|
|
582
|
-
return { type: "divider" };
|
|
583
|
-
}
|
|
584
|
-
function peg$f58() {
|
|
585
|
-
return null;
|
|
586
|
-
}
|
|
587
|
-
function peg$f59(label, attrs) {
|
|
588
|
-
return {
|
|
589
|
-
type: "item",
|
|
590
|
-
label,
|
|
591
557
|
...attrsToObject(attrs)
|
|
592
|
-
};
|
|
558
|
+
});
|
|
593
559
|
}
|
|
594
|
-
function peg$
|
|
560
|
+
function peg$f53(items, attrs, block) {
|
|
595
561
|
return createNode("Tabs", {
|
|
596
562
|
items: items || [],
|
|
597
563
|
...attrsToObject(attrs),
|
|
598
564
|
children: block || []
|
|
599
565
|
});
|
|
600
566
|
}
|
|
601
|
-
function peg$
|
|
567
|
+
function peg$f54(tabs) {
|
|
602
568
|
return tabs.map((t) => t[0]).filter((t) => t !== null);
|
|
603
569
|
}
|
|
604
|
-
function peg$
|
|
570
|
+
function peg$f55(label, attrs, children) {
|
|
605
571
|
return {
|
|
606
572
|
label,
|
|
607
573
|
...attrsToObject(attrs),
|
|
608
574
|
children
|
|
609
575
|
};
|
|
610
576
|
}
|
|
611
|
-
function peg$
|
|
577
|
+
function peg$f56() {
|
|
612
578
|
return null;
|
|
613
579
|
}
|
|
614
|
-
function peg$
|
|
580
|
+
function peg$f57(items, attrs) {
|
|
615
581
|
return createNode("Breadcrumb", {
|
|
616
582
|
items,
|
|
617
583
|
...attrsToObject(attrs)
|
|
618
584
|
});
|
|
619
585
|
}
|
|
620
|
-
function peg$
|
|
586
|
+
function peg$f58(attrs) {
|
|
621
587
|
return createNode("Divider", {
|
|
622
588
|
...attrsToObject(attrs)
|
|
623
589
|
});
|
|
624
590
|
}
|
|
625
|
-
function peg$
|
|
591
|
+
function peg$f59(attrs) {
|
|
626
592
|
return attrs;
|
|
627
593
|
}
|
|
628
|
-
function peg$
|
|
594
|
+
function peg$f60(name, value) {
|
|
629
595
|
return { name, value };
|
|
630
596
|
}
|
|
631
|
-
function peg$
|
|
597
|
+
function peg$f61(flag) {
|
|
632
598
|
return { name: flag, value: true };
|
|
633
599
|
}
|
|
634
|
-
function peg$
|
|
600
|
+
function peg$f62(name) {
|
|
635
601
|
return name;
|
|
636
602
|
}
|
|
637
|
-
function peg$
|
|
603
|
+
function peg$f63(chars) {
|
|
638
604
|
return chars.join("");
|
|
639
605
|
}
|
|
640
|
-
function peg$
|
|
606
|
+
function peg$f64(chars) {
|
|
641
607
|
return chars.join("");
|
|
642
608
|
}
|
|
643
|
-
function peg$
|
|
609
|
+
function peg$f65(char) {
|
|
644
610
|
return char;
|
|
645
611
|
}
|
|
646
|
-
function peg$
|
|
612
|
+
function peg$f66(seq) {
|
|
647
613
|
return seq;
|
|
648
614
|
}
|
|
649
|
-
function peg$
|
|
615
|
+
function peg$f67(char) {
|
|
650
616
|
return char;
|
|
651
617
|
}
|
|
652
|
-
function peg$
|
|
618
|
+
function peg$f68(seq) {
|
|
653
619
|
return seq;
|
|
654
620
|
}
|
|
655
|
-
function peg$
|
|
621
|
+
function peg$f69() {
|
|
656
622
|
return "\n";
|
|
657
623
|
}
|
|
658
|
-
function peg$
|
|
624
|
+
function peg$f70() {
|
|
659
625
|
return "\r";
|
|
660
626
|
}
|
|
661
|
-
function peg$
|
|
627
|
+
function peg$f71() {
|
|
662
628
|
return " ";
|
|
663
629
|
}
|
|
664
|
-
function peg$
|
|
630
|
+
function peg$f72() {
|
|
665
631
|
return "\\";
|
|
666
632
|
}
|
|
667
|
-
function peg$
|
|
633
|
+
function peg$f73() {
|
|
668
634
|
return '"';
|
|
669
635
|
}
|
|
670
|
-
function peg$
|
|
636
|
+
function peg$f74() {
|
|
671
637
|
return "'";
|
|
672
638
|
}
|
|
673
|
-
function peg$
|
|
639
|
+
function peg$f75(sign, digits, decimal) {
|
|
674
640
|
const num = (sign || "") + digits.join("") + (decimal ? "." + decimal[1].join("") : "");
|
|
675
641
|
return parseFloat(num);
|
|
676
642
|
}
|
|
677
|
-
function peg$
|
|
643
|
+
function peg$f76(sign, digits, decimal, unit) {
|
|
678
644
|
const num = (sign || "") + digits.join("") + (decimal ? "." + decimal[1].join("") : "");
|
|
679
645
|
return { value: parseFloat(num), unit };
|
|
680
646
|
}
|
|
681
|
-
function peg$
|
|
647
|
+
function peg$f77() {
|
|
682
648
|
return true;
|
|
683
649
|
}
|
|
684
|
-
function peg$
|
|
650
|
+
function peg$f78() {
|
|
685
651
|
return false;
|
|
686
652
|
}
|
|
687
|
-
function peg$
|
|
653
|
+
function peg$f79(head, tail) {
|
|
688
654
|
return head + tail.join("");
|
|
689
655
|
}
|
|
690
|
-
function peg$
|
|
656
|
+
function peg$f80(items) {
|
|
691
657
|
return items || [];
|
|
692
658
|
}
|
|
693
|
-
function peg$
|
|
659
|
+
function peg$f81(head, tail) {
|
|
694
660
|
return [head, ...tail.map((t) => t[3])];
|
|
695
661
|
}
|
|
696
|
-
function peg$
|
|
662
|
+
function peg$f82(props) {
|
|
697
663
|
const result = {};
|
|
698
664
|
if (props) {
|
|
699
665
|
for (const p of props) {
|
|
@@ -702,13 +668,13 @@ function peg$parse(input, options) {
|
|
|
702
668
|
}
|
|
703
669
|
return result;
|
|
704
670
|
}
|
|
705
|
-
function peg$
|
|
671
|
+
function peg$f83(head, tail) {
|
|
706
672
|
return [head, ...tail.map((t) => t[3])];
|
|
707
673
|
}
|
|
708
|
-
function peg$
|
|
674
|
+
function peg$f84(name, value) {
|
|
709
675
|
return { name, value };
|
|
710
676
|
}
|
|
711
|
-
function peg$
|
|
677
|
+
function peg$f85(name) {
|
|
712
678
|
return { name, value: true };
|
|
713
679
|
}
|
|
714
680
|
let peg$currPos = options.peg$currPos | 0;
|
|
@@ -2222,7 +2188,7 @@ function peg$parse(input, options) {
|
|
|
2222
2188
|
return s0;
|
|
2223
2189
|
}
|
|
2224
2190
|
function peg$parsePlaceholder() {
|
|
2225
|
-
let s0, s1, s2, s3, s4, s5
|
|
2191
|
+
let s0, s1, s2, s3, s4, s5;
|
|
2226
2192
|
s0 = peg$currPos;
|
|
2227
2193
|
if (input.substr(peg$currPos, 11) === peg$c26) {
|
|
2228
2194
|
s1 = peg$c26;
|
|
@@ -2244,51 +2210,8 @@ function peg$parse(input, options) {
|
|
|
2244
2210
|
if (s5 === peg$FAILED) {
|
|
2245
2211
|
s5 = null;
|
|
2246
2212
|
}
|
|
2247
|
-
s6 = peg$parse_();
|
|
2248
|
-
s7 = peg$currPos;
|
|
2249
|
-
if (input.charCodeAt(peg$currPos) === 123) {
|
|
2250
|
-
s8 = peg$c1;
|
|
2251
|
-
peg$currPos++;
|
|
2252
|
-
} else {
|
|
2253
|
-
s8 = peg$FAILED;
|
|
2254
|
-
if (peg$silentFails === 0) {
|
|
2255
|
-
peg$fail(peg$e1);
|
|
2256
|
-
}
|
|
2257
|
-
}
|
|
2258
|
-
if (s8 !== peg$FAILED) {
|
|
2259
|
-
s9 = peg$parse_();
|
|
2260
|
-
s10 = peg$parseChildren();
|
|
2261
|
-
if (s10 !== peg$FAILED) {
|
|
2262
|
-
s11 = peg$parse_();
|
|
2263
|
-
if (input.charCodeAt(peg$currPos) === 125) {
|
|
2264
|
-
s12 = peg$c2;
|
|
2265
|
-
peg$currPos++;
|
|
2266
|
-
} else {
|
|
2267
|
-
s12 = peg$FAILED;
|
|
2268
|
-
if (peg$silentFails === 0) {
|
|
2269
|
-
peg$fail(peg$e2);
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
if (s12 !== peg$FAILED) {
|
|
2273
|
-
s8 = [s8, s9, s10, s11, s12];
|
|
2274
|
-
s7 = s8;
|
|
2275
|
-
} else {
|
|
2276
|
-
peg$currPos = s7;
|
|
2277
|
-
s7 = peg$FAILED;
|
|
2278
|
-
}
|
|
2279
|
-
} else {
|
|
2280
|
-
peg$currPos = s7;
|
|
2281
|
-
s7 = peg$FAILED;
|
|
2282
|
-
}
|
|
2283
|
-
} else {
|
|
2284
|
-
peg$currPos = s7;
|
|
2285
|
-
s7 = peg$FAILED;
|
|
2286
|
-
}
|
|
2287
|
-
if (s7 === peg$FAILED) {
|
|
2288
|
-
s7 = null;
|
|
2289
|
-
}
|
|
2290
2213
|
peg$savedPos = s0;
|
|
2291
|
-
s0 = peg$f28(s3, s5
|
|
2214
|
+
s0 = peg$f28(s3, s5);
|
|
2292
2215
|
} else {
|
|
2293
2216
|
peg$currPos = s0;
|
|
2294
2217
|
s0 = peg$FAILED;
|
|
@@ -3062,7 +2985,7 @@ function peg$parse(input, options) {
|
|
|
3062
2985
|
return s0;
|
|
3063
2986
|
}
|
|
3064
2987
|
function peg$parseNav() {
|
|
3065
|
-
let s0, s1, s2, s3, s4, s5
|
|
2988
|
+
let s0, s1, s2, s3, s4, s5;
|
|
3066
2989
|
s0 = peg$currPos;
|
|
3067
2990
|
if (input.substr(peg$currPos, 3) === peg$c42) {
|
|
3068
2991
|
s1 = peg$c42;
|
|
@@ -3084,264 +3007,8 @@ function peg$parse(input, options) {
|
|
|
3084
3007
|
if (s5 === peg$FAILED) {
|
|
3085
3008
|
s5 = null;
|
|
3086
3009
|
}
|
|
3087
|
-
s6 = peg$parse_();
|
|
3088
|
-
s7 = peg$parseNavBlock();
|
|
3089
|
-
if (s7 === peg$FAILED) {
|
|
3090
|
-
s7 = null;
|
|
3091
|
-
}
|
|
3092
3010
|
peg$savedPos = s0;
|
|
3093
|
-
s0 = peg$f52(s3, s5
|
|
3094
|
-
} else {
|
|
3095
|
-
peg$currPos = s0;
|
|
3096
|
-
s0 = peg$FAILED;
|
|
3097
|
-
}
|
|
3098
|
-
return s0;
|
|
3099
|
-
}
|
|
3100
|
-
function peg$parseNavBlock() {
|
|
3101
|
-
let s0, s1, s2, s3, s4, s5, s6;
|
|
3102
|
-
s0 = peg$currPos;
|
|
3103
|
-
if (input.charCodeAt(peg$currPos) === 123) {
|
|
3104
|
-
s1 = peg$c1;
|
|
3105
|
-
peg$currPos++;
|
|
3106
|
-
} else {
|
|
3107
|
-
s1 = peg$FAILED;
|
|
3108
|
-
if (peg$silentFails === 0) {
|
|
3109
|
-
peg$fail(peg$e1);
|
|
3110
|
-
}
|
|
3111
|
-
}
|
|
3112
|
-
if (s1 !== peg$FAILED) {
|
|
3113
|
-
s2 = peg$parse_();
|
|
3114
|
-
s3 = [];
|
|
3115
|
-
s4 = peg$currPos;
|
|
3116
|
-
s5 = peg$parseNavBlockItem();
|
|
3117
|
-
if (s5 !== peg$FAILED) {
|
|
3118
|
-
s6 = peg$parse_();
|
|
3119
|
-
s5 = [s5, s6];
|
|
3120
|
-
s4 = s5;
|
|
3121
|
-
} else {
|
|
3122
|
-
peg$currPos = s4;
|
|
3123
|
-
s4 = peg$FAILED;
|
|
3124
|
-
}
|
|
3125
|
-
while (s4 !== peg$FAILED) {
|
|
3126
|
-
s3.push(s4);
|
|
3127
|
-
s4 = peg$currPos;
|
|
3128
|
-
s5 = peg$parseNavBlockItem();
|
|
3129
|
-
if (s5 !== peg$FAILED) {
|
|
3130
|
-
s6 = peg$parse_();
|
|
3131
|
-
s5 = [s5, s6];
|
|
3132
|
-
s4 = s5;
|
|
3133
|
-
} else {
|
|
3134
|
-
peg$currPos = s4;
|
|
3135
|
-
s4 = peg$FAILED;
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
if (input.charCodeAt(peg$currPos) === 125) {
|
|
3139
|
-
s4 = peg$c2;
|
|
3140
|
-
peg$currPos++;
|
|
3141
|
-
} else {
|
|
3142
|
-
s4 = peg$FAILED;
|
|
3143
|
-
if (peg$silentFails === 0) {
|
|
3144
|
-
peg$fail(peg$e2);
|
|
3145
|
-
}
|
|
3146
|
-
}
|
|
3147
|
-
if (s4 !== peg$FAILED) {
|
|
3148
|
-
peg$savedPos = s0;
|
|
3149
|
-
s0 = peg$f53(s3);
|
|
3150
|
-
} else {
|
|
3151
|
-
peg$currPos = s0;
|
|
3152
|
-
s0 = peg$FAILED;
|
|
3153
|
-
}
|
|
3154
|
-
} else {
|
|
3155
|
-
peg$currPos = s0;
|
|
3156
|
-
s0 = peg$FAILED;
|
|
3157
|
-
}
|
|
3158
|
-
return s0;
|
|
3159
|
-
}
|
|
3160
|
-
function peg$parseNavBlockItem() {
|
|
3161
|
-
let s0, s1, s2;
|
|
3162
|
-
s0 = peg$parseNavGroup();
|
|
3163
|
-
if (s0 === peg$FAILED) {
|
|
3164
|
-
s0 = peg$parseNavItem();
|
|
3165
|
-
if (s0 === peg$FAILED) {
|
|
3166
|
-
s0 = peg$currPos;
|
|
3167
|
-
if (input.substr(peg$currPos, 7) === peg$c41) {
|
|
3168
|
-
s1 = peg$c41;
|
|
3169
|
-
peg$currPos += 7;
|
|
3170
|
-
} else {
|
|
3171
|
-
s1 = peg$FAILED;
|
|
3172
|
-
if (peg$silentFails === 0) {
|
|
3173
|
-
peg$fail(peg$e41);
|
|
3174
|
-
}
|
|
3175
|
-
}
|
|
3176
|
-
if (s1 !== peg$FAILED) {
|
|
3177
|
-
s2 = peg$parse_();
|
|
3178
|
-
peg$savedPos = s0;
|
|
3179
|
-
s0 = peg$f54();
|
|
3180
|
-
} else {
|
|
3181
|
-
peg$currPos = s0;
|
|
3182
|
-
s0 = peg$FAILED;
|
|
3183
|
-
}
|
|
3184
|
-
if (s0 === peg$FAILED) {
|
|
3185
|
-
s0 = peg$currPos;
|
|
3186
|
-
s1 = peg$parseComment();
|
|
3187
|
-
if (s1 !== peg$FAILED) {
|
|
3188
|
-
peg$savedPos = s0;
|
|
3189
|
-
s1 = peg$f55();
|
|
3190
|
-
}
|
|
3191
|
-
s0 = s1;
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
3194
|
-
}
|
|
3195
|
-
return s0;
|
|
3196
|
-
}
|
|
3197
|
-
function peg$parseNavGroup() {
|
|
3198
|
-
let s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12;
|
|
3199
|
-
s0 = peg$currPos;
|
|
3200
|
-
if (input.substr(peg$currPos, 5) === peg$c43) {
|
|
3201
|
-
s1 = peg$c43;
|
|
3202
|
-
peg$currPos += 5;
|
|
3203
|
-
} else {
|
|
3204
|
-
s1 = peg$FAILED;
|
|
3205
|
-
if (peg$silentFails === 0) {
|
|
3206
|
-
peg$fail(peg$e43);
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
|
-
if (s1 !== peg$FAILED) {
|
|
3210
|
-
s2 = peg$parse_();
|
|
3211
|
-
s3 = peg$parseStringLiteral();
|
|
3212
|
-
if (s3 !== peg$FAILED) {
|
|
3213
|
-
s4 = peg$parse_();
|
|
3214
|
-
s5 = peg$parseAttributes();
|
|
3215
|
-
if (s5 === peg$FAILED) {
|
|
3216
|
-
s5 = null;
|
|
3217
|
-
}
|
|
3218
|
-
s6 = peg$parse_();
|
|
3219
|
-
if (input.charCodeAt(peg$currPos) === 123) {
|
|
3220
|
-
s7 = peg$c1;
|
|
3221
|
-
peg$currPos++;
|
|
3222
|
-
} else {
|
|
3223
|
-
s7 = peg$FAILED;
|
|
3224
|
-
if (peg$silentFails === 0) {
|
|
3225
|
-
peg$fail(peg$e1);
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3228
|
-
if (s7 !== peg$FAILED) {
|
|
3229
|
-
s8 = peg$parse_();
|
|
3230
|
-
s9 = [];
|
|
3231
|
-
s10 = peg$currPos;
|
|
3232
|
-
s11 = peg$parseNavGroupItem();
|
|
3233
|
-
if (s11 !== peg$FAILED) {
|
|
3234
|
-
s12 = peg$parse_();
|
|
3235
|
-
s11 = [s11, s12];
|
|
3236
|
-
s10 = s11;
|
|
3237
|
-
} else {
|
|
3238
|
-
peg$currPos = s10;
|
|
3239
|
-
s10 = peg$FAILED;
|
|
3240
|
-
}
|
|
3241
|
-
while (s10 !== peg$FAILED) {
|
|
3242
|
-
s9.push(s10);
|
|
3243
|
-
s10 = peg$currPos;
|
|
3244
|
-
s11 = peg$parseNavGroupItem();
|
|
3245
|
-
if (s11 !== peg$FAILED) {
|
|
3246
|
-
s12 = peg$parse_();
|
|
3247
|
-
s11 = [s11, s12];
|
|
3248
|
-
s10 = s11;
|
|
3249
|
-
} else {
|
|
3250
|
-
peg$currPos = s10;
|
|
3251
|
-
s10 = peg$FAILED;
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
if (input.charCodeAt(peg$currPos) === 125) {
|
|
3255
|
-
s10 = peg$c2;
|
|
3256
|
-
peg$currPos++;
|
|
3257
|
-
} else {
|
|
3258
|
-
s10 = peg$FAILED;
|
|
3259
|
-
if (peg$silentFails === 0) {
|
|
3260
|
-
peg$fail(peg$e2);
|
|
3261
|
-
}
|
|
3262
|
-
}
|
|
3263
|
-
if (s10 !== peg$FAILED) {
|
|
3264
|
-
peg$savedPos = s0;
|
|
3265
|
-
s0 = peg$f56(s3, s5, s9);
|
|
3266
|
-
} else {
|
|
3267
|
-
peg$currPos = s0;
|
|
3268
|
-
s0 = peg$FAILED;
|
|
3269
|
-
}
|
|
3270
|
-
} else {
|
|
3271
|
-
peg$currPos = s0;
|
|
3272
|
-
s0 = peg$FAILED;
|
|
3273
|
-
}
|
|
3274
|
-
} else {
|
|
3275
|
-
peg$currPos = s0;
|
|
3276
|
-
s0 = peg$FAILED;
|
|
3277
|
-
}
|
|
3278
|
-
} else {
|
|
3279
|
-
peg$currPos = s0;
|
|
3280
|
-
s0 = peg$FAILED;
|
|
3281
|
-
}
|
|
3282
|
-
return s0;
|
|
3283
|
-
}
|
|
3284
|
-
function peg$parseNavGroupItem() {
|
|
3285
|
-
let s0, s1, s2;
|
|
3286
|
-
s0 = peg$parseNavItem();
|
|
3287
|
-
if (s0 === peg$FAILED) {
|
|
3288
|
-
s0 = peg$currPos;
|
|
3289
|
-
if (input.substr(peg$currPos, 7) === peg$c41) {
|
|
3290
|
-
s1 = peg$c41;
|
|
3291
|
-
peg$currPos += 7;
|
|
3292
|
-
} else {
|
|
3293
|
-
s1 = peg$FAILED;
|
|
3294
|
-
if (peg$silentFails === 0) {
|
|
3295
|
-
peg$fail(peg$e41);
|
|
3296
|
-
}
|
|
3297
|
-
}
|
|
3298
|
-
if (s1 !== peg$FAILED) {
|
|
3299
|
-
s2 = peg$parse_();
|
|
3300
|
-
peg$savedPos = s0;
|
|
3301
|
-
s0 = peg$f57();
|
|
3302
|
-
} else {
|
|
3303
|
-
peg$currPos = s0;
|
|
3304
|
-
s0 = peg$FAILED;
|
|
3305
|
-
}
|
|
3306
|
-
if (s0 === peg$FAILED) {
|
|
3307
|
-
s0 = peg$currPos;
|
|
3308
|
-
s1 = peg$parseComment();
|
|
3309
|
-
if (s1 !== peg$FAILED) {
|
|
3310
|
-
peg$savedPos = s0;
|
|
3311
|
-
s1 = peg$f58();
|
|
3312
|
-
}
|
|
3313
|
-
s0 = s1;
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
return s0;
|
|
3317
|
-
}
|
|
3318
|
-
function peg$parseNavItem() {
|
|
3319
|
-
let s0, s1, s2, s3, s4, s5;
|
|
3320
|
-
s0 = peg$currPos;
|
|
3321
|
-
if (input.substr(peg$currPos, 4) === peg$c33) {
|
|
3322
|
-
s1 = peg$c33;
|
|
3323
|
-
peg$currPos += 4;
|
|
3324
|
-
} else {
|
|
3325
|
-
s1 = peg$FAILED;
|
|
3326
|
-
if (peg$silentFails === 0) {
|
|
3327
|
-
peg$fail(peg$e33);
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
if (s1 !== peg$FAILED) {
|
|
3331
|
-
s2 = peg$parse_();
|
|
3332
|
-
s3 = peg$parseStringLiteral();
|
|
3333
|
-
if (s3 !== peg$FAILED) {
|
|
3334
|
-
s4 = peg$parse_();
|
|
3335
|
-
s5 = peg$parseAttributes();
|
|
3336
|
-
if (s5 === peg$FAILED) {
|
|
3337
|
-
s5 = null;
|
|
3338
|
-
}
|
|
3339
|
-
peg$savedPos = s0;
|
|
3340
|
-
s0 = peg$f59(s3, s5);
|
|
3341
|
-
} else {
|
|
3342
|
-
peg$currPos = s0;
|
|
3343
|
-
s0 = peg$FAILED;
|
|
3344
|
-
}
|
|
3011
|
+
s0 = peg$f52(s3, s5);
|
|
3345
3012
|
} else {
|
|
3346
3013
|
peg$currPos = s0;
|
|
3347
3014
|
s0 = peg$FAILED;
|
|
@@ -3351,13 +3018,13 @@ function peg$parse(input, options) {
|
|
|
3351
3018
|
function peg$parseTabs() {
|
|
3352
3019
|
let s0, s1, s2, s3, s4, s5, s6, s7;
|
|
3353
3020
|
s0 = peg$currPos;
|
|
3354
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
3355
|
-
s1 = peg$
|
|
3021
|
+
if (input.substr(peg$currPos, 4) === peg$c43) {
|
|
3022
|
+
s1 = peg$c43;
|
|
3356
3023
|
peg$currPos += 4;
|
|
3357
3024
|
} else {
|
|
3358
3025
|
s1 = peg$FAILED;
|
|
3359
3026
|
if (peg$silentFails === 0) {
|
|
3360
|
-
peg$fail(peg$
|
|
3027
|
+
peg$fail(peg$e43);
|
|
3361
3028
|
}
|
|
3362
3029
|
}
|
|
3363
3030
|
if (s1 !== peg$FAILED) {
|
|
@@ -3377,7 +3044,7 @@ function peg$parse(input, options) {
|
|
|
3377
3044
|
s7 = null;
|
|
3378
3045
|
}
|
|
3379
3046
|
peg$savedPos = s0;
|
|
3380
|
-
s0 = peg$
|
|
3047
|
+
s0 = peg$f53(s3, s5, s7);
|
|
3381
3048
|
} else {
|
|
3382
3049
|
peg$currPos = s0;
|
|
3383
3050
|
s0 = peg$FAILED;
|
|
@@ -3433,7 +3100,7 @@ function peg$parse(input, options) {
|
|
|
3433
3100
|
}
|
|
3434
3101
|
if (s4 !== peg$FAILED) {
|
|
3435
3102
|
peg$savedPos = s0;
|
|
3436
|
-
s0 = peg$
|
|
3103
|
+
s0 = peg$f54(s3);
|
|
3437
3104
|
} else {
|
|
3438
3105
|
peg$currPos = s0;
|
|
3439
3106
|
s0 = peg$FAILED;
|
|
@@ -3447,13 +3114,13 @@ function peg$parse(input, options) {
|
|
|
3447
3114
|
function peg$parseTabItem() {
|
|
3448
3115
|
let s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11;
|
|
3449
3116
|
s0 = peg$currPos;
|
|
3450
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
3451
|
-
s1 = peg$
|
|
3117
|
+
if (input.substr(peg$currPos, 3) === peg$c44) {
|
|
3118
|
+
s1 = peg$c44;
|
|
3452
3119
|
peg$currPos += 3;
|
|
3453
3120
|
} else {
|
|
3454
3121
|
s1 = peg$FAILED;
|
|
3455
3122
|
if (peg$silentFails === 0) {
|
|
3456
|
-
peg$fail(peg$
|
|
3123
|
+
peg$fail(peg$e44);
|
|
3457
3124
|
}
|
|
3458
3125
|
}
|
|
3459
3126
|
if (s1 !== peg$FAILED) {
|
|
@@ -3491,7 +3158,7 @@ function peg$parse(input, options) {
|
|
|
3491
3158
|
}
|
|
3492
3159
|
if (s11 !== peg$FAILED) {
|
|
3493
3160
|
peg$savedPos = s0;
|
|
3494
|
-
s0 = peg$
|
|
3161
|
+
s0 = peg$f55(s3, s5, s9);
|
|
3495
3162
|
} else {
|
|
3496
3163
|
peg$currPos = s0;
|
|
3497
3164
|
s0 = peg$FAILED;
|
|
@@ -3517,7 +3184,7 @@ function peg$parse(input, options) {
|
|
|
3517
3184
|
s1 = peg$parseComment();
|
|
3518
3185
|
if (s1 !== peg$FAILED) {
|
|
3519
3186
|
peg$savedPos = s0;
|
|
3520
|
-
s1 = peg$
|
|
3187
|
+
s1 = peg$f56();
|
|
3521
3188
|
}
|
|
3522
3189
|
s0 = s1;
|
|
3523
3190
|
}
|
|
@@ -3526,13 +3193,13 @@ function peg$parse(input, options) {
|
|
|
3526
3193
|
function peg$parseBreadcrumb() {
|
|
3527
3194
|
let s0, s1, s2, s3, s4, s5;
|
|
3528
3195
|
s0 = peg$currPos;
|
|
3529
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
3530
|
-
s1 = peg$
|
|
3196
|
+
if (input.substr(peg$currPos, 10) === peg$c45) {
|
|
3197
|
+
s1 = peg$c45;
|
|
3531
3198
|
peg$currPos += 10;
|
|
3532
3199
|
} else {
|
|
3533
3200
|
s1 = peg$FAILED;
|
|
3534
3201
|
if (peg$silentFails === 0) {
|
|
3535
|
-
peg$fail(peg$
|
|
3202
|
+
peg$fail(peg$e45);
|
|
3536
3203
|
}
|
|
3537
3204
|
}
|
|
3538
3205
|
if (s1 !== peg$FAILED) {
|
|
@@ -3545,7 +3212,7 @@ function peg$parse(input, options) {
|
|
|
3545
3212
|
s5 = null;
|
|
3546
3213
|
}
|
|
3547
3214
|
peg$savedPos = s0;
|
|
3548
|
-
s0 = peg$
|
|
3215
|
+
s0 = peg$f57(s3, s5);
|
|
3549
3216
|
} else {
|
|
3550
3217
|
peg$currPos = s0;
|
|
3551
3218
|
s0 = peg$FAILED;
|
|
@@ -3575,7 +3242,7 @@ function peg$parse(input, options) {
|
|
|
3575
3242
|
s3 = null;
|
|
3576
3243
|
}
|
|
3577
3244
|
peg$savedPos = s0;
|
|
3578
|
-
s0 = peg$
|
|
3245
|
+
s0 = peg$f58(s3);
|
|
3579
3246
|
} else {
|
|
3580
3247
|
peg$currPos = s0;
|
|
3581
3248
|
s0 = peg$FAILED;
|
|
@@ -3597,7 +3264,7 @@ function peg$parse(input, options) {
|
|
|
3597
3264
|
}
|
|
3598
3265
|
if (s1 !== peg$FAILED) {
|
|
3599
3266
|
peg$savedPos = s0;
|
|
3600
|
-
s1 = peg$
|
|
3267
|
+
s1 = peg$f59(s1);
|
|
3601
3268
|
}
|
|
3602
3269
|
s0 = s1;
|
|
3603
3270
|
return s0;
|
|
@@ -3610,12 +3277,12 @@ function peg$parse(input, options) {
|
|
|
3610
3277
|
if (s2 !== peg$FAILED) {
|
|
3611
3278
|
s3 = peg$parse_();
|
|
3612
3279
|
if (input.charCodeAt(peg$currPos) === 61) {
|
|
3613
|
-
s4 = peg$
|
|
3280
|
+
s4 = peg$c46;
|
|
3614
3281
|
peg$currPos++;
|
|
3615
3282
|
} else {
|
|
3616
3283
|
s4 = peg$FAILED;
|
|
3617
3284
|
if (peg$silentFails === 0) {
|
|
3618
|
-
peg$fail(peg$
|
|
3285
|
+
peg$fail(peg$e46);
|
|
3619
3286
|
}
|
|
3620
3287
|
}
|
|
3621
3288
|
if (s4 !== peg$FAILED) {
|
|
@@ -3623,7 +3290,7 @@ function peg$parse(input, options) {
|
|
|
3623
3290
|
s6 = peg$parseAttributeValue();
|
|
3624
3291
|
if (s6 !== peg$FAILED) {
|
|
3625
3292
|
peg$savedPos = s0;
|
|
3626
|
-
s0 = peg$
|
|
3293
|
+
s0 = peg$f60(s2, s6);
|
|
3627
3294
|
} else {
|
|
3628
3295
|
peg$currPos = s0;
|
|
3629
3296
|
s0 = peg$FAILED;
|
|
@@ -3655,27 +3322,27 @@ function peg$parse(input, options) {
|
|
|
3655
3322
|
} else {
|
|
3656
3323
|
s6 = peg$FAILED;
|
|
3657
3324
|
if (peg$silentFails === 0) {
|
|
3658
|
-
peg$fail(peg$
|
|
3325
|
+
peg$fail(peg$e47);
|
|
3659
3326
|
}
|
|
3660
3327
|
}
|
|
3661
3328
|
if (s6 === peg$FAILED) {
|
|
3662
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
3663
|
-
s6 = peg$
|
|
3329
|
+
if (input.substr(peg$currPos, 2) === peg$c47) {
|
|
3330
|
+
s6 = peg$c47;
|
|
3664
3331
|
peg$currPos += 2;
|
|
3665
3332
|
} else {
|
|
3666
3333
|
s6 = peg$FAILED;
|
|
3667
3334
|
if (peg$silentFails === 0) {
|
|
3668
|
-
peg$fail(peg$
|
|
3335
|
+
peg$fail(peg$e48);
|
|
3669
3336
|
}
|
|
3670
3337
|
}
|
|
3671
3338
|
if (s6 === peg$FAILED) {
|
|
3672
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
3673
|
-
s6 = peg$
|
|
3339
|
+
if (input.substr(peg$currPos, 2) === peg$c48) {
|
|
3340
|
+
s6 = peg$c48;
|
|
3674
3341
|
peg$currPos += 2;
|
|
3675
3342
|
} else {
|
|
3676
3343
|
s6 = peg$FAILED;
|
|
3677
3344
|
if (peg$silentFails === 0) {
|
|
3678
|
-
peg$fail(peg$
|
|
3345
|
+
peg$fail(peg$e49);
|
|
3679
3346
|
}
|
|
3680
3347
|
}
|
|
3681
3348
|
if (s6 === peg$FAILED) {
|
|
@@ -3687,7 +3354,7 @@ function peg$parse(input, options) {
|
|
|
3687
3354
|
} else {
|
|
3688
3355
|
s7 = peg$FAILED;
|
|
3689
3356
|
if (peg$silentFails === 0) {
|
|
3690
|
-
peg$fail(peg$
|
|
3357
|
+
peg$fail(peg$e50);
|
|
3691
3358
|
}
|
|
3692
3359
|
}
|
|
3693
3360
|
peg$silentFails--;
|
|
@@ -3718,7 +3385,7 @@ function peg$parse(input, options) {
|
|
|
3718
3385
|
}
|
|
3719
3386
|
if (s3 !== peg$FAILED) {
|
|
3720
3387
|
peg$savedPos = s0;
|
|
3721
|
-
s0 = peg$
|
|
3388
|
+
s0 = peg$f61(s2);
|
|
3722
3389
|
} else {
|
|
3723
3390
|
peg$currPos = s0;
|
|
3724
3391
|
s0 = peg$FAILED;
|
|
@@ -3747,7 +3414,7 @@ function peg$parse(input, options) {
|
|
|
3747
3414
|
s2 = peg$parseIdentifier();
|
|
3748
3415
|
if (s2 !== peg$FAILED) {
|
|
3749
3416
|
peg$savedPos = s0;
|
|
3750
|
-
s0 = peg$
|
|
3417
|
+
s0 = peg$f62(s2);
|
|
3751
3418
|
} else {
|
|
3752
3419
|
peg$currPos = s0;
|
|
3753
3420
|
s0 = peg$FAILED;
|
|
@@ -4141,44 +3808,33 @@ function peg$parse(input, options) {
|
|
|
4141
3808
|
}
|
|
4142
3809
|
}
|
|
4143
3810
|
if (s1 === peg$FAILED) {
|
|
4144
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
4145
|
-
s1 = peg$
|
|
3811
|
+
if (input.substr(peg$currPos, 4) === peg$c43) {
|
|
3812
|
+
s1 = peg$c43;
|
|
4146
3813
|
peg$currPos += 4;
|
|
4147
3814
|
} else {
|
|
4148
3815
|
s1 = peg$FAILED;
|
|
4149
3816
|
if (peg$silentFails === 0) {
|
|
4150
|
-
peg$fail(peg$
|
|
3817
|
+
peg$fail(peg$e43);
|
|
4151
3818
|
}
|
|
4152
3819
|
}
|
|
4153
3820
|
if (s1 === peg$FAILED) {
|
|
4154
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
4155
|
-
s1 = peg$
|
|
3821
|
+
if (input.substr(peg$currPos, 3) === peg$c44) {
|
|
3822
|
+
s1 = peg$c44;
|
|
4156
3823
|
peg$currPos += 3;
|
|
4157
3824
|
} else {
|
|
4158
3825
|
s1 = peg$FAILED;
|
|
4159
3826
|
if (peg$silentFails === 0) {
|
|
4160
|
-
peg$fail(peg$
|
|
3827
|
+
peg$fail(peg$e44);
|
|
4161
3828
|
}
|
|
4162
3829
|
}
|
|
4163
3830
|
if (s1 === peg$FAILED) {
|
|
4164
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
4165
|
-
s1 = peg$
|
|
3831
|
+
if (input.substr(peg$currPos, 10) === peg$c45) {
|
|
3832
|
+
s1 = peg$c45;
|
|
4166
3833
|
peg$currPos += 10;
|
|
4167
3834
|
} else {
|
|
4168
3835
|
s1 = peg$FAILED;
|
|
4169
3836
|
if (peg$silentFails === 0) {
|
|
4170
|
-
peg$fail(peg$
|
|
4171
|
-
}
|
|
4172
|
-
}
|
|
4173
|
-
if (s1 === peg$FAILED) {
|
|
4174
|
-
if (input.substr(peg$currPos, 5) === peg$c43) {
|
|
4175
|
-
s1 = peg$c43;
|
|
4176
|
-
peg$currPos += 5;
|
|
4177
|
-
} else {
|
|
4178
|
-
s1 = peg$FAILED;
|
|
4179
|
-
if (peg$silentFails === 0) {
|
|
4180
|
-
peg$fail(peg$e43);
|
|
4181
|
-
}
|
|
3837
|
+
peg$fail(peg$e45);
|
|
4182
3838
|
}
|
|
4183
3839
|
}
|
|
4184
3840
|
}
|
|
@@ -4253,7 +3909,7 @@ function peg$parse(input, options) {
|
|
|
4253
3909
|
} else {
|
|
4254
3910
|
s0 = peg$FAILED;
|
|
4255
3911
|
if (peg$silentFails === 0) {
|
|
4256
|
-
peg$fail(peg$
|
|
3912
|
+
peg$fail(peg$e51);
|
|
4257
3913
|
}
|
|
4258
3914
|
}
|
|
4259
3915
|
return s0;
|
|
@@ -4286,12 +3942,12 @@ function peg$parse(input, options) {
|
|
|
4286
3942
|
peg$silentFails++;
|
|
4287
3943
|
s0 = peg$currPos;
|
|
4288
3944
|
if (input.charCodeAt(peg$currPos) === 34) {
|
|
4289
|
-
s1 = peg$
|
|
3945
|
+
s1 = peg$c49;
|
|
4290
3946
|
peg$currPos++;
|
|
4291
3947
|
} else {
|
|
4292
3948
|
s1 = peg$FAILED;
|
|
4293
3949
|
if (peg$silentFails === 0) {
|
|
4294
|
-
peg$fail(peg$
|
|
3950
|
+
peg$fail(peg$e53);
|
|
4295
3951
|
}
|
|
4296
3952
|
}
|
|
4297
3953
|
if (s1 !== peg$FAILED) {
|
|
@@ -4302,17 +3958,17 @@ function peg$parse(input, options) {
|
|
|
4302
3958
|
s3 = peg$parseDoubleStringChar();
|
|
4303
3959
|
}
|
|
4304
3960
|
if (input.charCodeAt(peg$currPos) === 34) {
|
|
4305
|
-
s3 = peg$
|
|
3961
|
+
s3 = peg$c49;
|
|
4306
3962
|
peg$currPos++;
|
|
4307
3963
|
} else {
|
|
4308
3964
|
s3 = peg$FAILED;
|
|
4309
3965
|
if (peg$silentFails === 0) {
|
|
4310
|
-
peg$fail(peg$
|
|
3966
|
+
peg$fail(peg$e53);
|
|
4311
3967
|
}
|
|
4312
3968
|
}
|
|
4313
3969
|
if (s3 !== peg$FAILED) {
|
|
4314
3970
|
peg$savedPos = s0;
|
|
4315
|
-
s0 = peg$
|
|
3971
|
+
s0 = peg$f63(s2);
|
|
4316
3972
|
} else {
|
|
4317
3973
|
peg$currPos = s0;
|
|
4318
3974
|
s0 = peg$FAILED;
|
|
@@ -4324,12 +3980,12 @@ function peg$parse(input, options) {
|
|
|
4324
3980
|
if (s0 === peg$FAILED) {
|
|
4325
3981
|
s0 = peg$currPos;
|
|
4326
3982
|
if (input.charCodeAt(peg$currPos) === 39) {
|
|
4327
|
-
s1 = peg$
|
|
3983
|
+
s1 = peg$c50;
|
|
4328
3984
|
peg$currPos++;
|
|
4329
3985
|
} else {
|
|
4330
3986
|
s1 = peg$FAILED;
|
|
4331
3987
|
if (peg$silentFails === 0) {
|
|
4332
|
-
peg$fail(peg$
|
|
3988
|
+
peg$fail(peg$e54);
|
|
4333
3989
|
}
|
|
4334
3990
|
}
|
|
4335
3991
|
if (s1 !== peg$FAILED) {
|
|
@@ -4340,17 +3996,17 @@ function peg$parse(input, options) {
|
|
|
4340
3996
|
s3 = peg$parseSingleStringChar();
|
|
4341
3997
|
}
|
|
4342
3998
|
if (input.charCodeAt(peg$currPos) === 39) {
|
|
4343
|
-
s3 = peg$
|
|
3999
|
+
s3 = peg$c50;
|
|
4344
4000
|
peg$currPos++;
|
|
4345
4001
|
} else {
|
|
4346
4002
|
s3 = peg$FAILED;
|
|
4347
4003
|
if (peg$silentFails === 0) {
|
|
4348
|
-
peg$fail(peg$
|
|
4004
|
+
peg$fail(peg$e54);
|
|
4349
4005
|
}
|
|
4350
4006
|
}
|
|
4351
4007
|
if (s3 !== peg$FAILED) {
|
|
4352
4008
|
peg$savedPos = s0;
|
|
4353
|
-
s0 = peg$
|
|
4009
|
+
s0 = peg$f64(s2);
|
|
4354
4010
|
} else {
|
|
4355
4011
|
peg$currPos = s0;
|
|
4356
4012
|
s0 = peg$FAILED;
|
|
@@ -4364,7 +4020,7 @@ function peg$parse(input, options) {
|
|
|
4364
4020
|
if (s0 === peg$FAILED) {
|
|
4365
4021
|
s1 = peg$FAILED;
|
|
4366
4022
|
if (peg$silentFails === 0) {
|
|
4367
|
-
peg$fail(peg$
|
|
4023
|
+
peg$fail(peg$e52);
|
|
4368
4024
|
}
|
|
4369
4025
|
}
|
|
4370
4026
|
return s0;
|
|
@@ -4375,12 +4031,12 @@ function peg$parse(input, options) {
|
|
|
4375
4031
|
s1 = peg$currPos;
|
|
4376
4032
|
peg$silentFails++;
|
|
4377
4033
|
if (input.charCodeAt(peg$currPos) === 34) {
|
|
4378
|
-
s2 = peg$
|
|
4034
|
+
s2 = peg$c49;
|
|
4379
4035
|
peg$currPos++;
|
|
4380
4036
|
} else {
|
|
4381
4037
|
s2 = peg$FAILED;
|
|
4382
4038
|
if (peg$silentFails === 0) {
|
|
4383
|
-
peg$fail(peg$
|
|
4039
|
+
peg$fail(peg$e53);
|
|
4384
4040
|
}
|
|
4385
4041
|
}
|
|
4386
4042
|
peg$silentFails--;
|
|
@@ -4394,12 +4050,12 @@ function peg$parse(input, options) {
|
|
|
4394
4050
|
s2 = peg$currPos;
|
|
4395
4051
|
peg$silentFails++;
|
|
4396
4052
|
if (input.charCodeAt(peg$currPos) === 92) {
|
|
4397
|
-
s3 = peg$
|
|
4053
|
+
s3 = peg$c51;
|
|
4398
4054
|
peg$currPos++;
|
|
4399
4055
|
} else {
|
|
4400
4056
|
s3 = peg$FAILED;
|
|
4401
4057
|
if (peg$silentFails === 0) {
|
|
4402
|
-
peg$fail(peg$
|
|
4058
|
+
peg$fail(peg$e55);
|
|
4403
4059
|
}
|
|
4404
4060
|
}
|
|
4405
4061
|
peg$silentFails--;
|
|
@@ -4416,12 +4072,12 @@ function peg$parse(input, options) {
|
|
|
4416
4072
|
} else {
|
|
4417
4073
|
s3 = peg$FAILED;
|
|
4418
4074
|
if (peg$silentFails === 0) {
|
|
4419
|
-
peg$fail(peg$
|
|
4075
|
+
peg$fail(peg$e50);
|
|
4420
4076
|
}
|
|
4421
4077
|
}
|
|
4422
4078
|
if (s3 !== peg$FAILED) {
|
|
4423
4079
|
peg$savedPos = s0;
|
|
4424
|
-
s0 = peg$
|
|
4080
|
+
s0 = peg$f65(s3);
|
|
4425
4081
|
} else {
|
|
4426
4082
|
peg$currPos = s0;
|
|
4427
4083
|
s0 = peg$FAILED;
|
|
@@ -4437,19 +4093,19 @@ function peg$parse(input, options) {
|
|
|
4437
4093
|
if (s0 === peg$FAILED) {
|
|
4438
4094
|
s0 = peg$currPos;
|
|
4439
4095
|
if (input.charCodeAt(peg$currPos) === 92) {
|
|
4440
|
-
s1 = peg$
|
|
4096
|
+
s1 = peg$c51;
|
|
4441
4097
|
peg$currPos++;
|
|
4442
4098
|
} else {
|
|
4443
4099
|
s1 = peg$FAILED;
|
|
4444
4100
|
if (peg$silentFails === 0) {
|
|
4445
|
-
peg$fail(peg$
|
|
4101
|
+
peg$fail(peg$e55);
|
|
4446
4102
|
}
|
|
4447
4103
|
}
|
|
4448
4104
|
if (s1 !== peg$FAILED) {
|
|
4449
4105
|
s2 = peg$parseEscapeSequence();
|
|
4450
4106
|
if (s2 !== peg$FAILED) {
|
|
4451
4107
|
peg$savedPos = s0;
|
|
4452
|
-
s0 = peg$
|
|
4108
|
+
s0 = peg$f66(s2);
|
|
4453
4109
|
} else {
|
|
4454
4110
|
peg$currPos = s0;
|
|
4455
4111
|
s0 = peg$FAILED;
|
|
@@ -4467,12 +4123,12 @@ function peg$parse(input, options) {
|
|
|
4467
4123
|
s1 = peg$currPos;
|
|
4468
4124
|
peg$silentFails++;
|
|
4469
4125
|
if (input.charCodeAt(peg$currPos) === 39) {
|
|
4470
|
-
s2 = peg$
|
|
4126
|
+
s2 = peg$c50;
|
|
4471
4127
|
peg$currPos++;
|
|
4472
4128
|
} else {
|
|
4473
4129
|
s2 = peg$FAILED;
|
|
4474
4130
|
if (peg$silentFails === 0) {
|
|
4475
|
-
peg$fail(peg$
|
|
4131
|
+
peg$fail(peg$e54);
|
|
4476
4132
|
}
|
|
4477
4133
|
}
|
|
4478
4134
|
peg$silentFails--;
|
|
@@ -4486,12 +4142,12 @@ function peg$parse(input, options) {
|
|
|
4486
4142
|
s2 = peg$currPos;
|
|
4487
4143
|
peg$silentFails++;
|
|
4488
4144
|
if (input.charCodeAt(peg$currPos) === 92) {
|
|
4489
|
-
s3 = peg$
|
|
4145
|
+
s3 = peg$c51;
|
|
4490
4146
|
peg$currPos++;
|
|
4491
4147
|
} else {
|
|
4492
4148
|
s3 = peg$FAILED;
|
|
4493
4149
|
if (peg$silentFails === 0) {
|
|
4494
|
-
peg$fail(peg$
|
|
4150
|
+
peg$fail(peg$e55);
|
|
4495
4151
|
}
|
|
4496
4152
|
}
|
|
4497
4153
|
peg$silentFails--;
|
|
@@ -4508,12 +4164,12 @@ function peg$parse(input, options) {
|
|
|
4508
4164
|
} else {
|
|
4509
4165
|
s3 = peg$FAILED;
|
|
4510
4166
|
if (peg$silentFails === 0) {
|
|
4511
|
-
peg$fail(peg$
|
|
4167
|
+
peg$fail(peg$e50);
|
|
4512
4168
|
}
|
|
4513
4169
|
}
|
|
4514
4170
|
if (s3 !== peg$FAILED) {
|
|
4515
4171
|
peg$savedPos = s0;
|
|
4516
|
-
s0 = peg$
|
|
4172
|
+
s0 = peg$f67(s3);
|
|
4517
4173
|
} else {
|
|
4518
4174
|
peg$currPos = s0;
|
|
4519
4175
|
s0 = peg$FAILED;
|
|
@@ -4529,19 +4185,19 @@ function peg$parse(input, options) {
|
|
|
4529
4185
|
if (s0 === peg$FAILED) {
|
|
4530
4186
|
s0 = peg$currPos;
|
|
4531
4187
|
if (input.charCodeAt(peg$currPos) === 92) {
|
|
4532
|
-
s1 = peg$
|
|
4188
|
+
s1 = peg$c51;
|
|
4533
4189
|
peg$currPos++;
|
|
4534
4190
|
} else {
|
|
4535
4191
|
s1 = peg$FAILED;
|
|
4536
4192
|
if (peg$silentFails === 0) {
|
|
4537
|
-
peg$fail(peg$
|
|
4193
|
+
peg$fail(peg$e55);
|
|
4538
4194
|
}
|
|
4539
4195
|
}
|
|
4540
4196
|
if (s1 !== peg$FAILED) {
|
|
4541
4197
|
s2 = peg$parseEscapeSequence();
|
|
4542
4198
|
if (s2 !== peg$FAILED) {
|
|
4543
4199
|
peg$savedPos = s0;
|
|
4544
|
-
s0 = peg$
|
|
4200
|
+
s0 = peg$f68(s2);
|
|
4545
4201
|
} else {
|
|
4546
4202
|
peg$currPos = s0;
|
|
4547
4203
|
s0 = peg$FAILED;
|
|
@@ -4557,97 +4213,97 @@ function peg$parse(input, options) {
|
|
|
4557
4213
|
let s0, s1;
|
|
4558
4214
|
s0 = peg$currPos;
|
|
4559
4215
|
if (input.charCodeAt(peg$currPos) === 110) {
|
|
4560
|
-
s1 = peg$
|
|
4216
|
+
s1 = peg$c52;
|
|
4561
4217
|
peg$currPos++;
|
|
4562
4218
|
} else {
|
|
4563
4219
|
s1 = peg$FAILED;
|
|
4564
4220
|
if (peg$silentFails === 0) {
|
|
4565
|
-
peg$fail(peg$
|
|
4221
|
+
peg$fail(peg$e56);
|
|
4566
4222
|
}
|
|
4567
4223
|
}
|
|
4568
4224
|
if (s1 !== peg$FAILED) {
|
|
4569
4225
|
peg$savedPos = s0;
|
|
4570
|
-
s1 = peg$
|
|
4226
|
+
s1 = peg$f69();
|
|
4571
4227
|
}
|
|
4572
4228
|
s0 = s1;
|
|
4573
4229
|
if (s0 === peg$FAILED) {
|
|
4574
4230
|
s0 = peg$currPos;
|
|
4575
4231
|
if (input.charCodeAt(peg$currPos) === 114) {
|
|
4576
|
-
s1 = peg$
|
|
4232
|
+
s1 = peg$c53;
|
|
4577
4233
|
peg$currPos++;
|
|
4578
4234
|
} else {
|
|
4579
4235
|
s1 = peg$FAILED;
|
|
4580
4236
|
if (peg$silentFails === 0) {
|
|
4581
|
-
peg$fail(peg$
|
|
4237
|
+
peg$fail(peg$e57);
|
|
4582
4238
|
}
|
|
4583
4239
|
}
|
|
4584
4240
|
if (s1 !== peg$FAILED) {
|
|
4585
4241
|
peg$savedPos = s0;
|
|
4586
|
-
s1 = peg$
|
|
4242
|
+
s1 = peg$f70();
|
|
4587
4243
|
}
|
|
4588
4244
|
s0 = s1;
|
|
4589
4245
|
if (s0 === peg$FAILED) {
|
|
4590
4246
|
s0 = peg$currPos;
|
|
4591
4247
|
if (input.charCodeAt(peg$currPos) === 116) {
|
|
4592
|
-
s1 = peg$
|
|
4248
|
+
s1 = peg$c54;
|
|
4593
4249
|
peg$currPos++;
|
|
4594
4250
|
} else {
|
|
4595
4251
|
s1 = peg$FAILED;
|
|
4596
4252
|
if (peg$silentFails === 0) {
|
|
4597
|
-
peg$fail(peg$
|
|
4253
|
+
peg$fail(peg$e58);
|
|
4598
4254
|
}
|
|
4599
4255
|
}
|
|
4600
4256
|
if (s1 !== peg$FAILED) {
|
|
4601
4257
|
peg$savedPos = s0;
|
|
4602
|
-
s1 = peg$
|
|
4258
|
+
s1 = peg$f71();
|
|
4603
4259
|
}
|
|
4604
4260
|
s0 = s1;
|
|
4605
4261
|
if (s0 === peg$FAILED) {
|
|
4606
4262
|
s0 = peg$currPos;
|
|
4607
4263
|
if (input.charCodeAt(peg$currPos) === 92) {
|
|
4608
|
-
s1 = peg$
|
|
4264
|
+
s1 = peg$c51;
|
|
4609
4265
|
peg$currPos++;
|
|
4610
4266
|
} else {
|
|
4611
4267
|
s1 = peg$FAILED;
|
|
4612
4268
|
if (peg$silentFails === 0) {
|
|
4613
|
-
peg$fail(peg$
|
|
4269
|
+
peg$fail(peg$e55);
|
|
4614
4270
|
}
|
|
4615
4271
|
}
|
|
4616
4272
|
if (s1 !== peg$FAILED) {
|
|
4617
4273
|
peg$savedPos = s0;
|
|
4618
|
-
s1 = peg$
|
|
4274
|
+
s1 = peg$f72();
|
|
4619
4275
|
}
|
|
4620
4276
|
s0 = s1;
|
|
4621
4277
|
if (s0 === peg$FAILED) {
|
|
4622
4278
|
s0 = peg$currPos;
|
|
4623
4279
|
if (input.charCodeAt(peg$currPos) === 34) {
|
|
4624
|
-
s1 = peg$
|
|
4280
|
+
s1 = peg$c49;
|
|
4625
4281
|
peg$currPos++;
|
|
4626
4282
|
} else {
|
|
4627
4283
|
s1 = peg$FAILED;
|
|
4628
4284
|
if (peg$silentFails === 0) {
|
|
4629
|
-
peg$fail(peg$
|
|
4285
|
+
peg$fail(peg$e53);
|
|
4630
4286
|
}
|
|
4631
4287
|
}
|
|
4632
4288
|
if (s1 !== peg$FAILED) {
|
|
4633
4289
|
peg$savedPos = s0;
|
|
4634
|
-
s1 = peg$
|
|
4290
|
+
s1 = peg$f73();
|
|
4635
4291
|
}
|
|
4636
4292
|
s0 = s1;
|
|
4637
4293
|
if (s0 === peg$FAILED) {
|
|
4638
4294
|
s0 = peg$currPos;
|
|
4639
4295
|
if (input.charCodeAt(peg$currPos) === 39) {
|
|
4640
|
-
s1 = peg$
|
|
4296
|
+
s1 = peg$c50;
|
|
4641
4297
|
peg$currPos++;
|
|
4642
4298
|
} else {
|
|
4643
4299
|
s1 = peg$FAILED;
|
|
4644
4300
|
if (peg$silentFails === 0) {
|
|
4645
|
-
peg$fail(peg$
|
|
4301
|
+
peg$fail(peg$e54);
|
|
4646
4302
|
}
|
|
4647
4303
|
}
|
|
4648
4304
|
if (s1 !== peg$FAILED) {
|
|
4649
4305
|
peg$savedPos = s0;
|
|
4650
|
-
s1 = peg$
|
|
4306
|
+
s1 = peg$f74();
|
|
4651
4307
|
}
|
|
4652
4308
|
s0 = s1;
|
|
4653
4309
|
}
|
|
@@ -4662,12 +4318,12 @@ function peg$parse(input, options) {
|
|
|
4662
4318
|
peg$silentFails++;
|
|
4663
4319
|
s0 = peg$currPos;
|
|
4664
4320
|
if (input.charCodeAt(peg$currPos) === 45) {
|
|
4665
|
-
s1 = peg$
|
|
4321
|
+
s1 = peg$c55;
|
|
4666
4322
|
peg$currPos++;
|
|
4667
4323
|
} else {
|
|
4668
4324
|
s1 = peg$FAILED;
|
|
4669
4325
|
if (peg$silentFails === 0) {
|
|
4670
|
-
peg$fail(peg$
|
|
4326
|
+
peg$fail(peg$e60);
|
|
4671
4327
|
}
|
|
4672
4328
|
}
|
|
4673
4329
|
if (s1 === peg$FAILED) {
|
|
@@ -4680,7 +4336,7 @@ function peg$parse(input, options) {
|
|
|
4680
4336
|
} else {
|
|
4681
4337
|
s3 = peg$FAILED;
|
|
4682
4338
|
if (peg$silentFails === 0) {
|
|
4683
|
-
peg$fail(peg$
|
|
4339
|
+
peg$fail(peg$e61);
|
|
4684
4340
|
}
|
|
4685
4341
|
}
|
|
4686
4342
|
if (s3 !== peg$FAILED) {
|
|
@@ -4692,7 +4348,7 @@ function peg$parse(input, options) {
|
|
|
4692
4348
|
} else {
|
|
4693
4349
|
s3 = peg$FAILED;
|
|
4694
4350
|
if (peg$silentFails === 0) {
|
|
4695
|
-
peg$fail(peg$
|
|
4351
|
+
peg$fail(peg$e61);
|
|
4696
4352
|
}
|
|
4697
4353
|
}
|
|
4698
4354
|
}
|
|
@@ -4702,12 +4358,12 @@ function peg$parse(input, options) {
|
|
|
4702
4358
|
if (s2 !== peg$FAILED) {
|
|
4703
4359
|
s3 = peg$currPos;
|
|
4704
4360
|
if (input.charCodeAt(peg$currPos) === 46) {
|
|
4705
|
-
s4 = peg$
|
|
4361
|
+
s4 = peg$c56;
|
|
4706
4362
|
peg$currPos++;
|
|
4707
4363
|
} else {
|
|
4708
4364
|
s4 = peg$FAILED;
|
|
4709
4365
|
if (peg$silentFails === 0) {
|
|
4710
|
-
peg$fail(peg$
|
|
4366
|
+
peg$fail(peg$e62);
|
|
4711
4367
|
}
|
|
4712
4368
|
}
|
|
4713
4369
|
if (s4 !== peg$FAILED) {
|
|
@@ -4718,7 +4374,7 @@ function peg$parse(input, options) {
|
|
|
4718
4374
|
} else {
|
|
4719
4375
|
s6 = peg$FAILED;
|
|
4720
4376
|
if (peg$silentFails === 0) {
|
|
4721
|
-
peg$fail(peg$
|
|
4377
|
+
peg$fail(peg$e61);
|
|
4722
4378
|
}
|
|
4723
4379
|
}
|
|
4724
4380
|
if (s6 !== peg$FAILED) {
|
|
@@ -4730,7 +4386,7 @@ function peg$parse(input, options) {
|
|
|
4730
4386
|
} else {
|
|
4731
4387
|
s6 = peg$FAILED;
|
|
4732
4388
|
if (peg$silentFails === 0) {
|
|
4733
|
-
peg$fail(peg$
|
|
4389
|
+
peg$fail(peg$e61);
|
|
4734
4390
|
}
|
|
4735
4391
|
}
|
|
4736
4392
|
}
|
|
@@ -4752,7 +4408,7 @@ function peg$parse(input, options) {
|
|
|
4752
4408
|
s3 = null;
|
|
4753
4409
|
}
|
|
4754
4410
|
peg$savedPos = s0;
|
|
4755
|
-
s0 = peg$
|
|
4411
|
+
s0 = peg$f75(s1, s2, s3);
|
|
4756
4412
|
} else {
|
|
4757
4413
|
peg$currPos = s0;
|
|
4758
4414
|
s0 = peg$FAILED;
|
|
@@ -4761,7 +4417,7 @@ function peg$parse(input, options) {
|
|
|
4761
4417
|
if (s0 === peg$FAILED) {
|
|
4762
4418
|
s1 = peg$FAILED;
|
|
4763
4419
|
if (peg$silentFails === 0) {
|
|
4764
|
-
peg$fail(peg$
|
|
4420
|
+
peg$fail(peg$e59);
|
|
4765
4421
|
}
|
|
4766
4422
|
}
|
|
4767
4423
|
return s0;
|
|
@@ -4771,12 +4427,12 @@ function peg$parse(input, options) {
|
|
|
4771
4427
|
peg$silentFails++;
|
|
4772
4428
|
s0 = peg$currPos;
|
|
4773
4429
|
if (input.charCodeAt(peg$currPos) === 45) {
|
|
4774
|
-
s1 = peg$
|
|
4430
|
+
s1 = peg$c55;
|
|
4775
4431
|
peg$currPos++;
|
|
4776
4432
|
} else {
|
|
4777
4433
|
s1 = peg$FAILED;
|
|
4778
4434
|
if (peg$silentFails === 0) {
|
|
4779
|
-
peg$fail(peg$
|
|
4435
|
+
peg$fail(peg$e60);
|
|
4780
4436
|
}
|
|
4781
4437
|
}
|
|
4782
4438
|
if (s1 === peg$FAILED) {
|
|
@@ -4789,7 +4445,7 @@ function peg$parse(input, options) {
|
|
|
4789
4445
|
} else {
|
|
4790
4446
|
s3 = peg$FAILED;
|
|
4791
4447
|
if (peg$silentFails === 0) {
|
|
4792
|
-
peg$fail(peg$
|
|
4448
|
+
peg$fail(peg$e61);
|
|
4793
4449
|
}
|
|
4794
4450
|
}
|
|
4795
4451
|
if (s3 !== peg$FAILED) {
|
|
@@ -4801,7 +4457,7 @@ function peg$parse(input, options) {
|
|
|
4801
4457
|
} else {
|
|
4802
4458
|
s3 = peg$FAILED;
|
|
4803
4459
|
if (peg$silentFails === 0) {
|
|
4804
|
-
peg$fail(peg$
|
|
4460
|
+
peg$fail(peg$e61);
|
|
4805
4461
|
}
|
|
4806
4462
|
}
|
|
4807
4463
|
}
|
|
@@ -4811,12 +4467,12 @@ function peg$parse(input, options) {
|
|
|
4811
4467
|
if (s2 !== peg$FAILED) {
|
|
4812
4468
|
s3 = peg$currPos;
|
|
4813
4469
|
if (input.charCodeAt(peg$currPos) === 46) {
|
|
4814
|
-
s4 = peg$
|
|
4470
|
+
s4 = peg$c56;
|
|
4815
4471
|
peg$currPos++;
|
|
4816
4472
|
} else {
|
|
4817
4473
|
s4 = peg$FAILED;
|
|
4818
4474
|
if (peg$silentFails === 0) {
|
|
4819
|
-
peg$fail(peg$
|
|
4475
|
+
peg$fail(peg$e62);
|
|
4820
4476
|
}
|
|
4821
4477
|
}
|
|
4822
4478
|
if (s4 !== peg$FAILED) {
|
|
@@ -4827,7 +4483,7 @@ function peg$parse(input, options) {
|
|
|
4827
4483
|
} else {
|
|
4828
4484
|
s6 = peg$FAILED;
|
|
4829
4485
|
if (peg$silentFails === 0) {
|
|
4830
|
-
peg$fail(peg$
|
|
4486
|
+
peg$fail(peg$e61);
|
|
4831
4487
|
}
|
|
4832
4488
|
}
|
|
4833
4489
|
if (s6 !== peg$FAILED) {
|
|
@@ -4839,7 +4495,7 @@ function peg$parse(input, options) {
|
|
|
4839
4495
|
} else {
|
|
4840
4496
|
s6 = peg$FAILED;
|
|
4841
4497
|
if (peg$silentFails === 0) {
|
|
4842
|
-
peg$fail(peg$
|
|
4498
|
+
peg$fail(peg$e61);
|
|
4843
4499
|
}
|
|
4844
4500
|
}
|
|
4845
4501
|
}
|
|
@@ -4860,63 +4516,63 @@ function peg$parse(input, options) {
|
|
|
4860
4516
|
if (s3 === peg$FAILED) {
|
|
4861
4517
|
s3 = null;
|
|
4862
4518
|
}
|
|
4863
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
4864
|
-
s4 = peg$
|
|
4519
|
+
if (input.substr(peg$currPos, 2) === peg$c57) {
|
|
4520
|
+
s4 = peg$c57;
|
|
4865
4521
|
peg$currPos += 2;
|
|
4866
4522
|
} else {
|
|
4867
4523
|
s4 = peg$FAILED;
|
|
4868
4524
|
if (peg$silentFails === 0) {
|
|
4869
|
-
peg$fail(peg$
|
|
4525
|
+
peg$fail(peg$e64);
|
|
4870
4526
|
}
|
|
4871
4527
|
}
|
|
4872
4528
|
if (s4 === peg$FAILED) {
|
|
4873
4529
|
if (input.charCodeAt(peg$currPos) === 37) {
|
|
4874
|
-
s4 = peg$
|
|
4530
|
+
s4 = peg$c58;
|
|
4875
4531
|
peg$currPos++;
|
|
4876
4532
|
} else {
|
|
4877
4533
|
s4 = peg$FAILED;
|
|
4878
4534
|
if (peg$silentFails === 0) {
|
|
4879
|
-
peg$fail(peg$
|
|
4535
|
+
peg$fail(peg$e65);
|
|
4880
4536
|
}
|
|
4881
4537
|
}
|
|
4882
4538
|
if (s4 === peg$FAILED) {
|
|
4883
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
4884
|
-
s4 = peg$
|
|
4539
|
+
if (input.substr(peg$currPos, 2) === peg$c59) {
|
|
4540
|
+
s4 = peg$c59;
|
|
4885
4541
|
peg$currPos += 2;
|
|
4886
4542
|
} else {
|
|
4887
4543
|
s4 = peg$FAILED;
|
|
4888
4544
|
if (peg$silentFails === 0) {
|
|
4889
|
-
peg$fail(peg$
|
|
4545
|
+
peg$fail(peg$e66);
|
|
4890
4546
|
}
|
|
4891
4547
|
}
|
|
4892
4548
|
if (s4 === peg$FAILED) {
|
|
4893
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
4894
|
-
s4 = peg$
|
|
4549
|
+
if (input.substr(peg$currPos, 3) === peg$c60) {
|
|
4550
|
+
s4 = peg$c60;
|
|
4895
4551
|
peg$currPos += 3;
|
|
4896
4552
|
} else {
|
|
4897
4553
|
s4 = peg$FAILED;
|
|
4898
4554
|
if (peg$silentFails === 0) {
|
|
4899
|
-
peg$fail(peg$
|
|
4555
|
+
peg$fail(peg$e67);
|
|
4900
4556
|
}
|
|
4901
4557
|
}
|
|
4902
4558
|
if (s4 === peg$FAILED) {
|
|
4903
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
4904
|
-
s4 = peg$
|
|
4559
|
+
if (input.substr(peg$currPos, 2) === peg$c61) {
|
|
4560
|
+
s4 = peg$c61;
|
|
4905
4561
|
peg$currPos += 2;
|
|
4906
4562
|
} else {
|
|
4907
4563
|
s4 = peg$FAILED;
|
|
4908
4564
|
if (peg$silentFails === 0) {
|
|
4909
|
-
peg$fail(peg$
|
|
4565
|
+
peg$fail(peg$e68);
|
|
4910
4566
|
}
|
|
4911
4567
|
}
|
|
4912
4568
|
if (s4 === peg$FAILED) {
|
|
4913
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
4914
|
-
s4 = peg$
|
|
4569
|
+
if (input.substr(peg$currPos, 2) === peg$c62) {
|
|
4570
|
+
s4 = peg$c62;
|
|
4915
4571
|
peg$currPos += 2;
|
|
4916
4572
|
} else {
|
|
4917
4573
|
s4 = peg$FAILED;
|
|
4918
4574
|
if (peg$silentFails === 0) {
|
|
4919
|
-
peg$fail(peg$
|
|
4575
|
+
peg$fail(peg$e69);
|
|
4920
4576
|
}
|
|
4921
4577
|
}
|
|
4922
4578
|
}
|
|
@@ -4926,7 +4582,7 @@ function peg$parse(input, options) {
|
|
|
4926
4582
|
}
|
|
4927
4583
|
if (s4 !== peg$FAILED) {
|
|
4928
4584
|
peg$savedPos = s0;
|
|
4929
|
-
s0 = peg$
|
|
4585
|
+
s0 = peg$f76(s1, s2, s3, s4);
|
|
4930
4586
|
} else {
|
|
4931
4587
|
peg$currPos = s0;
|
|
4932
4588
|
s0 = peg$FAILED;
|
|
@@ -4939,7 +4595,7 @@ function peg$parse(input, options) {
|
|
|
4939
4595
|
if (s0 === peg$FAILED) {
|
|
4940
4596
|
s1 = peg$FAILED;
|
|
4941
4597
|
if (peg$silentFails === 0) {
|
|
4942
|
-
peg$fail(peg$
|
|
4598
|
+
peg$fail(peg$e63);
|
|
4943
4599
|
}
|
|
4944
4600
|
}
|
|
4945
4601
|
return s0;
|
|
@@ -4948,34 +4604,34 @@ function peg$parse(input, options) {
|
|
|
4948
4604
|
let s0, s1;
|
|
4949
4605
|
peg$silentFails++;
|
|
4950
4606
|
s0 = peg$currPos;
|
|
4951
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
4952
|
-
s1 = peg$
|
|
4607
|
+
if (input.substr(peg$currPos, 4) === peg$c63) {
|
|
4608
|
+
s1 = peg$c63;
|
|
4953
4609
|
peg$currPos += 4;
|
|
4954
4610
|
} else {
|
|
4955
4611
|
s1 = peg$FAILED;
|
|
4956
4612
|
if (peg$silentFails === 0) {
|
|
4957
|
-
peg$fail(peg$
|
|
4613
|
+
peg$fail(peg$e71);
|
|
4958
4614
|
}
|
|
4959
4615
|
}
|
|
4960
4616
|
if (s1 !== peg$FAILED) {
|
|
4961
4617
|
peg$savedPos = s0;
|
|
4962
|
-
s1 = peg$
|
|
4618
|
+
s1 = peg$f77();
|
|
4963
4619
|
}
|
|
4964
4620
|
s0 = s1;
|
|
4965
4621
|
if (s0 === peg$FAILED) {
|
|
4966
4622
|
s0 = peg$currPos;
|
|
4967
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
4968
|
-
s1 = peg$
|
|
4623
|
+
if (input.substr(peg$currPos, 5) === peg$c64) {
|
|
4624
|
+
s1 = peg$c64;
|
|
4969
4625
|
peg$currPos += 5;
|
|
4970
4626
|
} else {
|
|
4971
4627
|
s1 = peg$FAILED;
|
|
4972
4628
|
if (peg$silentFails === 0) {
|
|
4973
|
-
peg$fail(peg$
|
|
4629
|
+
peg$fail(peg$e72);
|
|
4974
4630
|
}
|
|
4975
4631
|
}
|
|
4976
4632
|
if (s1 !== peg$FAILED) {
|
|
4977
4633
|
peg$savedPos = s0;
|
|
4978
|
-
s1 = peg$
|
|
4634
|
+
s1 = peg$f78();
|
|
4979
4635
|
}
|
|
4980
4636
|
s0 = s1;
|
|
4981
4637
|
}
|
|
@@ -4983,7 +4639,7 @@ function peg$parse(input, options) {
|
|
|
4983
4639
|
if (s0 === peg$FAILED) {
|
|
4984
4640
|
s1 = peg$FAILED;
|
|
4985
4641
|
if (peg$silentFails === 0) {
|
|
4986
|
-
peg$fail(peg$
|
|
4642
|
+
peg$fail(peg$e70);
|
|
4987
4643
|
}
|
|
4988
4644
|
}
|
|
4989
4645
|
return s0;
|
|
@@ -4998,7 +4654,7 @@ function peg$parse(input, options) {
|
|
|
4998
4654
|
} else {
|
|
4999
4655
|
s1 = peg$FAILED;
|
|
5000
4656
|
if (peg$silentFails === 0) {
|
|
5001
|
-
peg$fail(peg$
|
|
4657
|
+
peg$fail(peg$e74);
|
|
5002
4658
|
}
|
|
5003
4659
|
}
|
|
5004
4660
|
if (s1 !== peg$FAILED) {
|
|
@@ -5009,7 +4665,7 @@ function peg$parse(input, options) {
|
|
|
5009
4665
|
} else {
|
|
5010
4666
|
s3 = peg$FAILED;
|
|
5011
4667
|
if (peg$silentFails === 0) {
|
|
5012
|
-
peg$fail(peg$
|
|
4668
|
+
peg$fail(peg$e51);
|
|
5013
4669
|
}
|
|
5014
4670
|
}
|
|
5015
4671
|
while (s3 !== peg$FAILED) {
|
|
@@ -5020,12 +4676,12 @@ function peg$parse(input, options) {
|
|
|
5020
4676
|
} else {
|
|
5021
4677
|
s3 = peg$FAILED;
|
|
5022
4678
|
if (peg$silentFails === 0) {
|
|
5023
|
-
peg$fail(peg$
|
|
4679
|
+
peg$fail(peg$e51);
|
|
5024
4680
|
}
|
|
5025
4681
|
}
|
|
5026
4682
|
}
|
|
5027
4683
|
peg$savedPos = s0;
|
|
5028
|
-
s0 = peg$
|
|
4684
|
+
s0 = peg$f79(s1, s2);
|
|
5029
4685
|
} else {
|
|
5030
4686
|
peg$currPos = s0;
|
|
5031
4687
|
s0 = peg$FAILED;
|
|
@@ -5034,7 +4690,7 @@ function peg$parse(input, options) {
|
|
|
5034
4690
|
if (s0 === peg$FAILED) {
|
|
5035
4691
|
s1 = peg$FAILED;
|
|
5036
4692
|
if (peg$silentFails === 0) {
|
|
5037
|
-
peg$fail(peg$
|
|
4693
|
+
peg$fail(peg$e73);
|
|
5038
4694
|
}
|
|
5039
4695
|
}
|
|
5040
4696
|
return s0;
|
|
@@ -5043,12 +4699,12 @@ function peg$parse(input, options) {
|
|
|
5043
4699
|
let s0, s1, s2, s3, s4, s5;
|
|
5044
4700
|
s0 = peg$currPos;
|
|
5045
4701
|
if (input.charCodeAt(peg$currPos) === 91) {
|
|
5046
|
-
s1 = peg$
|
|
4702
|
+
s1 = peg$c65;
|
|
5047
4703
|
peg$currPos++;
|
|
5048
4704
|
} else {
|
|
5049
4705
|
s1 = peg$FAILED;
|
|
5050
4706
|
if (peg$silentFails === 0) {
|
|
5051
|
-
peg$fail(peg$
|
|
4707
|
+
peg$fail(peg$e75);
|
|
5052
4708
|
}
|
|
5053
4709
|
}
|
|
5054
4710
|
if (s1 !== peg$FAILED) {
|
|
@@ -5059,17 +4715,17 @@ function peg$parse(input, options) {
|
|
|
5059
4715
|
}
|
|
5060
4716
|
s4 = peg$parse_();
|
|
5061
4717
|
if (input.charCodeAt(peg$currPos) === 93) {
|
|
5062
|
-
s5 = peg$
|
|
4718
|
+
s5 = peg$c66;
|
|
5063
4719
|
peg$currPos++;
|
|
5064
4720
|
} else {
|
|
5065
4721
|
s5 = peg$FAILED;
|
|
5066
4722
|
if (peg$silentFails === 0) {
|
|
5067
|
-
peg$fail(peg$
|
|
4723
|
+
peg$fail(peg$e76);
|
|
5068
4724
|
}
|
|
5069
4725
|
}
|
|
5070
4726
|
if (s5 !== peg$FAILED) {
|
|
5071
4727
|
peg$savedPos = s0;
|
|
5072
|
-
s0 = peg$
|
|
4728
|
+
s0 = peg$f80(s3);
|
|
5073
4729
|
} else {
|
|
5074
4730
|
peg$currPos = s0;
|
|
5075
4731
|
s0 = peg$FAILED;
|
|
@@ -5089,12 +4745,12 @@ function peg$parse(input, options) {
|
|
|
5089
4745
|
s3 = peg$currPos;
|
|
5090
4746
|
s4 = peg$parse_();
|
|
5091
4747
|
if (input.charCodeAt(peg$currPos) === 44) {
|
|
5092
|
-
s5 = peg$
|
|
4748
|
+
s5 = peg$c67;
|
|
5093
4749
|
peg$currPos++;
|
|
5094
4750
|
} else {
|
|
5095
4751
|
s5 = peg$FAILED;
|
|
5096
4752
|
if (peg$silentFails === 0) {
|
|
5097
|
-
peg$fail(peg$
|
|
4753
|
+
peg$fail(peg$e77);
|
|
5098
4754
|
}
|
|
5099
4755
|
}
|
|
5100
4756
|
if (s5 === peg$FAILED) {
|
|
@@ -5114,12 +4770,12 @@ function peg$parse(input, options) {
|
|
|
5114
4770
|
s3 = peg$currPos;
|
|
5115
4771
|
s4 = peg$parse_();
|
|
5116
4772
|
if (input.charCodeAt(peg$currPos) === 44) {
|
|
5117
|
-
s5 = peg$
|
|
4773
|
+
s5 = peg$c67;
|
|
5118
4774
|
peg$currPos++;
|
|
5119
4775
|
} else {
|
|
5120
4776
|
s5 = peg$FAILED;
|
|
5121
4777
|
if (peg$silentFails === 0) {
|
|
5122
|
-
peg$fail(peg$
|
|
4778
|
+
peg$fail(peg$e77);
|
|
5123
4779
|
}
|
|
5124
4780
|
}
|
|
5125
4781
|
if (s5 === peg$FAILED) {
|
|
@@ -5138,12 +4794,12 @@ function peg$parse(input, options) {
|
|
|
5138
4794
|
s3 = peg$currPos;
|
|
5139
4795
|
s4 = peg$parse_();
|
|
5140
4796
|
if (input.charCodeAt(peg$currPos) === 44) {
|
|
5141
|
-
s5 = peg$
|
|
4797
|
+
s5 = peg$c67;
|
|
5142
4798
|
peg$currPos++;
|
|
5143
4799
|
} else {
|
|
5144
4800
|
s5 = peg$FAILED;
|
|
5145
4801
|
if (peg$silentFails === 0) {
|
|
5146
|
-
peg$fail(peg$
|
|
4802
|
+
peg$fail(peg$e77);
|
|
5147
4803
|
}
|
|
5148
4804
|
}
|
|
5149
4805
|
if (s5 !== peg$FAILED) {
|
|
@@ -5157,7 +4813,7 @@ function peg$parse(input, options) {
|
|
|
5157
4813
|
s3 = null;
|
|
5158
4814
|
}
|
|
5159
4815
|
peg$savedPos = s0;
|
|
5160
|
-
s0 = peg$
|
|
4816
|
+
s0 = peg$f81(s1, s2);
|
|
5161
4817
|
} else {
|
|
5162
4818
|
peg$currPos = s0;
|
|
5163
4819
|
s0 = peg$FAILED;
|
|
@@ -5211,7 +4867,7 @@ function peg$parse(input, options) {
|
|
|
5211
4867
|
}
|
|
5212
4868
|
if (s5 !== peg$FAILED) {
|
|
5213
4869
|
peg$savedPos = s0;
|
|
5214
|
-
s0 = peg$
|
|
4870
|
+
s0 = peg$f82(s3);
|
|
5215
4871
|
} else {
|
|
5216
4872
|
peg$currPos = s0;
|
|
5217
4873
|
s0 = peg$FAILED;
|
|
@@ -5231,12 +4887,12 @@ function peg$parse(input, options) {
|
|
|
5231
4887
|
s3 = peg$currPos;
|
|
5232
4888
|
s4 = peg$parse_();
|
|
5233
4889
|
if (input.charCodeAt(peg$currPos) === 44) {
|
|
5234
|
-
s5 = peg$
|
|
4890
|
+
s5 = peg$c67;
|
|
5235
4891
|
peg$currPos++;
|
|
5236
4892
|
} else {
|
|
5237
4893
|
s5 = peg$FAILED;
|
|
5238
4894
|
if (peg$silentFails === 0) {
|
|
5239
|
-
peg$fail(peg$
|
|
4895
|
+
peg$fail(peg$e77);
|
|
5240
4896
|
}
|
|
5241
4897
|
}
|
|
5242
4898
|
if (s5 === peg$FAILED) {
|
|
@@ -5256,12 +4912,12 @@ function peg$parse(input, options) {
|
|
|
5256
4912
|
s3 = peg$currPos;
|
|
5257
4913
|
s4 = peg$parse_();
|
|
5258
4914
|
if (input.charCodeAt(peg$currPos) === 44) {
|
|
5259
|
-
s5 = peg$
|
|
4915
|
+
s5 = peg$c67;
|
|
5260
4916
|
peg$currPos++;
|
|
5261
4917
|
} else {
|
|
5262
4918
|
s5 = peg$FAILED;
|
|
5263
4919
|
if (peg$silentFails === 0) {
|
|
5264
|
-
peg$fail(peg$
|
|
4920
|
+
peg$fail(peg$e77);
|
|
5265
4921
|
}
|
|
5266
4922
|
}
|
|
5267
4923
|
if (s5 === peg$FAILED) {
|
|
@@ -5278,7 +4934,7 @@ function peg$parse(input, options) {
|
|
|
5278
4934
|
}
|
|
5279
4935
|
}
|
|
5280
4936
|
peg$savedPos = s0;
|
|
5281
|
-
s0 = peg$
|
|
4937
|
+
s0 = peg$f83(s1, s2);
|
|
5282
4938
|
} else {
|
|
5283
4939
|
peg$currPos = s0;
|
|
5284
4940
|
s0 = peg$FAILED;
|
|
@@ -5292,12 +4948,12 @@ function peg$parse(input, options) {
|
|
|
5292
4948
|
if (s1 !== peg$FAILED) {
|
|
5293
4949
|
s2 = peg$parse_();
|
|
5294
4950
|
if (input.charCodeAt(peg$currPos) === 61) {
|
|
5295
|
-
s3 = peg$
|
|
4951
|
+
s3 = peg$c46;
|
|
5296
4952
|
peg$currPos++;
|
|
5297
4953
|
} else {
|
|
5298
4954
|
s3 = peg$FAILED;
|
|
5299
4955
|
if (peg$silentFails === 0) {
|
|
5300
|
-
peg$fail(peg$
|
|
4956
|
+
peg$fail(peg$e46);
|
|
5301
4957
|
}
|
|
5302
4958
|
}
|
|
5303
4959
|
if (s3 !== peg$FAILED) {
|
|
@@ -5305,7 +4961,7 @@ function peg$parse(input, options) {
|
|
|
5305
4961
|
s5 = peg$parseAttributeValue();
|
|
5306
4962
|
if (s5 !== peg$FAILED) {
|
|
5307
4963
|
peg$savedPos = s0;
|
|
5308
|
-
s0 = peg$
|
|
4964
|
+
s0 = peg$f84(s1, s5);
|
|
5309
4965
|
} else {
|
|
5310
4966
|
peg$currPos = s0;
|
|
5311
4967
|
s0 = peg$FAILED;
|
|
@@ -5323,7 +4979,7 @@ function peg$parse(input, options) {
|
|
|
5323
4979
|
s1 = peg$parseIdentifier();
|
|
5324
4980
|
if (s1 !== peg$FAILED) {
|
|
5325
4981
|
peg$savedPos = s0;
|
|
5326
|
-
s1 = peg$
|
|
4982
|
+
s1 = peg$f85(s1);
|
|
5327
4983
|
}
|
|
5328
4984
|
s0 = s1;
|
|
5329
4985
|
}
|
|
@@ -5356,7 +5012,7 @@ function peg$parse(input, options) {
|
|
|
5356
5012
|
} else {
|
|
5357
5013
|
s1 = peg$FAILED;
|
|
5358
5014
|
if (peg$silentFails === 0) {
|
|
5359
|
-
peg$fail(peg$
|
|
5015
|
+
peg$fail(peg$e78);
|
|
5360
5016
|
}
|
|
5361
5017
|
}
|
|
5362
5018
|
if (s1 !== peg$FAILED) {
|
|
@@ -5368,7 +5024,7 @@ function peg$parse(input, options) {
|
|
|
5368
5024
|
} else {
|
|
5369
5025
|
s1 = peg$FAILED;
|
|
5370
5026
|
if (peg$silentFails === 0) {
|
|
5371
|
-
peg$fail(peg$
|
|
5027
|
+
peg$fail(peg$e78);
|
|
5372
5028
|
}
|
|
5373
5029
|
}
|
|
5374
5030
|
}
|
|
@@ -5388,7 +5044,7 @@ function peg$parse(input, options) {
|
|
|
5388
5044
|
if (s0 === peg$FAILED) {
|
|
5389
5045
|
s1 = peg$FAILED;
|
|
5390
5046
|
if (peg$silentFails === 0) {
|
|
5391
|
-
peg$fail(peg$
|
|
5047
|
+
peg$fail(peg$e79);
|
|
5392
5048
|
}
|
|
5393
5049
|
}
|
|
5394
5050
|
return s0;
|
|
@@ -5396,13 +5052,13 @@ function peg$parse(input, options) {
|
|
|
5396
5052
|
function peg$parseLineComment() {
|
|
5397
5053
|
let s0, s1, s2, s3, s4;
|
|
5398
5054
|
s0 = peg$currPos;
|
|
5399
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
5400
|
-
s1 = peg$
|
|
5055
|
+
if (input.substr(peg$currPos, 2) === peg$c47) {
|
|
5056
|
+
s1 = peg$c47;
|
|
5401
5057
|
peg$currPos += 2;
|
|
5402
5058
|
} else {
|
|
5403
5059
|
s1 = peg$FAILED;
|
|
5404
5060
|
if (peg$silentFails === 0) {
|
|
5405
|
-
peg$fail(peg$
|
|
5061
|
+
peg$fail(peg$e48);
|
|
5406
5062
|
}
|
|
5407
5063
|
}
|
|
5408
5064
|
if (s1 !== peg$FAILED) {
|
|
@@ -5413,7 +5069,7 @@ function peg$parse(input, options) {
|
|
|
5413
5069
|
} else {
|
|
5414
5070
|
s3 = peg$FAILED;
|
|
5415
5071
|
if (peg$silentFails === 0) {
|
|
5416
|
-
peg$fail(peg$
|
|
5072
|
+
peg$fail(peg$e80);
|
|
5417
5073
|
}
|
|
5418
5074
|
}
|
|
5419
5075
|
while (s3 !== peg$FAILED) {
|
|
@@ -5424,17 +5080,17 @@ function peg$parse(input, options) {
|
|
|
5424
5080
|
} else {
|
|
5425
5081
|
s3 = peg$FAILED;
|
|
5426
5082
|
if (peg$silentFails === 0) {
|
|
5427
|
-
peg$fail(peg$
|
|
5083
|
+
peg$fail(peg$e80);
|
|
5428
5084
|
}
|
|
5429
5085
|
}
|
|
5430
5086
|
}
|
|
5431
5087
|
if (input.charCodeAt(peg$currPos) === 10) {
|
|
5432
|
-
s3 = peg$
|
|
5088
|
+
s3 = peg$c68;
|
|
5433
5089
|
peg$currPos++;
|
|
5434
5090
|
} else {
|
|
5435
5091
|
s3 = peg$FAILED;
|
|
5436
5092
|
if (peg$silentFails === 0) {
|
|
5437
|
-
peg$fail(peg$
|
|
5093
|
+
peg$fail(peg$e81);
|
|
5438
5094
|
}
|
|
5439
5095
|
}
|
|
5440
5096
|
if (s3 === peg$FAILED) {
|
|
@@ -5446,7 +5102,7 @@ function peg$parse(input, options) {
|
|
|
5446
5102
|
} else {
|
|
5447
5103
|
s4 = peg$FAILED;
|
|
5448
5104
|
if (peg$silentFails === 0) {
|
|
5449
|
-
peg$fail(peg$
|
|
5105
|
+
peg$fail(peg$e50);
|
|
5450
5106
|
}
|
|
5451
5107
|
}
|
|
5452
5108
|
peg$silentFails--;
|
|
@@ -5473,13 +5129,13 @@ function peg$parse(input, options) {
|
|
|
5473
5129
|
function peg$parseBlockComment() {
|
|
5474
5130
|
let s0, s1, s2, s3, s4, s5;
|
|
5475
5131
|
s0 = peg$currPos;
|
|
5476
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
5477
|
-
s1 = peg$
|
|
5132
|
+
if (input.substr(peg$currPos, 2) === peg$c48) {
|
|
5133
|
+
s1 = peg$c48;
|
|
5478
5134
|
peg$currPos += 2;
|
|
5479
5135
|
} else {
|
|
5480
5136
|
s1 = peg$FAILED;
|
|
5481
5137
|
if (peg$silentFails === 0) {
|
|
5482
|
-
peg$fail(peg$
|
|
5138
|
+
peg$fail(peg$e49);
|
|
5483
5139
|
}
|
|
5484
5140
|
}
|
|
5485
5141
|
if (s1 !== peg$FAILED) {
|
|
@@ -5487,13 +5143,13 @@ function peg$parse(input, options) {
|
|
|
5487
5143
|
s3 = peg$currPos;
|
|
5488
5144
|
s4 = peg$currPos;
|
|
5489
5145
|
peg$silentFails++;
|
|
5490
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
5491
|
-
s5 = peg$
|
|
5146
|
+
if (input.substr(peg$currPos, 2) === peg$c69) {
|
|
5147
|
+
s5 = peg$c69;
|
|
5492
5148
|
peg$currPos += 2;
|
|
5493
5149
|
} else {
|
|
5494
5150
|
s5 = peg$FAILED;
|
|
5495
5151
|
if (peg$silentFails === 0) {
|
|
5496
|
-
peg$fail(peg$
|
|
5152
|
+
peg$fail(peg$e82);
|
|
5497
5153
|
}
|
|
5498
5154
|
}
|
|
5499
5155
|
peg$silentFails--;
|
|
@@ -5510,7 +5166,7 @@ function peg$parse(input, options) {
|
|
|
5510
5166
|
} else {
|
|
5511
5167
|
s5 = peg$FAILED;
|
|
5512
5168
|
if (peg$silentFails === 0) {
|
|
5513
|
-
peg$fail(peg$
|
|
5169
|
+
peg$fail(peg$e50);
|
|
5514
5170
|
}
|
|
5515
5171
|
}
|
|
5516
5172
|
if (s5 !== peg$FAILED) {
|
|
@@ -5529,13 +5185,13 @@ function peg$parse(input, options) {
|
|
|
5529
5185
|
s3 = peg$currPos;
|
|
5530
5186
|
s4 = peg$currPos;
|
|
5531
5187
|
peg$silentFails++;
|
|
5532
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
5533
|
-
s5 = peg$
|
|
5188
|
+
if (input.substr(peg$currPos, 2) === peg$c69) {
|
|
5189
|
+
s5 = peg$c69;
|
|
5534
5190
|
peg$currPos += 2;
|
|
5535
5191
|
} else {
|
|
5536
5192
|
s5 = peg$FAILED;
|
|
5537
5193
|
if (peg$silentFails === 0) {
|
|
5538
|
-
peg$fail(peg$
|
|
5194
|
+
peg$fail(peg$e82);
|
|
5539
5195
|
}
|
|
5540
5196
|
}
|
|
5541
5197
|
peg$silentFails--;
|
|
@@ -5552,7 +5208,7 @@ function peg$parse(input, options) {
|
|
|
5552
5208
|
} else {
|
|
5553
5209
|
s5 = peg$FAILED;
|
|
5554
5210
|
if (peg$silentFails === 0) {
|
|
5555
|
-
peg$fail(peg$
|
|
5211
|
+
peg$fail(peg$e50);
|
|
5556
5212
|
}
|
|
5557
5213
|
}
|
|
5558
5214
|
if (s5 !== peg$FAILED) {
|
|
@@ -5567,13 +5223,13 @@ function peg$parse(input, options) {
|
|
|
5567
5223
|
s3 = peg$FAILED;
|
|
5568
5224
|
}
|
|
5569
5225
|
}
|
|
5570
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
5571
|
-
s3 = peg$
|
|
5226
|
+
if (input.substr(peg$currPos, 2) === peg$c69) {
|
|
5227
|
+
s3 = peg$c69;
|
|
5572
5228
|
peg$currPos += 2;
|
|
5573
5229
|
} else {
|
|
5574
5230
|
s3 = peg$FAILED;
|
|
5575
5231
|
if (peg$silentFails === 0) {
|
|
5576
|
-
peg$fail(peg$
|
|
5232
|
+
peg$fail(peg$e82);
|
|
5577
5233
|
}
|
|
5578
5234
|
}
|
|
5579
5235
|
if (s3 !== peg$FAILED) {
|