jssm 5.98.2 → 5.98.8
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/CHANGELOG.md +59 -39
- package/README.md +2 -2
- package/dist/es6/fsl_parser.js +1 -1
- package/dist/es6/jssm_types.d.ts +1 -1
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.cjs +1 -1
- package/dist/jssm.es5.iife.nonmin.cjs +284 -272
- package/dist/jssm.es5.nonmin.cjs +284 -272
- package/dist/jssm.es6.mjs +1 -1
- package/dist/jssm.es6.nonmin.cjs +284 -272
- package/jssm_types.d.ts +1 -1
- package/package.json +4 -4
package/dist/jssm.es6.nonmin.cjs
CHANGED
|
@@ -354,7 +354,7 @@ function peg$parse(input, options) {
|
|
|
354
354
|
if (l_after) {
|
|
355
355
|
base.l_after = l_after;
|
|
356
356
|
}
|
|
357
|
-
if (tail
|
|
357
|
+
if (tail) {
|
|
358
358
|
base.se = tail;
|
|
359
359
|
}
|
|
360
360
|
if (l_desc) {
|
|
@@ -383,33 +383,33 @@ function peg$parse(input, options) {
|
|
|
383
383
|
// Reminder: remove this type and the one in subexp if you want to work in pegjs online
|
|
384
384
|
// TODO: properly type this
|
|
385
385
|
const base = { key: 'transition', from: label };
|
|
386
|
-
if (se
|
|
386
|
+
if (se) {
|
|
387
387
|
base.se = se;
|
|
388
388
|
}
|
|
389
389
|
return base;
|
|
390
390
|
}, peg$c1310 = "whargarbl", peg$c1311 = peg$literalExpectation("whargarbl", false), peg$c1312 = "todo", peg$c1313 = peg$literalExpectation("todo", false), peg$c1314 = function (validationkey, value) { return { key: validationkey, value: value }; }, peg$c1315 = "validation", peg$c1316 = peg$literalExpectation("validation", false), peg$c1317 = "};", peg$c1318 = peg$literalExpectation("};", false), peg$c1319 = function (validation_items) {
|
|
391
391
|
return { config_kind: "validation", config_items: validation_items || [] };
|
|
392
|
-
}, peg$c1320 = "dot", peg$c1321 = peg$literalExpectation("dot", false), peg$c1322 = "circo", peg$c1323 = peg$literalExpectation("circo", false), peg$c1324 = "fdp", peg$c1325 = peg$literalExpectation("fdp", false), peg$c1326 = "neato", peg$c1327 = peg$literalExpectation("neato", false), peg$c1328 = "
|
|
392
|
+
}, peg$c1320 = "dot", peg$c1321 = peg$literalExpectation("dot", false), peg$c1322 = "circo", peg$c1323 = peg$literalExpectation("circo", false), peg$c1324 = "fdp", peg$c1325 = peg$literalExpectation("fdp", false), peg$c1326 = "neato", peg$c1327 = peg$literalExpectation("neato", false), peg$c1328 = "twopi", peg$c1329 = peg$literalExpectation("twopi", false), peg$c1330 = "state", peg$c1331 = peg$literalExpectation("state", false), peg$c1332 = function (state_items) {
|
|
393
393
|
return { key: "default_state_config", value: state_items || [] };
|
|
394
|
-
}, peg$
|
|
394
|
+
}, peg$c1333 = "start_state", peg$c1334 = peg$literalExpectation("start_state", false), peg$c1335 = function (state_items) {
|
|
395
395
|
return { key: "default_start_state_config", value: state_items || [] };
|
|
396
|
-
}, peg$
|
|
396
|
+
}, peg$c1336 = "end_state", peg$c1337 = peg$literalExpectation("end_state", false), peg$c1338 = function (state_items) {
|
|
397
397
|
return { key: "default_end_state_config", value: state_items || [] };
|
|
398
|
-
}, peg$
|
|
398
|
+
}, peg$c1339 = "active_state", peg$c1340 = peg$literalExpectation("active_state", false), peg$c1341 = function (state_items) {
|
|
399
399
|
return { key: "default_active_state_config", value: state_items || [] };
|
|
400
|
-
}, peg$
|
|
400
|
+
}, peg$c1342 = "terminal_state", peg$c1343 = peg$literalExpectation("terminal_state", false), peg$c1344 = function (state_items) {
|
|
401
401
|
return { key: "default_terminal_state_config", value: state_items || [] };
|
|
402
|
-
}, peg$
|
|
402
|
+
}, peg$c1345 = "hooked_state", peg$c1346 = peg$literalExpectation("hooked_state", false), peg$c1347 = function (state_items) {
|
|
403
403
|
return { key: "default_hooked_state_config", value: state_items || [] };
|
|
404
|
-
}, peg$
|
|
404
|
+
}, peg$c1348 = function (actionkey, value) { return { key: actionkey, value: value }; }, peg$c1349 = "action", peg$c1350 = peg$literalExpectation("action", false), peg$c1351 = function (action_items) {
|
|
405
405
|
return { config_kind: "action", config_items: action_items || [] };
|
|
406
|
-
}, peg$
|
|
406
|
+
}, peg$c1352 = function (key, value) { return { key, value }; }, peg$c1353 = peg$otherExpectation("graph default edge color"), peg$c1354 = function (value) { return { key: 'graph_default_edge_color', value }; }, peg$c1355 = "transition", peg$c1356 = peg$literalExpectation("transition", false), peg$c1357 = function (transition_items) {
|
|
407
407
|
return { config_kind: "transition", config_items: transition_items || [] };
|
|
408
|
-
}, peg$
|
|
408
|
+
}, peg$c1358 = "graph_layout", peg$c1359 = peg$literalExpectation("graph_layout", false), peg$c1360 = function (value) { return { key: "graph_layout", value: value }; }, peg$c1361 = "start_states", peg$c1362 = peg$literalExpectation("start_states", false), peg$c1363 = function (value) { return { key: "start_states", value: value }; }, peg$c1364 = "end_states", peg$c1365 = peg$literalExpectation("end_states", false), peg$c1366 = function (value) { return { key: "end_states", value: value }; }, peg$c1367 = "graph_bg_color", peg$c1368 = peg$literalExpectation("graph_bg_color", false), peg$c1369 = function (value) { return { key: "graph_bg_color", value: value }; }, peg$c1370 = "allows_override", peg$c1371 = peg$literalExpectation("allows_override", false), peg$c1372 = function (value) { return { key: "allows_override", value: value }; }, peg$c1373 = function () { return true; }, peg$c1374 = function () { return false; }, peg$c1375 = peg$otherExpectation("configuration"), peg$c1376 = "MIT", peg$c1377 = peg$literalExpectation("MIT", false), peg$c1378 = "BSD 2-clause", peg$c1379 = peg$literalExpectation("BSD 2-clause", false), peg$c1380 = "BSD 3-clause", peg$c1381 = peg$literalExpectation("BSD 3-clause", false), peg$c1382 = "Apache 2.0", peg$c1383 = peg$literalExpectation("Apache 2.0", false), peg$c1384 = "Mozilla 2.0", peg$c1385 = peg$literalExpectation("Mozilla 2.0", false), peg$c1386 = "Public domain", peg$c1387 = peg$literalExpectation("Public domain", false), peg$c1388 = "GPL v2", peg$c1389 = peg$literalExpectation("GPL v2", false), peg$c1390 = "GPL v3", peg$c1391 = peg$literalExpectation("GPL v3", false), peg$c1392 = "LGPL v2.1", peg$c1393 = peg$literalExpectation("LGPL v2.1", false), peg$c1394 = "LGPL v3.0", peg$c1395 = peg$literalExpectation("LGPL v3.0", false), peg$c1396 = "Unknown", peg$c1397 = peg$literalExpectation("Unknown", false), peg$c1398 = peg$otherExpectation("direction"), peg$c1399 = "up", peg$c1400 = peg$literalExpectation("up", false), peg$c1401 = "right", peg$c1402 = peg$literalExpectation("right", false), peg$c1403 = "down", peg$c1404 = peg$literalExpectation("down", false), peg$c1405 = "left", peg$c1406 = peg$literalExpectation("left", false), peg$c1407 = peg$otherExpectation("hook definition (open/closed)"), peg$c1408 = "open", peg$c1409 = peg$literalExpectation("open", false), peg$c1410 = "closed", peg$c1411 = peg$literalExpectation("closed", false), peg$c1412 = "machine_author", peg$c1413 = peg$literalExpectation("machine_author", false), peg$c1414 = function (value) { return { key: "machine_author", value }; }, peg$c1415 = "machine_contributor", peg$c1416 = peg$literalExpectation("machine_contributor", false), peg$c1417 = function (value) { return { key: "machine_contributor", value }; }, peg$c1418 = "machine_comment", peg$c1419 = peg$literalExpectation("machine_comment", false), peg$c1420 = function (value) { return { key: "machine_comment", value }; }, peg$c1421 = "machine_definition", peg$c1422 = peg$literalExpectation("machine_definition", false), peg$c1423 = function (value) { return { key: "machine_definition", value }; }, peg$c1424 = "machine_name", peg$c1425 = peg$literalExpectation("machine_name", false), peg$c1426 = function (value) { return { key: "machine_name", value }; }, peg$c1430 = "machine_version", peg$c1431 = peg$literalExpectation("machine_version", false), peg$c1432 = function (value) { return { key: "machine_version", value }; }, peg$c1433 = "machine_license", peg$c1434 = peg$literalExpectation("machine_license", false), peg$c1435 = function (value) { return { key: "machine_license", value }; }, peg$c1436 = "machine_language", peg$c1437 = peg$literalExpectation("machine_language", false), peg$c1438 = function (value) { return { key: "machine_language", value }; }, peg$c1439 = "fsl_version", peg$c1440 = peg$literalExpectation("fsl_version", false), peg$c1441 = function (value) { return { key: "fsl_version", value }; }, peg$c1442 = "theme", peg$c1443 = peg$literalExpectation("theme", false), peg$c1444 = function (value) { return { key: "theme", value }; }, peg$c1445 = "flow", peg$c1446 = peg$literalExpectation("flow", false), peg$c1447 = function (value) { return { key: "flow", value }; }, peg$c1448 = "hooks", peg$c1449 = peg$literalExpectation("hooks", false), peg$c1450 = function (value) { return { key: "hook_definition", value }; }, peg$c1451 = "dot_preamble", peg$c1452 = peg$literalExpectation("dot_preamble", false), peg$c1453 = function (value) { return { key: "dot_preamble", value }; }, peg$c1454 = peg$otherExpectation("machine attribute"), peg$c1455 = "label", peg$c1456 = peg$literalExpectation("label", false), peg$c1457 = function (value) { return { key: 'state-label', value }; }, peg$c1458 = "color", peg$c1459 = peg$literalExpectation("color", false), peg$c1460 = function (value) { return { key: 'color', value }; }, peg$c1461 = peg$otherExpectation("text color"), peg$c1462 = "text-color", peg$c1463 = peg$literalExpectation("text-color", false), peg$c1464 = function (value) { return { key: 'text-color', value }; }, peg$c1465 = peg$otherExpectation("background color"), peg$c1466 = "background-color", peg$c1467 = peg$literalExpectation("background-color", false), peg$c1468 = function (value) { return { key: 'background-color', value }; }, peg$c1469 = peg$otherExpectation("border color"), peg$c1470 = "border-color", peg$c1471 = peg$literalExpectation("border-color", false), peg$c1472 = function (value) { return { key: 'border-color', value }; }, peg$c1473 = peg$otherExpectation("shape"), peg$c1474 = "shape", peg$c1475 = peg$literalExpectation("shape", false), peg$c1476 = function (value) { return { key: 'shape', value }; }, peg$c1477 = peg$otherExpectation("corners"), peg$c1478 = "corners", peg$c1479 = peg$literalExpectation("corners", false), peg$c1480 = function (value) { return { key: 'corners', value }; }, peg$c1481 = peg$otherExpectation("linestyle"), peg$c1482 = function (value) { return { key: 'line-style', value }; }, peg$c1483 = "linestyle", peg$c1484 = peg$literalExpectation("linestyle", false), peg$c1485 = peg$otherExpectation("state property"), peg$c1486 = "property", peg$c1487 = peg$literalExpectation("property", false), peg$c1488 = function (name, value) {
|
|
409
409
|
return { key: 'state_property', name, value };
|
|
410
|
-
}, peg$
|
|
410
|
+
}, peg$c1489 = "required", peg$c1490 = peg$literalExpectation("required", false), peg$c1491 = function (name, value) {
|
|
411
411
|
return { key: 'state_property', name, value, required: true };
|
|
412
|
-
}, peg$
|
|
412
|
+
}, peg$c1492 = function (name, value) { return { key: 'state_declaration', name, value }; }, peg$c1493 = "&", peg$c1494 = peg$literalExpectation("&", false), peg$c1495 = function (name, value) { return { key: 'named_list', name, value }; }, peg$c1496 = function (name, default_value) { return { key: 'property_definition', name, default_value, required: true }; }, peg$c1497 = function (name) { return { key: 'property_definition', name, required: true }; }, peg$c1498 = function (name, default_value) { return { key: 'property_definition', name, default_value }; }, peg$c1499 = function (name) { return { key: 'property_definition', name }; }, peg$c1500 = "arrange", peg$c1501 = peg$literalExpectation("arrange", false), peg$c1502 = function (value) { return { key: 'arrange_declaration', value }; }, peg$c1503 = "arrange-start", peg$c1504 = peg$literalExpectation("arrange-start", false), peg$c1505 = function (value) { return { key: 'arrange_start_declaration', value }; }, peg$c1506 = "arrange-end", peg$c1507 = peg$literalExpectation("arrange-end", false), peg$c1508 = function (value) { return { key: 'arrange_end_declaration', value }; }, peg$c1509 = peg$otherExpectation("arrange declaration"), peg$currPos = 0, peg$savedPos = 0, peg$posDetailsCache = [{ line: 1, column: 1 }], peg$maxFailPos = 0, peg$maxFailExpected = [], peg$silentFails = 0, peg$result;
|
|
413
413
|
if ("startRule" in options) {
|
|
414
414
|
if (!(options.startRule in peg$startRuleFunctions)) {
|
|
415
415
|
throw new Error("Can't start parsing from rule \"" + options.startRule + "\".");
|
|
@@ -12407,6 +12407,18 @@ function peg$parse(input, options) {
|
|
|
12407
12407
|
peg$fail(peg$c1327);
|
|
12408
12408
|
}
|
|
12409
12409
|
}
|
|
12410
|
+
if (s0 === peg$FAILED) {
|
|
12411
|
+
if (input.substr(peg$currPos, 5) === peg$c1328) {
|
|
12412
|
+
s0 = peg$c1328;
|
|
12413
|
+
peg$currPos += 5;
|
|
12414
|
+
}
|
|
12415
|
+
else {
|
|
12416
|
+
s0 = peg$FAILED;
|
|
12417
|
+
if (peg$silentFails === 0) {
|
|
12418
|
+
peg$fail(peg$c1329);
|
|
12419
|
+
}
|
|
12420
|
+
}
|
|
12421
|
+
}
|
|
12410
12422
|
}
|
|
12411
12423
|
}
|
|
12412
12424
|
}
|
|
@@ -12435,14 +12447,14 @@ function peg$parse(input, options) {
|
|
|
12435
12447
|
s1 = null;
|
|
12436
12448
|
}
|
|
12437
12449
|
if (s1 !== peg$FAILED) {
|
|
12438
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
12439
|
-
s2 = peg$
|
|
12450
|
+
if (input.substr(peg$currPos, 5) === peg$c1330) {
|
|
12451
|
+
s2 = peg$c1330;
|
|
12440
12452
|
peg$currPos += 5;
|
|
12441
12453
|
}
|
|
12442
12454
|
else {
|
|
12443
12455
|
s2 = peg$FAILED;
|
|
12444
12456
|
if (peg$silentFails === 0) {
|
|
12445
|
-
peg$fail(peg$
|
|
12457
|
+
peg$fail(peg$c1331);
|
|
12446
12458
|
}
|
|
12447
12459
|
}
|
|
12448
12460
|
if (s2 !== peg$FAILED) {
|
|
@@ -12510,7 +12522,7 @@ function peg$parse(input, options) {
|
|
|
12510
12522
|
}
|
|
12511
12523
|
if (s11 !== peg$FAILED) {
|
|
12512
12524
|
peg$savedPos = s0;
|
|
12513
|
-
s1 = peg$
|
|
12525
|
+
s1 = peg$c1332(s8);
|
|
12514
12526
|
s0 = s1;
|
|
12515
12527
|
}
|
|
12516
12528
|
else {
|
|
@@ -12577,14 +12589,14 @@ function peg$parse(input, options) {
|
|
|
12577
12589
|
s1 = null;
|
|
12578
12590
|
}
|
|
12579
12591
|
if (s1 !== peg$FAILED) {
|
|
12580
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
12581
|
-
s2 = peg$
|
|
12592
|
+
if (input.substr(peg$currPos, 11) === peg$c1333) {
|
|
12593
|
+
s2 = peg$c1333;
|
|
12582
12594
|
peg$currPos += 11;
|
|
12583
12595
|
}
|
|
12584
12596
|
else {
|
|
12585
12597
|
s2 = peg$FAILED;
|
|
12586
12598
|
if (peg$silentFails === 0) {
|
|
12587
|
-
peg$fail(peg$
|
|
12599
|
+
peg$fail(peg$c1334);
|
|
12588
12600
|
}
|
|
12589
12601
|
}
|
|
12590
12602
|
if (s2 !== peg$FAILED) {
|
|
@@ -12652,7 +12664,7 @@ function peg$parse(input, options) {
|
|
|
12652
12664
|
}
|
|
12653
12665
|
if (s11 !== peg$FAILED) {
|
|
12654
12666
|
peg$savedPos = s0;
|
|
12655
|
-
s1 = peg$
|
|
12667
|
+
s1 = peg$c1335(s8);
|
|
12656
12668
|
s0 = s1;
|
|
12657
12669
|
}
|
|
12658
12670
|
else {
|
|
@@ -12719,14 +12731,14 @@ function peg$parse(input, options) {
|
|
|
12719
12731
|
s1 = null;
|
|
12720
12732
|
}
|
|
12721
12733
|
if (s1 !== peg$FAILED) {
|
|
12722
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
12723
|
-
s2 = peg$
|
|
12734
|
+
if (input.substr(peg$currPos, 9) === peg$c1336) {
|
|
12735
|
+
s2 = peg$c1336;
|
|
12724
12736
|
peg$currPos += 9;
|
|
12725
12737
|
}
|
|
12726
12738
|
else {
|
|
12727
12739
|
s2 = peg$FAILED;
|
|
12728
12740
|
if (peg$silentFails === 0) {
|
|
12729
|
-
peg$fail(peg$
|
|
12741
|
+
peg$fail(peg$c1337);
|
|
12730
12742
|
}
|
|
12731
12743
|
}
|
|
12732
12744
|
if (s2 !== peg$FAILED) {
|
|
@@ -12794,7 +12806,7 @@ function peg$parse(input, options) {
|
|
|
12794
12806
|
}
|
|
12795
12807
|
if (s11 !== peg$FAILED) {
|
|
12796
12808
|
peg$savedPos = s0;
|
|
12797
|
-
s1 = peg$
|
|
12809
|
+
s1 = peg$c1338(s8);
|
|
12798
12810
|
s0 = s1;
|
|
12799
12811
|
}
|
|
12800
12812
|
else {
|
|
@@ -12861,14 +12873,14 @@ function peg$parse(input, options) {
|
|
|
12861
12873
|
s1 = null;
|
|
12862
12874
|
}
|
|
12863
12875
|
if (s1 !== peg$FAILED) {
|
|
12864
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
12865
|
-
s2 = peg$
|
|
12876
|
+
if (input.substr(peg$currPos, 12) === peg$c1339) {
|
|
12877
|
+
s2 = peg$c1339;
|
|
12866
12878
|
peg$currPos += 12;
|
|
12867
12879
|
}
|
|
12868
12880
|
else {
|
|
12869
12881
|
s2 = peg$FAILED;
|
|
12870
12882
|
if (peg$silentFails === 0) {
|
|
12871
|
-
peg$fail(peg$
|
|
12883
|
+
peg$fail(peg$c1340);
|
|
12872
12884
|
}
|
|
12873
12885
|
}
|
|
12874
12886
|
if (s2 !== peg$FAILED) {
|
|
@@ -12936,7 +12948,7 @@ function peg$parse(input, options) {
|
|
|
12936
12948
|
}
|
|
12937
12949
|
if (s11 !== peg$FAILED) {
|
|
12938
12950
|
peg$savedPos = s0;
|
|
12939
|
-
s1 = peg$
|
|
12951
|
+
s1 = peg$c1341(s8);
|
|
12940
12952
|
s0 = s1;
|
|
12941
12953
|
}
|
|
12942
12954
|
else {
|
|
@@ -13003,14 +13015,14 @@ function peg$parse(input, options) {
|
|
|
13003
13015
|
s1 = null;
|
|
13004
13016
|
}
|
|
13005
13017
|
if (s1 !== peg$FAILED) {
|
|
13006
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
13007
|
-
s2 = peg$
|
|
13018
|
+
if (input.substr(peg$currPos, 14) === peg$c1342) {
|
|
13019
|
+
s2 = peg$c1342;
|
|
13008
13020
|
peg$currPos += 14;
|
|
13009
13021
|
}
|
|
13010
13022
|
else {
|
|
13011
13023
|
s2 = peg$FAILED;
|
|
13012
13024
|
if (peg$silentFails === 0) {
|
|
13013
|
-
peg$fail(peg$
|
|
13025
|
+
peg$fail(peg$c1343);
|
|
13014
13026
|
}
|
|
13015
13027
|
}
|
|
13016
13028
|
if (s2 !== peg$FAILED) {
|
|
@@ -13078,7 +13090,7 @@ function peg$parse(input, options) {
|
|
|
13078
13090
|
}
|
|
13079
13091
|
if (s11 !== peg$FAILED) {
|
|
13080
13092
|
peg$savedPos = s0;
|
|
13081
|
-
s1 = peg$
|
|
13093
|
+
s1 = peg$c1344(s8);
|
|
13082
13094
|
s0 = s1;
|
|
13083
13095
|
}
|
|
13084
13096
|
else {
|
|
@@ -13145,14 +13157,14 @@ function peg$parse(input, options) {
|
|
|
13145
13157
|
s1 = null;
|
|
13146
13158
|
}
|
|
13147
13159
|
if (s1 !== peg$FAILED) {
|
|
13148
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
13149
|
-
s2 = peg$
|
|
13160
|
+
if (input.substr(peg$currPos, 12) === peg$c1345) {
|
|
13161
|
+
s2 = peg$c1345;
|
|
13150
13162
|
peg$currPos += 12;
|
|
13151
13163
|
}
|
|
13152
13164
|
else {
|
|
13153
13165
|
s2 = peg$FAILED;
|
|
13154
13166
|
if (peg$silentFails === 0) {
|
|
13155
|
-
peg$fail(peg$
|
|
13167
|
+
peg$fail(peg$c1346);
|
|
13156
13168
|
}
|
|
13157
13169
|
}
|
|
13158
13170
|
if (s2 !== peg$FAILED) {
|
|
@@ -13220,7 +13232,7 @@ function peg$parse(input, options) {
|
|
|
13220
13232
|
}
|
|
13221
13233
|
if (s11 !== peg$FAILED) {
|
|
13222
13234
|
peg$savedPos = s0;
|
|
13223
|
-
s1 = peg$
|
|
13235
|
+
s1 = peg$c1347(s8);
|
|
13224
13236
|
s0 = s1;
|
|
13225
13237
|
}
|
|
13226
13238
|
else {
|
|
@@ -13355,7 +13367,7 @@ function peg$parse(input, options) {
|
|
|
13355
13367
|
}
|
|
13356
13368
|
if (s4 !== peg$FAILED) {
|
|
13357
13369
|
peg$savedPos = s0;
|
|
13358
|
-
s1 = peg$
|
|
13370
|
+
s1 = peg$c1348(s1, s3);
|
|
13359
13371
|
s0 = s1;
|
|
13360
13372
|
}
|
|
13361
13373
|
else {
|
|
@@ -13402,14 +13414,14 @@ function peg$parse(input, options) {
|
|
|
13402
13414
|
s1 = null;
|
|
13403
13415
|
}
|
|
13404
13416
|
if (s1 !== peg$FAILED) {
|
|
13405
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
13406
|
-
s2 = peg$
|
|
13417
|
+
if (input.substr(peg$currPos, 6) === peg$c1349) {
|
|
13418
|
+
s2 = peg$c1349;
|
|
13407
13419
|
peg$currPos += 6;
|
|
13408
13420
|
}
|
|
13409
13421
|
else {
|
|
13410
13422
|
s2 = peg$FAILED;
|
|
13411
13423
|
if (peg$silentFails === 0) {
|
|
13412
|
-
peg$fail(peg$
|
|
13424
|
+
peg$fail(peg$c1350);
|
|
13413
13425
|
}
|
|
13414
13426
|
}
|
|
13415
13427
|
if (s2 !== peg$FAILED) {
|
|
@@ -13477,7 +13489,7 @@ function peg$parse(input, options) {
|
|
|
13477
13489
|
}
|
|
13478
13490
|
if (s11 !== peg$FAILED) {
|
|
13479
13491
|
peg$savedPos = s0;
|
|
13480
|
-
s1 = peg$
|
|
13492
|
+
s1 = peg$c1351(s8);
|
|
13481
13493
|
s0 = s1;
|
|
13482
13494
|
}
|
|
13483
13495
|
else {
|
|
@@ -13592,7 +13604,7 @@ function peg$parse(input, options) {
|
|
|
13592
13604
|
}
|
|
13593
13605
|
if (s4 !== peg$FAILED) {
|
|
13594
13606
|
peg$savedPos = s0;
|
|
13595
|
-
s1 = peg$
|
|
13607
|
+
s1 = peg$c1352(s1, s3);
|
|
13596
13608
|
s0 = s1;
|
|
13597
13609
|
}
|
|
13598
13610
|
else {
|
|
@@ -13699,7 +13711,7 @@ function peg$parse(input, options) {
|
|
|
13699
13711
|
}
|
|
13700
13712
|
if (s9 !== peg$FAILED) {
|
|
13701
13713
|
peg$savedPos = s0;
|
|
13702
|
-
s1 = peg$
|
|
13714
|
+
s1 = peg$c1354(s6);
|
|
13703
13715
|
s0 = s1;
|
|
13704
13716
|
}
|
|
13705
13717
|
else {
|
|
@@ -13750,7 +13762,7 @@ function peg$parse(input, options) {
|
|
|
13750
13762
|
if (s0 === peg$FAILED) {
|
|
13751
13763
|
s1 = peg$FAILED;
|
|
13752
13764
|
if (peg$silentFails === 0) {
|
|
13753
|
-
peg$fail(peg$
|
|
13765
|
+
peg$fail(peg$c1353);
|
|
13754
13766
|
}
|
|
13755
13767
|
}
|
|
13756
13768
|
return s0;
|
|
@@ -13763,14 +13775,14 @@ function peg$parse(input, options) {
|
|
|
13763
13775
|
s1 = null;
|
|
13764
13776
|
}
|
|
13765
13777
|
if (s1 !== peg$FAILED) {
|
|
13766
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
13767
|
-
s2 = peg$
|
|
13778
|
+
if (input.substr(peg$currPos, 10) === peg$c1355) {
|
|
13779
|
+
s2 = peg$c1355;
|
|
13768
13780
|
peg$currPos += 10;
|
|
13769
13781
|
}
|
|
13770
13782
|
else {
|
|
13771
13783
|
s2 = peg$FAILED;
|
|
13772
13784
|
if (peg$silentFails === 0) {
|
|
13773
|
-
peg$fail(peg$
|
|
13785
|
+
peg$fail(peg$c1356);
|
|
13774
13786
|
}
|
|
13775
13787
|
}
|
|
13776
13788
|
if (s2 !== peg$FAILED) {
|
|
@@ -13838,7 +13850,7 @@ function peg$parse(input, options) {
|
|
|
13838
13850
|
}
|
|
13839
13851
|
if (s11 !== peg$FAILED) {
|
|
13840
13852
|
peg$savedPos = s0;
|
|
13841
|
-
s1 = peg$
|
|
13853
|
+
s1 = peg$c1357(s8);
|
|
13842
13854
|
s0 = s1;
|
|
13843
13855
|
}
|
|
13844
13856
|
else {
|
|
@@ -13905,14 +13917,14 @@ function peg$parse(input, options) {
|
|
|
13905
13917
|
s1 = null;
|
|
13906
13918
|
}
|
|
13907
13919
|
if (s1 !== peg$FAILED) {
|
|
13908
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
13909
|
-
s2 = peg$
|
|
13920
|
+
if (input.substr(peg$currPos, 12) === peg$c1358) {
|
|
13921
|
+
s2 = peg$c1358;
|
|
13910
13922
|
peg$currPos += 12;
|
|
13911
13923
|
}
|
|
13912
13924
|
else {
|
|
13913
13925
|
s2 = peg$FAILED;
|
|
13914
13926
|
if (peg$silentFails === 0) {
|
|
13915
|
-
peg$fail(peg$
|
|
13927
|
+
peg$fail(peg$c1359);
|
|
13916
13928
|
}
|
|
13917
13929
|
}
|
|
13918
13930
|
if (s2 !== peg$FAILED) {
|
|
@@ -13961,7 +13973,7 @@ function peg$parse(input, options) {
|
|
|
13961
13973
|
}
|
|
13962
13974
|
if (s9 !== peg$FAILED) {
|
|
13963
13975
|
peg$savedPos = s0;
|
|
13964
|
-
s1 = peg$
|
|
13976
|
+
s1 = peg$c1360(s6);
|
|
13965
13977
|
s0 = s1;
|
|
13966
13978
|
}
|
|
13967
13979
|
else {
|
|
@@ -14018,14 +14030,14 @@ function peg$parse(input, options) {
|
|
|
14018
14030
|
s1 = null;
|
|
14019
14031
|
}
|
|
14020
14032
|
if (s1 !== peg$FAILED) {
|
|
14021
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14022
|
-
s2 = peg$
|
|
14033
|
+
if (input.substr(peg$currPos, 12) === peg$c1361) {
|
|
14034
|
+
s2 = peg$c1361;
|
|
14023
14035
|
peg$currPos += 12;
|
|
14024
14036
|
}
|
|
14025
14037
|
else {
|
|
14026
14038
|
s2 = peg$FAILED;
|
|
14027
14039
|
if (peg$silentFails === 0) {
|
|
14028
|
-
peg$fail(peg$
|
|
14040
|
+
peg$fail(peg$c1362);
|
|
14029
14041
|
}
|
|
14030
14042
|
}
|
|
14031
14043
|
if (s2 !== peg$FAILED) {
|
|
@@ -14074,7 +14086,7 @@ function peg$parse(input, options) {
|
|
|
14074
14086
|
}
|
|
14075
14087
|
if (s9 !== peg$FAILED) {
|
|
14076
14088
|
peg$savedPos = s0;
|
|
14077
|
-
s1 = peg$
|
|
14089
|
+
s1 = peg$c1363(s6);
|
|
14078
14090
|
s0 = s1;
|
|
14079
14091
|
}
|
|
14080
14092
|
else {
|
|
@@ -14131,14 +14143,14 @@ function peg$parse(input, options) {
|
|
|
14131
14143
|
s1 = null;
|
|
14132
14144
|
}
|
|
14133
14145
|
if (s1 !== peg$FAILED) {
|
|
14134
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
14135
|
-
s2 = peg$
|
|
14146
|
+
if (input.substr(peg$currPos, 10) === peg$c1364) {
|
|
14147
|
+
s2 = peg$c1364;
|
|
14136
14148
|
peg$currPos += 10;
|
|
14137
14149
|
}
|
|
14138
14150
|
else {
|
|
14139
14151
|
s2 = peg$FAILED;
|
|
14140
14152
|
if (peg$silentFails === 0) {
|
|
14141
|
-
peg$fail(peg$
|
|
14153
|
+
peg$fail(peg$c1365);
|
|
14142
14154
|
}
|
|
14143
14155
|
}
|
|
14144
14156
|
if (s2 !== peg$FAILED) {
|
|
@@ -14187,7 +14199,7 @@ function peg$parse(input, options) {
|
|
|
14187
14199
|
}
|
|
14188
14200
|
if (s9 !== peg$FAILED) {
|
|
14189
14201
|
peg$savedPos = s0;
|
|
14190
|
-
s1 = peg$
|
|
14202
|
+
s1 = peg$c1366(s6);
|
|
14191
14203
|
s0 = s1;
|
|
14192
14204
|
}
|
|
14193
14205
|
else {
|
|
@@ -14244,14 +14256,14 @@ function peg$parse(input, options) {
|
|
|
14244
14256
|
s1 = null;
|
|
14245
14257
|
}
|
|
14246
14258
|
if (s1 !== peg$FAILED) {
|
|
14247
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
14248
|
-
s2 = peg$
|
|
14259
|
+
if (input.substr(peg$currPos, 14) === peg$c1367) {
|
|
14260
|
+
s2 = peg$c1367;
|
|
14249
14261
|
peg$currPos += 14;
|
|
14250
14262
|
}
|
|
14251
14263
|
else {
|
|
14252
14264
|
s2 = peg$FAILED;
|
|
14253
14265
|
if (peg$silentFails === 0) {
|
|
14254
|
-
peg$fail(peg$
|
|
14266
|
+
peg$fail(peg$c1368);
|
|
14255
14267
|
}
|
|
14256
14268
|
}
|
|
14257
14269
|
if (s2 !== peg$FAILED) {
|
|
@@ -14300,7 +14312,7 @@ function peg$parse(input, options) {
|
|
|
14300
14312
|
}
|
|
14301
14313
|
if (s9 !== peg$FAILED) {
|
|
14302
14314
|
peg$savedPos = s0;
|
|
14303
|
-
s1 = peg$
|
|
14315
|
+
s1 = peg$c1369(s6);
|
|
14304
14316
|
s0 = s1;
|
|
14305
14317
|
}
|
|
14306
14318
|
else {
|
|
@@ -14357,14 +14369,14 @@ function peg$parse(input, options) {
|
|
|
14357
14369
|
s1 = null;
|
|
14358
14370
|
}
|
|
14359
14371
|
if (s1 !== peg$FAILED) {
|
|
14360
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
14361
|
-
s2 = peg$
|
|
14372
|
+
if (input.substr(peg$currPos, 15) === peg$c1370) {
|
|
14373
|
+
s2 = peg$c1370;
|
|
14362
14374
|
peg$currPos += 15;
|
|
14363
14375
|
}
|
|
14364
14376
|
else {
|
|
14365
14377
|
s2 = peg$FAILED;
|
|
14366
14378
|
if (peg$silentFails === 0) {
|
|
14367
|
-
peg$fail(peg$
|
|
14379
|
+
peg$fail(peg$c1371);
|
|
14368
14380
|
}
|
|
14369
14381
|
}
|
|
14370
14382
|
if (s2 !== peg$FAILED) {
|
|
@@ -14413,7 +14425,7 @@ function peg$parse(input, options) {
|
|
|
14413
14425
|
}
|
|
14414
14426
|
if (s9 !== peg$FAILED) {
|
|
14415
14427
|
peg$savedPos = s0;
|
|
14416
|
-
s1 = peg$
|
|
14428
|
+
s1 = peg$c1372(s6);
|
|
14417
14429
|
s0 = s1;
|
|
14418
14430
|
}
|
|
14419
14431
|
else {
|
|
@@ -14477,7 +14489,7 @@ function peg$parse(input, options) {
|
|
|
14477
14489
|
}
|
|
14478
14490
|
if (s1 !== peg$FAILED) {
|
|
14479
14491
|
peg$savedPos = s0;
|
|
14480
|
-
s1 = peg$
|
|
14492
|
+
s1 = peg$c1373();
|
|
14481
14493
|
}
|
|
14482
14494
|
s0 = s1;
|
|
14483
14495
|
if (s0 === peg$FAILED) {
|
|
@@ -14494,7 +14506,7 @@ function peg$parse(input, options) {
|
|
|
14494
14506
|
}
|
|
14495
14507
|
if (s1 !== peg$FAILED) {
|
|
14496
14508
|
peg$savedPos = s0;
|
|
14497
|
-
s1 = peg$
|
|
14509
|
+
s1 = peg$c1374();
|
|
14498
14510
|
}
|
|
14499
14511
|
s0 = s1;
|
|
14500
14512
|
if (s0 === peg$FAILED) {
|
|
@@ -14549,131 +14561,131 @@ function peg$parse(input, options) {
|
|
|
14549
14561
|
peg$silentFails--;
|
|
14550
14562
|
if (s0 === peg$FAILED) {
|
|
14551
14563
|
if (peg$silentFails === 0) {
|
|
14552
|
-
peg$fail(peg$
|
|
14564
|
+
peg$fail(peg$c1375);
|
|
14553
14565
|
}
|
|
14554
14566
|
}
|
|
14555
14567
|
return s0;
|
|
14556
14568
|
}
|
|
14557
14569
|
function peg$parseLicenseOrLabelOrList() {
|
|
14558
14570
|
var s0;
|
|
14559
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
14560
|
-
s0 = peg$
|
|
14571
|
+
if (input.substr(peg$currPos, 3) === peg$c1376) {
|
|
14572
|
+
s0 = peg$c1376;
|
|
14561
14573
|
peg$currPos += 3;
|
|
14562
14574
|
}
|
|
14563
14575
|
else {
|
|
14564
14576
|
s0 = peg$FAILED;
|
|
14565
14577
|
if (peg$silentFails === 0) {
|
|
14566
|
-
peg$fail(peg$
|
|
14578
|
+
peg$fail(peg$c1377);
|
|
14567
14579
|
}
|
|
14568
14580
|
}
|
|
14569
14581
|
if (s0 === peg$FAILED) {
|
|
14570
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14571
|
-
s0 = peg$
|
|
14582
|
+
if (input.substr(peg$currPos, 12) === peg$c1378) {
|
|
14583
|
+
s0 = peg$c1378;
|
|
14572
14584
|
peg$currPos += 12;
|
|
14573
14585
|
}
|
|
14574
14586
|
else {
|
|
14575
14587
|
s0 = peg$FAILED;
|
|
14576
14588
|
if (peg$silentFails === 0) {
|
|
14577
|
-
peg$fail(peg$
|
|
14589
|
+
peg$fail(peg$c1379);
|
|
14578
14590
|
}
|
|
14579
14591
|
}
|
|
14580
14592
|
if (s0 === peg$FAILED) {
|
|
14581
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14582
|
-
s0 = peg$
|
|
14593
|
+
if (input.substr(peg$currPos, 12) === peg$c1380) {
|
|
14594
|
+
s0 = peg$c1380;
|
|
14583
14595
|
peg$currPos += 12;
|
|
14584
14596
|
}
|
|
14585
14597
|
else {
|
|
14586
14598
|
s0 = peg$FAILED;
|
|
14587
14599
|
if (peg$silentFails === 0) {
|
|
14588
|
-
peg$fail(peg$
|
|
14600
|
+
peg$fail(peg$c1381);
|
|
14589
14601
|
}
|
|
14590
14602
|
}
|
|
14591
14603
|
if (s0 === peg$FAILED) {
|
|
14592
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
14593
|
-
s0 = peg$
|
|
14604
|
+
if (input.substr(peg$currPos, 10) === peg$c1382) {
|
|
14605
|
+
s0 = peg$c1382;
|
|
14594
14606
|
peg$currPos += 10;
|
|
14595
14607
|
}
|
|
14596
14608
|
else {
|
|
14597
14609
|
s0 = peg$FAILED;
|
|
14598
14610
|
if (peg$silentFails === 0) {
|
|
14599
|
-
peg$fail(peg$
|
|
14611
|
+
peg$fail(peg$c1383);
|
|
14600
14612
|
}
|
|
14601
14613
|
}
|
|
14602
14614
|
if (s0 === peg$FAILED) {
|
|
14603
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
14604
|
-
s0 = peg$
|
|
14615
|
+
if (input.substr(peg$currPos, 11) === peg$c1384) {
|
|
14616
|
+
s0 = peg$c1384;
|
|
14605
14617
|
peg$currPos += 11;
|
|
14606
14618
|
}
|
|
14607
14619
|
else {
|
|
14608
14620
|
s0 = peg$FAILED;
|
|
14609
14621
|
if (peg$silentFails === 0) {
|
|
14610
|
-
peg$fail(peg$
|
|
14622
|
+
peg$fail(peg$c1385);
|
|
14611
14623
|
}
|
|
14612
14624
|
}
|
|
14613
14625
|
if (s0 === peg$FAILED) {
|
|
14614
|
-
if (input.substr(peg$currPos, 13) === peg$
|
|
14615
|
-
s0 = peg$
|
|
14626
|
+
if (input.substr(peg$currPos, 13) === peg$c1386) {
|
|
14627
|
+
s0 = peg$c1386;
|
|
14616
14628
|
peg$currPos += 13;
|
|
14617
14629
|
}
|
|
14618
14630
|
else {
|
|
14619
14631
|
s0 = peg$FAILED;
|
|
14620
14632
|
if (peg$silentFails === 0) {
|
|
14621
|
-
peg$fail(peg$
|
|
14633
|
+
peg$fail(peg$c1387);
|
|
14622
14634
|
}
|
|
14623
14635
|
}
|
|
14624
14636
|
if (s0 === peg$FAILED) {
|
|
14625
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14626
|
-
s0 = peg$
|
|
14637
|
+
if (input.substr(peg$currPos, 6) === peg$c1388) {
|
|
14638
|
+
s0 = peg$c1388;
|
|
14627
14639
|
peg$currPos += 6;
|
|
14628
14640
|
}
|
|
14629
14641
|
else {
|
|
14630
14642
|
s0 = peg$FAILED;
|
|
14631
14643
|
if (peg$silentFails === 0) {
|
|
14632
|
-
peg$fail(peg$
|
|
14644
|
+
peg$fail(peg$c1389);
|
|
14633
14645
|
}
|
|
14634
14646
|
}
|
|
14635
14647
|
if (s0 === peg$FAILED) {
|
|
14636
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14637
|
-
s0 = peg$
|
|
14648
|
+
if (input.substr(peg$currPos, 6) === peg$c1390) {
|
|
14649
|
+
s0 = peg$c1390;
|
|
14638
14650
|
peg$currPos += 6;
|
|
14639
14651
|
}
|
|
14640
14652
|
else {
|
|
14641
14653
|
s0 = peg$FAILED;
|
|
14642
14654
|
if (peg$silentFails === 0) {
|
|
14643
|
-
peg$fail(peg$
|
|
14655
|
+
peg$fail(peg$c1391);
|
|
14644
14656
|
}
|
|
14645
14657
|
}
|
|
14646
14658
|
if (s0 === peg$FAILED) {
|
|
14647
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
14648
|
-
s0 = peg$
|
|
14659
|
+
if (input.substr(peg$currPos, 9) === peg$c1392) {
|
|
14660
|
+
s0 = peg$c1392;
|
|
14649
14661
|
peg$currPos += 9;
|
|
14650
14662
|
}
|
|
14651
14663
|
else {
|
|
14652
14664
|
s0 = peg$FAILED;
|
|
14653
14665
|
if (peg$silentFails === 0) {
|
|
14654
|
-
peg$fail(peg$
|
|
14666
|
+
peg$fail(peg$c1393);
|
|
14655
14667
|
}
|
|
14656
14668
|
}
|
|
14657
14669
|
if (s0 === peg$FAILED) {
|
|
14658
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
14659
|
-
s0 = peg$
|
|
14670
|
+
if (input.substr(peg$currPos, 9) === peg$c1394) {
|
|
14671
|
+
s0 = peg$c1394;
|
|
14660
14672
|
peg$currPos += 9;
|
|
14661
14673
|
}
|
|
14662
14674
|
else {
|
|
14663
14675
|
s0 = peg$FAILED;
|
|
14664
14676
|
if (peg$silentFails === 0) {
|
|
14665
|
-
peg$fail(peg$
|
|
14677
|
+
peg$fail(peg$c1395);
|
|
14666
14678
|
}
|
|
14667
14679
|
}
|
|
14668
14680
|
if (s0 === peg$FAILED) {
|
|
14669
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
14670
|
-
s0 = peg$
|
|
14681
|
+
if (input.substr(peg$currPos, 7) === peg$c1396) {
|
|
14682
|
+
s0 = peg$c1396;
|
|
14671
14683
|
peg$currPos += 7;
|
|
14672
14684
|
}
|
|
14673
14685
|
else {
|
|
14674
14686
|
s0 = peg$FAILED;
|
|
14675
14687
|
if (peg$silentFails === 0) {
|
|
14676
|
-
peg$fail(peg$
|
|
14688
|
+
peg$fail(peg$c1397);
|
|
14677
14689
|
}
|
|
14678
14690
|
}
|
|
14679
14691
|
if (s0 === peg$FAILED) {
|
|
@@ -14697,47 +14709,47 @@ function peg$parse(input, options) {
|
|
|
14697
14709
|
function peg$parseDirection() {
|
|
14698
14710
|
var s0;
|
|
14699
14711
|
peg$silentFails++;
|
|
14700
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
14701
|
-
s0 = peg$
|
|
14712
|
+
if (input.substr(peg$currPos, 2) === peg$c1399) {
|
|
14713
|
+
s0 = peg$c1399;
|
|
14702
14714
|
peg$currPos += 2;
|
|
14703
14715
|
}
|
|
14704
14716
|
else {
|
|
14705
14717
|
s0 = peg$FAILED;
|
|
14706
14718
|
if (peg$silentFails === 0) {
|
|
14707
|
-
peg$fail(peg$
|
|
14719
|
+
peg$fail(peg$c1400);
|
|
14708
14720
|
}
|
|
14709
14721
|
}
|
|
14710
14722
|
if (s0 === peg$FAILED) {
|
|
14711
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
14712
|
-
s0 = peg$
|
|
14723
|
+
if (input.substr(peg$currPos, 5) === peg$c1401) {
|
|
14724
|
+
s0 = peg$c1401;
|
|
14713
14725
|
peg$currPos += 5;
|
|
14714
14726
|
}
|
|
14715
14727
|
else {
|
|
14716
14728
|
s0 = peg$FAILED;
|
|
14717
14729
|
if (peg$silentFails === 0) {
|
|
14718
|
-
peg$fail(peg$
|
|
14730
|
+
peg$fail(peg$c1402);
|
|
14719
14731
|
}
|
|
14720
14732
|
}
|
|
14721
14733
|
if (s0 === peg$FAILED) {
|
|
14722
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14723
|
-
s0 = peg$
|
|
14734
|
+
if (input.substr(peg$currPos, 4) === peg$c1403) {
|
|
14735
|
+
s0 = peg$c1403;
|
|
14724
14736
|
peg$currPos += 4;
|
|
14725
14737
|
}
|
|
14726
14738
|
else {
|
|
14727
14739
|
s0 = peg$FAILED;
|
|
14728
14740
|
if (peg$silentFails === 0) {
|
|
14729
|
-
peg$fail(peg$
|
|
14741
|
+
peg$fail(peg$c1404);
|
|
14730
14742
|
}
|
|
14731
14743
|
}
|
|
14732
14744
|
if (s0 === peg$FAILED) {
|
|
14733
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14734
|
-
s0 = peg$
|
|
14745
|
+
if (input.substr(peg$currPos, 4) === peg$c1405) {
|
|
14746
|
+
s0 = peg$c1405;
|
|
14735
14747
|
peg$currPos += 4;
|
|
14736
14748
|
}
|
|
14737
14749
|
else {
|
|
14738
14750
|
s0 = peg$FAILED;
|
|
14739
14751
|
if (peg$silentFails === 0) {
|
|
14740
|
-
peg$fail(peg$
|
|
14752
|
+
peg$fail(peg$c1406);
|
|
14741
14753
|
}
|
|
14742
14754
|
}
|
|
14743
14755
|
}
|
|
@@ -14746,7 +14758,7 @@ function peg$parse(input, options) {
|
|
|
14746
14758
|
peg$silentFails--;
|
|
14747
14759
|
if (s0 === peg$FAILED) {
|
|
14748
14760
|
if (peg$silentFails === 0) {
|
|
14749
|
-
peg$fail(peg$
|
|
14761
|
+
peg$fail(peg$c1398);
|
|
14750
14762
|
}
|
|
14751
14763
|
}
|
|
14752
14764
|
return s0;
|
|
@@ -14754,32 +14766,32 @@ function peg$parse(input, options) {
|
|
|
14754
14766
|
function peg$parseHookDefinition() {
|
|
14755
14767
|
var s0;
|
|
14756
14768
|
peg$silentFails++;
|
|
14757
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14758
|
-
s0 = peg$
|
|
14769
|
+
if (input.substr(peg$currPos, 4) === peg$c1408) {
|
|
14770
|
+
s0 = peg$c1408;
|
|
14759
14771
|
peg$currPos += 4;
|
|
14760
14772
|
}
|
|
14761
14773
|
else {
|
|
14762
14774
|
s0 = peg$FAILED;
|
|
14763
14775
|
if (peg$silentFails === 0) {
|
|
14764
|
-
peg$fail(peg$
|
|
14776
|
+
peg$fail(peg$c1409);
|
|
14765
14777
|
}
|
|
14766
14778
|
}
|
|
14767
14779
|
if (s0 === peg$FAILED) {
|
|
14768
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14769
|
-
s0 = peg$
|
|
14780
|
+
if (input.substr(peg$currPos, 6) === peg$c1410) {
|
|
14781
|
+
s0 = peg$c1410;
|
|
14770
14782
|
peg$currPos += 6;
|
|
14771
14783
|
}
|
|
14772
14784
|
else {
|
|
14773
14785
|
s0 = peg$FAILED;
|
|
14774
14786
|
if (peg$silentFails === 0) {
|
|
14775
|
-
peg$fail(peg$
|
|
14787
|
+
peg$fail(peg$c1411);
|
|
14776
14788
|
}
|
|
14777
14789
|
}
|
|
14778
14790
|
}
|
|
14779
14791
|
peg$silentFails--;
|
|
14780
14792
|
if (s0 === peg$FAILED) {
|
|
14781
14793
|
if (peg$silentFails === 0) {
|
|
14782
|
-
peg$fail(peg$
|
|
14794
|
+
peg$fail(peg$c1407);
|
|
14783
14795
|
}
|
|
14784
14796
|
}
|
|
14785
14797
|
return s0;
|
|
@@ -14792,14 +14804,14 @@ function peg$parse(input, options) {
|
|
|
14792
14804
|
s1 = null;
|
|
14793
14805
|
}
|
|
14794
14806
|
if (s1 !== peg$FAILED) {
|
|
14795
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
14796
|
-
s2 = peg$
|
|
14807
|
+
if (input.substr(peg$currPos, 14) === peg$c1412) {
|
|
14808
|
+
s2 = peg$c1412;
|
|
14797
14809
|
peg$currPos += 14;
|
|
14798
14810
|
}
|
|
14799
14811
|
else {
|
|
14800
14812
|
s2 = peg$FAILED;
|
|
14801
14813
|
if (peg$silentFails === 0) {
|
|
14802
|
-
peg$fail(peg$
|
|
14814
|
+
peg$fail(peg$c1413);
|
|
14803
14815
|
}
|
|
14804
14816
|
}
|
|
14805
14817
|
if (s2 !== peg$FAILED) {
|
|
@@ -14848,7 +14860,7 @@ function peg$parse(input, options) {
|
|
|
14848
14860
|
}
|
|
14849
14861
|
if (s9 !== peg$FAILED) {
|
|
14850
14862
|
peg$savedPos = s0;
|
|
14851
|
-
s1 = peg$
|
|
14863
|
+
s1 = peg$c1414(s6);
|
|
14852
14864
|
s0 = s1;
|
|
14853
14865
|
}
|
|
14854
14866
|
else {
|
|
@@ -14905,14 +14917,14 @@ function peg$parse(input, options) {
|
|
|
14905
14917
|
s1 = null;
|
|
14906
14918
|
}
|
|
14907
14919
|
if (s1 !== peg$FAILED) {
|
|
14908
|
-
if (input.substr(peg$currPos, 19) === peg$
|
|
14909
|
-
s2 = peg$
|
|
14920
|
+
if (input.substr(peg$currPos, 19) === peg$c1415) {
|
|
14921
|
+
s2 = peg$c1415;
|
|
14910
14922
|
peg$currPos += 19;
|
|
14911
14923
|
}
|
|
14912
14924
|
else {
|
|
14913
14925
|
s2 = peg$FAILED;
|
|
14914
14926
|
if (peg$silentFails === 0) {
|
|
14915
|
-
peg$fail(peg$
|
|
14927
|
+
peg$fail(peg$c1416);
|
|
14916
14928
|
}
|
|
14917
14929
|
}
|
|
14918
14930
|
if (s2 !== peg$FAILED) {
|
|
@@ -14961,7 +14973,7 @@ function peg$parse(input, options) {
|
|
|
14961
14973
|
}
|
|
14962
14974
|
if (s9 !== peg$FAILED) {
|
|
14963
14975
|
peg$savedPos = s0;
|
|
14964
|
-
s1 = peg$
|
|
14976
|
+
s1 = peg$c1417(s6);
|
|
14965
14977
|
s0 = s1;
|
|
14966
14978
|
}
|
|
14967
14979
|
else {
|
|
@@ -15018,14 +15030,14 @@ function peg$parse(input, options) {
|
|
|
15018
15030
|
s1 = null;
|
|
15019
15031
|
}
|
|
15020
15032
|
if (s1 !== peg$FAILED) {
|
|
15021
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15022
|
-
s2 = peg$
|
|
15033
|
+
if (input.substr(peg$currPos, 15) === peg$c1418) {
|
|
15034
|
+
s2 = peg$c1418;
|
|
15023
15035
|
peg$currPos += 15;
|
|
15024
15036
|
}
|
|
15025
15037
|
else {
|
|
15026
15038
|
s2 = peg$FAILED;
|
|
15027
15039
|
if (peg$silentFails === 0) {
|
|
15028
|
-
peg$fail(peg$
|
|
15040
|
+
peg$fail(peg$c1419);
|
|
15029
15041
|
}
|
|
15030
15042
|
}
|
|
15031
15043
|
if (s2 !== peg$FAILED) {
|
|
@@ -15074,7 +15086,7 @@ function peg$parse(input, options) {
|
|
|
15074
15086
|
}
|
|
15075
15087
|
if (s9 !== peg$FAILED) {
|
|
15076
15088
|
peg$savedPos = s0;
|
|
15077
|
-
s1 = peg$
|
|
15089
|
+
s1 = peg$c1420(s6);
|
|
15078
15090
|
s0 = s1;
|
|
15079
15091
|
}
|
|
15080
15092
|
else {
|
|
@@ -15131,14 +15143,14 @@ function peg$parse(input, options) {
|
|
|
15131
15143
|
s1 = null;
|
|
15132
15144
|
}
|
|
15133
15145
|
if (s1 !== peg$FAILED) {
|
|
15134
|
-
if (input.substr(peg$currPos, 18) === peg$
|
|
15135
|
-
s2 = peg$
|
|
15146
|
+
if (input.substr(peg$currPos, 18) === peg$c1421) {
|
|
15147
|
+
s2 = peg$c1421;
|
|
15136
15148
|
peg$currPos += 18;
|
|
15137
15149
|
}
|
|
15138
15150
|
else {
|
|
15139
15151
|
s2 = peg$FAILED;
|
|
15140
15152
|
if (peg$silentFails === 0) {
|
|
15141
|
-
peg$fail(peg$
|
|
15153
|
+
peg$fail(peg$c1422);
|
|
15142
15154
|
}
|
|
15143
15155
|
}
|
|
15144
15156
|
if (s2 !== peg$FAILED) {
|
|
@@ -15187,7 +15199,7 @@ function peg$parse(input, options) {
|
|
|
15187
15199
|
}
|
|
15188
15200
|
if (s9 !== peg$FAILED) {
|
|
15189
15201
|
peg$savedPos = s0;
|
|
15190
|
-
s1 = peg$
|
|
15202
|
+
s1 = peg$c1423(s6);
|
|
15191
15203
|
s0 = s1;
|
|
15192
15204
|
}
|
|
15193
15205
|
else {
|
|
@@ -15244,14 +15256,14 @@ function peg$parse(input, options) {
|
|
|
15244
15256
|
s1 = null;
|
|
15245
15257
|
}
|
|
15246
15258
|
if (s1 !== peg$FAILED) {
|
|
15247
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
15248
|
-
s2 = peg$
|
|
15259
|
+
if (input.substr(peg$currPos, 12) === peg$c1424) {
|
|
15260
|
+
s2 = peg$c1424;
|
|
15249
15261
|
peg$currPos += 12;
|
|
15250
15262
|
}
|
|
15251
15263
|
else {
|
|
15252
15264
|
s2 = peg$FAILED;
|
|
15253
15265
|
if (peg$silentFails === 0) {
|
|
15254
|
-
peg$fail(peg$
|
|
15266
|
+
peg$fail(peg$c1425);
|
|
15255
15267
|
}
|
|
15256
15268
|
}
|
|
15257
15269
|
if (s2 !== peg$FAILED) {
|
|
@@ -15300,7 +15312,7 @@ function peg$parse(input, options) {
|
|
|
15300
15312
|
}
|
|
15301
15313
|
if (s9 !== peg$FAILED) {
|
|
15302
15314
|
peg$savedPos = s0;
|
|
15303
|
-
s1 = peg$
|
|
15315
|
+
s1 = peg$c1426(s6);
|
|
15304
15316
|
s0 = s1;
|
|
15305
15317
|
}
|
|
15306
15318
|
else {
|
|
@@ -15357,14 +15369,14 @@ function peg$parse(input, options) {
|
|
|
15357
15369
|
s1 = null;
|
|
15358
15370
|
}
|
|
15359
15371
|
if (s1 !== peg$FAILED) {
|
|
15360
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15361
|
-
s2 = peg$
|
|
15372
|
+
if (input.substr(peg$currPos, 15) === peg$c1430) {
|
|
15373
|
+
s2 = peg$c1430;
|
|
15362
15374
|
peg$currPos += 15;
|
|
15363
15375
|
}
|
|
15364
15376
|
else {
|
|
15365
15377
|
s2 = peg$FAILED;
|
|
15366
15378
|
if (peg$silentFails === 0) {
|
|
15367
|
-
peg$fail(peg$
|
|
15379
|
+
peg$fail(peg$c1431);
|
|
15368
15380
|
}
|
|
15369
15381
|
}
|
|
15370
15382
|
if (s2 !== peg$FAILED) {
|
|
@@ -15413,7 +15425,7 @@ function peg$parse(input, options) {
|
|
|
15413
15425
|
}
|
|
15414
15426
|
if (s9 !== peg$FAILED) {
|
|
15415
15427
|
peg$savedPos = s0;
|
|
15416
|
-
s1 = peg$
|
|
15428
|
+
s1 = peg$c1432(s6);
|
|
15417
15429
|
s0 = s1;
|
|
15418
15430
|
}
|
|
15419
15431
|
else {
|
|
@@ -15470,14 +15482,14 @@ function peg$parse(input, options) {
|
|
|
15470
15482
|
s1 = null;
|
|
15471
15483
|
}
|
|
15472
15484
|
if (s1 !== peg$FAILED) {
|
|
15473
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15474
|
-
s2 = peg$
|
|
15485
|
+
if (input.substr(peg$currPos, 15) === peg$c1433) {
|
|
15486
|
+
s2 = peg$c1433;
|
|
15475
15487
|
peg$currPos += 15;
|
|
15476
15488
|
}
|
|
15477
15489
|
else {
|
|
15478
15490
|
s2 = peg$FAILED;
|
|
15479
15491
|
if (peg$silentFails === 0) {
|
|
15480
|
-
peg$fail(peg$
|
|
15492
|
+
peg$fail(peg$c1434);
|
|
15481
15493
|
}
|
|
15482
15494
|
}
|
|
15483
15495
|
if (s2 !== peg$FAILED) {
|
|
@@ -15526,7 +15538,7 @@ function peg$parse(input, options) {
|
|
|
15526
15538
|
}
|
|
15527
15539
|
if (s9 !== peg$FAILED) {
|
|
15528
15540
|
peg$savedPos = s0;
|
|
15529
|
-
s1 = peg$
|
|
15541
|
+
s1 = peg$c1435(s6);
|
|
15530
15542
|
s0 = s1;
|
|
15531
15543
|
}
|
|
15532
15544
|
else {
|
|
@@ -15583,14 +15595,14 @@ function peg$parse(input, options) {
|
|
|
15583
15595
|
s1 = null;
|
|
15584
15596
|
}
|
|
15585
15597
|
if (s1 !== peg$FAILED) {
|
|
15586
|
-
if (input.substr(peg$currPos, 16) === peg$
|
|
15587
|
-
s2 = peg$
|
|
15598
|
+
if (input.substr(peg$currPos, 16) === peg$c1436) {
|
|
15599
|
+
s2 = peg$c1436;
|
|
15588
15600
|
peg$currPos += 16;
|
|
15589
15601
|
}
|
|
15590
15602
|
else {
|
|
15591
15603
|
s2 = peg$FAILED;
|
|
15592
15604
|
if (peg$silentFails === 0) {
|
|
15593
|
-
peg$fail(peg$
|
|
15605
|
+
peg$fail(peg$c1437);
|
|
15594
15606
|
}
|
|
15595
15607
|
}
|
|
15596
15608
|
if (s2 !== peg$FAILED) {
|
|
@@ -15639,7 +15651,7 @@ function peg$parse(input, options) {
|
|
|
15639
15651
|
}
|
|
15640
15652
|
if (s9 !== peg$FAILED) {
|
|
15641
15653
|
peg$savedPos = s0;
|
|
15642
|
-
s1 = peg$
|
|
15654
|
+
s1 = peg$c1438(s6);
|
|
15643
15655
|
s0 = s1;
|
|
15644
15656
|
}
|
|
15645
15657
|
else {
|
|
@@ -15696,14 +15708,14 @@ function peg$parse(input, options) {
|
|
|
15696
15708
|
s1 = null;
|
|
15697
15709
|
}
|
|
15698
15710
|
if (s1 !== peg$FAILED) {
|
|
15699
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
15700
|
-
s2 = peg$
|
|
15711
|
+
if (input.substr(peg$currPos, 11) === peg$c1439) {
|
|
15712
|
+
s2 = peg$c1439;
|
|
15701
15713
|
peg$currPos += 11;
|
|
15702
15714
|
}
|
|
15703
15715
|
else {
|
|
15704
15716
|
s2 = peg$FAILED;
|
|
15705
15717
|
if (peg$silentFails === 0) {
|
|
15706
|
-
peg$fail(peg$
|
|
15718
|
+
peg$fail(peg$c1440);
|
|
15707
15719
|
}
|
|
15708
15720
|
}
|
|
15709
15721
|
if (s2 !== peg$FAILED) {
|
|
@@ -15752,7 +15764,7 @@ function peg$parse(input, options) {
|
|
|
15752
15764
|
}
|
|
15753
15765
|
if (s9 !== peg$FAILED) {
|
|
15754
15766
|
peg$savedPos = s0;
|
|
15755
|
-
s1 = peg$
|
|
15767
|
+
s1 = peg$c1441(s6);
|
|
15756
15768
|
s0 = s1;
|
|
15757
15769
|
}
|
|
15758
15770
|
else {
|
|
@@ -15809,14 +15821,14 @@ function peg$parse(input, options) {
|
|
|
15809
15821
|
s1 = null;
|
|
15810
15822
|
}
|
|
15811
15823
|
if (s1 !== peg$FAILED) {
|
|
15812
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
15813
|
-
s2 = peg$
|
|
15824
|
+
if (input.substr(peg$currPos, 5) === peg$c1442) {
|
|
15825
|
+
s2 = peg$c1442;
|
|
15814
15826
|
peg$currPos += 5;
|
|
15815
15827
|
}
|
|
15816
15828
|
else {
|
|
15817
15829
|
s2 = peg$FAILED;
|
|
15818
15830
|
if (peg$silentFails === 0) {
|
|
15819
|
-
peg$fail(peg$
|
|
15831
|
+
peg$fail(peg$c1443);
|
|
15820
15832
|
}
|
|
15821
15833
|
}
|
|
15822
15834
|
if (s2 !== peg$FAILED) {
|
|
@@ -15865,7 +15877,7 @@ function peg$parse(input, options) {
|
|
|
15865
15877
|
}
|
|
15866
15878
|
if (s9 !== peg$FAILED) {
|
|
15867
15879
|
peg$savedPos = s0;
|
|
15868
|
-
s1 = peg$
|
|
15880
|
+
s1 = peg$c1444(s6);
|
|
15869
15881
|
s0 = s1;
|
|
15870
15882
|
}
|
|
15871
15883
|
else {
|
|
@@ -15922,14 +15934,14 @@ function peg$parse(input, options) {
|
|
|
15922
15934
|
s1 = null;
|
|
15923
15935
|
}
|
|
15924
15936
|
if (s1 !== peg$FAILED) {
|
|
15925
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
15926
|
-
s2 = peg$
|
|
15937
|
+
if (input.substr(peg$currPos, 4) === peg$c1445) {
|
|
15938
|
+
s2 = peg$c1445;
|
|
15927
15939
|
peg$currPos += 4;
|
|
15928
15940
|
}
|
|
15929
15941
|
else {
|
|
15930
15942
|
s2 = peg$FAILED;
|
|
15931
15943
|
if (peg$silentFails === 0) {
|
|
15932
|
-
peg$fail(peg$
|
|
15944
|
+
peg$fail(peg$c1446);
|
|
15933
15945
|
}
|
|
15934
15946
|
}
|
|
15935
15947
|
if (s2 !== peg$FAILED) {
|
|
@@ -15978,7 +15990,7 @@ function peg$parse(input, options) {
|
|
|
15978
15990
|
}
|
|
15979
15991
|
if (s9 !== peg$FAILED) {
|
|
15980
15992
|
peg$savedPos = s0;
|
|
15981
|
-
s1 = peg$
|
|
15993
|
+
s1 = peg$c1447(s6);
|
|
15982
15994
|
s0 = s1;
|
|
15983
15995
|
}
|
|
15984
15996
|
else {
|
|
@@ -16035,14 +16047,14 @@ function peg$parse(input, options) {
|
|
|
16035
16047
|
s1 = null;
|
|
16036
16048
|
}
|
|
16037
16049
|
if (s1 !== peg$FAILED) {
|
|
16038
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16039
|
-
s2 = peg$
|
|
16050
|
+
if (input.substr(peg$currPos, 5) === peg$c1448) {
|
|
16051
|
+
s2 = peg$c1448;
|
|
16040
16052
|
peg$currPos += 5;
|
|
16041
16053
|
}
|
|
16042
16054
|
else {
|
|
16043
16055
|
s2 = peg$FAILED;
|
|
16044
16056
|
if (peg$silentFails === 0) {
|
|
16045
|
-
peg$fail(peg$
|
|
16057
|
+
peg$fail(peg$c1449);
|
|
16046
16058
|
}
|
|
16047
16059
|
}
|
|
16048
16060
|
if (s2 !== peg$FAILED) {
|
|
@@ -16091,7 +16103,7 @@ function peg$parse(input, options) {
|
|
|
16091
16103
|
}
|
|
16092
16104
|
if (s9 !== peg$FAILED) {
|
|
16093
16105
|
peg$savedPos = s0;
|
|
16094
|
-
s1 = peg$
|
|
16106
|
+
s1 = peg$c1450(s6);
|
|
16095
16107
|
s0 = s1;
|
|
16096
16108
|
}
|
|
16097
16109
|
else {
|
|
@@ -16148,14 +16160,14 @@ function peg$parse(input, options) {
|
|
|
16148
16160
|
s1 = null;
|
|
16149
16161
|
}
|
|
16150
16162
|
if (s1 !== peg$FAILED) {
|
|
16151
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
16152
|
-
s2 = peg$
|
|
16163
|
+
if (input.substr(peg$currPos, 12) === peg$c1451) {
|
|
16164
|
+
s2 = peg$c1451;
|
|
16153
16165
|
peg$currPos += 12;
|
|
16154
16166
|
}
|
|
16155
16167
|
else {
|
|
16156
16168
|
s2 = peg$FAILED;
|
|
16157
16169
|
if (peg$silentFails === 0) {
|
|
16158
|
-
peg$fail(peg$
|
|
16170
|
+
peg$fail(peg$c1452);
|
|
16159
16171
|
}
|
|
16160
16172
|
}
|
|
16161
16173
|
if (s2 !== peg$FAILED) {
|
|
@@ -16204,7 +16216,7 @@ function peg$parse(input, options) {
|
|
|
16204
16216
|
}
|
|
16205
16217
|
if (s9 !== peg$FAILED) {
|
|
16206
16218
|
peg$savedPos = s0;
|
|
16207
|
-
s1 = peg$
|
|
16219
|
+
s1 = peg$c1453(s6);
|
|
16208
16220
|
s0 = s1;
|
|
16209
16221
|
}
|
|
16210
16222
|
else {
|
|
@@ -16296,7 +16308,7 @@ function peg$parse(input, options) {
|
|
|
16296
16308
|
peg$silentFails--;
|
|
16297
16309
|
if (s0 === peg$FAILED) {
|
|
16298
16310
|
if (peg$silentFails === 0) {
|
|
16299
|
-
peg$fail(peg$
|
|
16311
|
+
peg$fail(peg$c1454);
|
|
16300
16312
|
}
|
|
16301
16313
|
}
|
|
16302
16314
|
return s0;
|
|
@@ -16327,14 +16339,14 @@ function peg$parse(input, options) {
|
|
|
16327
16339
|
s1 = null;
|
|
16328
16340
|
}
|
|
16329
16341
|
if (s1 !== peg$FAILED) {
|
|
16330
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16331
|
-
s2 = peg$
|
|
16342
|
+
if (input.substr(peg$currPos, 5) === peg$c1455) {
|
|
16343
|
+
s2 = peg$c1455;
|
|
16332
16344
|
peg$currPos += 5;
|
|
16333
16345
|
}
|
|
16334
16346
|
else {
|
|
16335
16347
|
s2 = peg$FAILED;
|
|
16336
16348
|
if (peg$silentFails === 0) {
|
|
16337
|
-
peg$fail(peg$
|
|
16349
|
+
peg$fail(peg$c1456);
|
|
16338
16350
|
}
|
|
16339
16351
|
}
|
|
16340
16352
|
if (s2 !== peg$FAILED) {
|
|
@@ -16383,7 +16395,7 @@ function peg$parse(input, options) {
|
|
|
16383
16395
|
}
|
|
16384
16396
|
if (s9 !== peg$FAILED) {
|
|
16385
16397
|
peg$savedPos = s0;
|
|
16386
|
-
s1 = peg$
|
|
16398
|
+
s1 = peg$c1457(s6);
|
|
16387
16399
|
s0 = s1;
|
|
16388
16400
|
}
|
|
16389
16401
|
else {
|
|
@@ -16448,14 +16460,14 @@ function peg$parse(input, options) {
|
|
|
16448
16460
|
s1 = null;
|
|
16449
16461
|
}
|
|
16450
16462
|
if (s1 !== peg$FAILED) {
|
|
16451
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16452
|
-
s2 = peg$
|
|
16463
|
+
if (input.substr(peg$currPos, 5) === peg$c1458) {
|
|
16464
|
+
s2 = peg$c1458;
|
|
16453
16465
|
peg$currPos += 5;
|
|
16454
16466
|
}
|
|
16455
16467
|
else {
|
|
16456
16468
|
s2 = peg$FAILED;
|
|
16457
16469
|
if (peg$silentFails === 0) {
|
|
16458
|
-
peg$fail(peg$
|
|
16470
|
+
peg$fail(peg$c1459);
|
|
16459
16471
|
}
|
|
16460
16472
|
}
|
|
16461
16473
|
if (s2 !== peg$FAILED) {
|
|
@@ -16504,7 +16516,7 @@ function peg$parse(input, options) {
|
|
|
16504
16516
|
}
|
|
16505
16517
|
if (s9 !== peg$FAILED) {
|
|
16506
16518
|
peg$savedPos = s0;
|
|
16507
|
-
s1 = peg$
|
|
16519
|
+
s1 = peg$c1460(s6);
|
|
16508
16520
|
s0 = s1;
|
|
16509
16521
|
}
|
|
16510
16522
|
else {
|
|
@@ -16569,14 +16581,14 @@ function peg$parse(input, options) {
|
|
|
16569
16581
|
s1 = null;
|
|
16570
16582
|
}
|
|
16571
16583
|
if (s1 !== peg$FAILED) {
|
|
16572
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
16573
|
-
s2 = peg$
|
|
16584
|
+
if (input.substr(peg$currPos, 10) === peg$c1462) {
|
|
16585
|
+
s2 = peg$c1462;
|
|
16574
16586
|
peg$currPos += 10;
|
|
16575
16587
|
}
|
|
16576
16588
|
else {
|
|
16577
16589
|
s2 = peg$FAILED;
|
|
16578
16590
|
if (peg$silentFails === 0) {
|
|
16579
|
-
peg$fail(peg$
|
|
16591
|
+
peg$fail(peg$c1463);
|
|
16580
16592
|
}
|
|
16581
16593
|
}
|
|
16582
16594
|
if (s2 !== peg$FAILED) {
|
|
@@ -16625,7 +16637,7 @@ function peg$parse(input, options) {
|
|
|
16625
16637
|
}
|
|
16626
16638
|
if (s9 !== peg$FAILED) {
|
|
16627
16639
|
peg$savedPos = s0;
|
|
16628
|
-
s1 = peg$
|
|
16640
|
+
s1 = peg$c1464(s6);
|
|
16629
16641
|
s0 = s1;
|
|
16630
16642
|
}
|
|
16631
16643
|
else {
|
|
@@ -16676,7 +16688,7 @@ function peg$parse(input, options) {
|
|
|
16676
16688
|
if (s0 === peg$FAILED) {
|
|
16677
16689
|
s1 = peg$FAILED;
|
|
16678
16690
|
if (peg$silentFails === 0) {
|
|
16679
|
-
peg$fail(peg$
|
|
16691
|
+
peg$fail(peg$c1461);
|
|
16680
16692
|
}
|
|
16681
16693
|
}
|
|
16682
16694
|
return s0;
|
|
@@ -16690,14 +16702,14 @@ function peg$parse(input, options) {
|
|
|
16690
16702
|
s1 = null;
|
|
16691
16703
|
}
|
|
16692
16704
|
if (s1 !== peg$FAILED) {
|
|
16693
|
-
if (input.substr(peg$currPos, 16) === peg$
|
|
16694
|
-
s2 = peg$
|
|
16705
|
+
if (input.substr(peg$currPos, 16) === peg$c1466) {
|
|
16706
|
+
s2 = peg$c1466;
|
|
16695
16707
|
peg$currPos += 16;
|
|
16696
16708
|
}
|
|
16697
16709
|
else {
|
|
16698
16710
|
s2 = peg$FAILED;
|
|
16699
16711
|
if (peg$silentFails === 0) {
|
|
16700
|
-
peg$fail(peg$
|
|
16712
|
+
peg$fail(peg$c1467);
|
|
16701
16713
|
}
|
|
16702
16714
|
}
|
|
16703
16715
|
if (s2 !== peg$FAILED) {
|
|
@@ -16746,7 +16758,7 @@ function peg$parse(input, options) {
|
|
|
16746
16758
|
}
|
|
16747
16759
|
if (s9 !== peg$FAILED) {
|
|
16748
16760
|
peg$savedPos = s0;
|
|
16749
|
-
s1 = peg$
|
|
16761
|
+
s1 = peg$c1468(s6);
|
|
16750
16762
|
s0 = s1;
|
|
16751
16763
|
}
|
|
16752
16764
|
else {
|
|
@@ -16797,7 +16809,7 @@ function peg$parse(input, options) {
|
|
|
16797
16809
|
if (s0 === peg$FAILED) {
|
|
16798
16810
|
s1 = peg$FAILED;
|
|
16799
16811
|
if (peg$silentFails === 0) {
|
|
16800
|
-
peg$fail(peg$
|
|
16812
|
+
peg$fail(peg$c1465);
|
|
16801
16813
|
}
|
|
16802
16814
|
}
|
|
16803
16815
|
return s0;
|
|
@@ -16811,14 +16823,14 @@ function peg$parse(input, options) {
|
|
|
16811
16823
|
s1 = null;
|
|
16812
16824
|
}
|
|
16813
16825
|
if (s1 !== peg$FAILED) {
|
|
16814
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
16815
|
-
s2 = peg$
|
|
16826
|
+
if (input.substr(peg$currPos, 12) === peg$c1470) {
|
|
16827
|
+
s2 = peg$c1470;
|
|
16816
16828
|
peg$currPos += 12;
|
|
16817
16829
|
}
|
|
16818
16830
|
else {
|
|
16819
16831
|
s2 = peg$FAILED;
|
|
16820
16832
|
if (peg$silentFails === 0) {
|
|
16821
|
-
peg$fail(peg$
|
|
16833
|
+
peg$fail(peg$c1471);
|
|
16822
16834
|
}
|
|
16823
16835
|
}
|
|
16824
16836
|
if (s2 !== peg$FAILED) {
|
|
@@ -16867,7 +16879,7 @@ function peg$parse(input, options) {
|
|
|
16867
16879
|
}
|
|
16868
16880
|
if (s9 !== peg$FAILED) {
|
|
16869
16881
|
peg$savedPos = s0;
|
|
16870
|
-
s1 = peg$
|
|
16882
|
+
s1 = peg$c1472(s6);
|
|
16871
16883
|
s0 = s1;
|
|
16872
16884
|
}
|
|
16873
16885
|
else {
|
|
@@ -16918,7 +16930,7 @@ function peg$parse(input, options) {
|
|
|
16918
16930
|
if (s0 === peg$FAILED) {
|
|
16919
16931
|
s1 = peg$FAILED;
|
|
16920
16932
|
if (peg$silentFails === 0) {
|
|
16921
|
-
peg$fail(peg$
|
|
16933
|
+
peg$fail(peg$c1469);
|
|
16922
16934
|
}
|
|
16923
16935
|
}
|
|
16924
16936
|
return s0;
|
|
@@ -16932,14 +16944,14 @@ function peg$parse(input, options) {
|
|
|
16932
16944
|
s1 = null;
|
|
16933
16945
|
}
|
|
16934
16946
|
if (s1 !== peg$FAILED) {
|
|
16935
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16936
|
-
s2 = peg$
|
|
16947
|
+
if (input.substr(peg$currPos, 5) === peg$c1474) {
|
|
16948
|
+
s2 = peg$c1474;
|
|
16937
16949
|
peg$currPos += 5;
|
|
16938
16950
|
}
|
|
16939
16951
|
else {
|
|
16940
16952
|
s2 = peg$FAILED;
|
|
16941
16953
|
if (peg$silentFails === 0) {
|
|
16942
|
-
peg$fail(peg$
|
|
16954
|
+
peg$fail(peg$c1475);
|
|
16943
16955
|
}
|
|
16944
16956
|
}
|
|
16945
16957
|
if (s2 !== peg$FAILED) {
|
|
@@ -16988,7 +17000,7 @@ function peg$parse(input, options) {
|
|
|
16988
17000
|
}
|
|
16989
17001
|
if (s9 !== peg$FAILED) {
|
|
16990
17002
|
peg$savedPos = s0;
|
|
16991
|
-
s1 = peg$
|
|
17003
|
+
s1 = peg$c1476(s6);
|
|
16992
17004
|
s0 = s1;
|
|
16993
17005
|
}
|
|
16994
17006
|
else {
|
|
@@ -17039,7 +17051,7 @@ function peg$parse(input, options) {
|
|
|
17039
17051
|
if (s0 === peg$FAILED) {
|
|
17040
17052
|
s1 = peg$FAILED;
|
|
17041
17053
|
if (peg$silentFails === 0) {
|
|
17042
|
-
peg$fail(peg$
|
|
17054
|
+
peg$fail(peg$c1473);
|
|
17043
17055
|
}
|
|
17044
17056
|
}
|
|
17045
17057
|
return s0;
|
|
@@ -17053,14 +17065,14 @@ function peg$parse(input, options) {
|
|
|
17053
17065
|
s1 = null;
|
|
17054
17066
|
}
|
|
17055
17067
|
if (s1 !== peg$FAILED) {
|
|
17056
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
17057
|
-
s2 = peg$
|
|
17068
|
+
if (input.substr(peg$currPos, 7) === peg$c1478) {
|
|
17069
|
+
s2 = peg$c1478;
|
|
17058
17070
|
peg$currPos += 7;
|
|
17059
17071
|
}
|
|
17060
17072
|
else {
|
|
17061
17073
|
s2 = peg$FAILED;
|
|
17062
17074
|
if (peg$silentFails === 0) {
|
|
17063
|
-
peg$fail(peg$
|
|
17075
|
+
peg$fail(peg$c1479);
|
|
17064
17076
|
}
|
|
17065
17077
|
}
|
|
17066
17078
|
if (s2 !== peg$FAILED) {
|
|
@@ -17109,7 +17121,7 @@ function peg$parse(input, options) {
|
|
|
17109
17121
|
}
|
|
17110
17122
|
if (s9 !== peg$FAILED) {
|
|
17111
17123
|
peg$savedPos = s0;
|
|
17112
|
-
s1 = peg$
|
|
17124
|
+
s1 = peg$c1480(s6);
|
|
17113
17125
|
s0 = s1;
|
|
17114
17126
|
}
|
|
17115
17127
|
else {
|
|
@@ -17160,7 +17172,7 @@ function peg$parse(input, options) {
|
|
|
17160
17172
|
if (s0 === peg$FAILED) {
|
|
17161
17173
|
s1 = peg$FAILED;
|
|
17162
17174
|
if (peg$silentFails === 0) {
|
|
17163
|
-
peg$fail(peg$
|
|
17175
|
+
peg$fail(peg$c1477);
|
|
17164
17176
|
}
|
|
17165
17177
|
}
|
|
17166
17178
|
return s0;
|
|
@@ -17230,7 +17242,7 @@ function peg$parse(input, options) {
|
|
|
17230
17242
|
}
|
|
17231
17243
|
if (s9 !== peg$FAILED) {
|
|
17232
17244
|
peg$savedPos = s0;
|
|
17233
|
-
s1 = peg$
|
|
17245
|
+
s1 = peg$c1482(s6);
|
|
17234
17246
|
s0 = s1;
|
|
17235
17247
|
}
|
|
17236
17248
|
else {
|
|
@@ -17284,14 +17296,14 @@ function peg$parse(input, options) {
|
|
|
17284
17296
|
s1 = null;
|
|
17285
17297
|
}
|
|
17286
17298
|
if (s1 !== peg$FAILED) {
|
|
17287
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
17288
|
-
s2 = peg$
|
|
17299
|
+
if (input.substr(peg$currPos, 9) === peg$c1483) {
|
|
17300
|
+
s2 = peg$c1483;
|
|
17289
17301
|
peg$currPos += 9;
|
|
17290
17302
|
}
|
|
17291
17303
|
else {
|
|
17292
17304
|
s2 = peg$FAILED;
|
|
17293
17305
|
if (peg$silentFails === 0) {
|
|
17294
|
-
peg$fail(peg$
|
|
17306
|
+
peg$fail(peg$c1484);
|
|
17295
17307
|
}
|
|
17296
17308
|
}
|
|
17297
17309
|
if (s2 !== peg$FAILED) {
|
|
@@ -17340,7 +17352,7 @@ function peg$parse(input, options) {
|
|
|
17340
17352
|
}
|
|
17341
17353
|
if (s9 !== peg$FAILED) {
|
|
17342
17354
|
peg$savedPos = s0;
|
|
17343
|
-
s1 = peg$
|
|
17355
|
+
s1 = peg$c1482(s6);
|
|
17344
17356
|
s0 = s1;
|
|
17345
17357
|
}
|
|
17346
17358
|
else {
|
|
@@ -17392,7 +17404,7 @@ function peg$parse(input, options) {
|
|
|
17392
17404
|
if (s0 === peg$FAILED) {
|
|
17393
17405
|
s1 = peg$FAILED;
|
|
17394
17406
|
if (peg$silentFails === 0) {
|
|
17395
|
-
peg$fail(peg$
|
|
17407
|
+
peg$fail(peg$c1481);
|
|
17396
17408
|
}
|
|
17397
17409
|
}
|
|
17398
17410
|
return s0;
|
|
@@ -17406,14 +17418,14 @@ function peg$parse(input, options) {
|
|
|
17406
17418
|
s1 = null;
|
|
17407
17419
|
}
|
|
17408
17420
|
if (s1 !== peg$FAILED) {
|
|
17409
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17410
|
-
s2 = peg$
|
|
17421
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
17422
|
+
s2 = peg$c1486;
|
|
17411
17423
|
peg$currPos += 8;
|
|
17412
17424
|
}
|
|
17413
17425
|
else {
|
|
17414
17426
|
s2 = peg$FAILED;
|
|
17415
17427
|
if (peg$silentFails === 0) {
|
|
17416
|
-
peg$fail(peg$
|
|
17428
|
+
peg$fail(peg$c1487);
|
|
17417
17429
|
}
|
|
17418
17430
|
}
|
|
17419
17431
|
if (s2 !== peg$FAILED) {
|
|
@@ -17466,7 +17478,7 @@ function peg$parse(input, options) {
|
|
|
17466
17478
|
}
|
|
17467
17479
|
if (s11 !== peg$FAILED) {
|
|
17468
17480
|
peg$savedPos = s0;
|
|
17469
|
-
s1 = peg$
|
|
17481
|
+
s1 = peg$c1488(s6, s8);
|
|
17470
17482
|
s0 = s1;
|
|
17471
17483
|
}
|
|
17472
17484
|
else {
|
|
@@ -17530,14 +17542,14 @@ function peg$parse(input, options) {
|
|
|
17530
17542
|
s1 = null;
|
|
17531
17543
|
}
|
|
17532
17544
|
if (s1 !== peg$FAILED) {
|
|
17533
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17534
|
-
s2 = peg$
|
|
17545
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
17546
|
+
s2 = peg$c1486;
|
|
17535
17547
|
peg$currPos += 8;
|
|
17536
17548
|
}
|
|
17537
17549
|
else {
|
|
17538
17550
|
s2 = peg$FAILED;
|
|
17539
17551
|
if (peg$silentFails === 0) {
|
|
17540
|
-
peg$fail(peg$
|
|
17552
|
+
peg$fail(peg$c1487);
|
|
17541
17553
|
}
|
|
17542
17554
|
}
|
|
17543
17555
|
if (s2 !== peg$FAILED) {
|
|
@@ -17570,14 +17582,14 @@ function peg$parse(input, options) {
|
|
|
17570
17582
|
if (s8 !== peg$FAILED) {
|
|
17571
17583
|
s9 = peg$parseWS();
|
|
17572
17584
|
if (s9 !== peg$FAILED) {
|
|
17573
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17574
|
-
s10 = peg$
|
|
17585
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
17586
|
+
s10 = peg$c1489;
|
|
17575
17587
|
peg$currPos += 8;
|
|
17576
17588
|
}
|
|
17577
17589
|
else {
|
|
17578
17590
|
s10 = peg$FAILED;
|
|
17579
17591
|
if (peg$silentFails === 0) {
|
|
17580
|
-
peg$fail(peg$
|
|
17592
|
+
peg$fail(peg$c1490);
|
|
17581
17593
|
}
|
|
17582
17594
|
}
|
|
17583
17595
|
if (s10 !== peg$FAILED) {
|
|
@@ -17603,7 +17615,7 @@ function peg$parse(input, options) {
|
|
|
17603
17615
|
}
|
|
17604
17616
|
if (s13 !== peg$FAILED) {
|
|
17605
17617
|
peg$savedPos = s0;
|
|
17606
|
-
s1 = peg$
|
|
17618
|
+
s1 = peg$c1491(s6, s8);
|
|
17607
17619
|
s0 = s1;
|
|
17608
17620
|
}
|
|
17609
17621
|
else {
|
|
@@ -17675,7 +17687,7 @@ function peg$parse(input, options) {
|
|
|
17675
17687
|
if (s0 === peg$FAILED) {
|
|
17676
17688
|
s1 = peg$FAILED;
|
|
17677
17689
|
if (peg$silentFails === 0) {
|
|
17678
|
-
peg$fail(peg$
|
|
17690
|
+
peg$fail(peg$c1485);
|
|
17679
17691
|
}
|
|
17680
17692
|
}
|
|
17681
17693
|
return s0;
|
|
@@ -17789,14 +17801,14 @@ function peg$parse(input, options) {
|
|
|
17789
17801
|
s1 = null;
|
|
17790
17802
|
}
|
|
17791
17803
|
if (s1 !== peg$FAILED) {
|
|
17792
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
17793
|
-
s2 = peg$
|
|
17804
|
+
if (input.substr(peg$currPos, 5) === peg$c1330) {
|
|
17805
|
+
s2 = peg$c1330;
|
|
17794
17806
|
peg$currPos += 5;
|
|
17795
17807
|
}
|
|
17796
17808
|
else {
|
|
17797
17809
|
s2 = peg$FAILED;
|
|
17798
17810
|
if (peg$silentFails === 0) {
|
|
17799
|
-
peg$fail(peg$
|
|
17811
|
+
peg$fail(peg$c1331);
|
|
17800
17812
|
}
|
|
17801
17813
|
}
|
|
17802
17814
|
if (s2 !== peg$FAILED) {
|
|
@@ -17849,7 +17861,7 @@ function peg$parse(input, options) {
|
|
|
17849
17861
|
}
|
|
17850
17862
|
if (s11 !== peg$FAILED) {
|
|
17851
17863
|
peg$savedPos = s0;
|
|
17852
|
-
s1 = peg$
|
|
17864
|
+
s1 = peg$c1492(s4, s8);
|
|
17853
17865
|
s0 = s1;
|
|
17854
17866
|
}
|
|
17855
17867
|
else {
|
|
@@ -17917,13 +17929,13 @@ function peg$parse(input, options) {
|
|
|
17917
17929
|
}
|
|
17918
17930
|
if (s1 !== peg$FAILED) {
|
|
17919
17931
|
if (input.charCodeAt(peg$currPos) === 38) {
|
|
17920
|
-
s2 = peg$
|
|
17932
|
+
s2 = peg$c1493;
|
|
17921
17933
|
peg$currPos++;
|
|
17922
17934
|
}
|
|
17923
17935
|
else {
|
|
17924
17936
|
s2 = peg$FAILED;
|
|
17925
17937
|
if (peg$silentFails === 0) {
|
|
17926
|
-
peg$fail(peg$
|
|
17938
|
+
peg$fail(peg$c1494);
|
|
17927
17939
|
}
|
|
17928
17940
|
}
|
|
17929
17941
|
if (s2 !== peg$FAILED) {
|
|
@@ -17979,7 +17991,7 @@ function peg$parse(input, options) {
|
|
|
17979
17991
|
}
|
|
17980
17992
|
if (s11 !== peg$FAILED) {
|
|
17981
17993
|
peg$savedPos = s0;
|
|
17982
|
-
s1 = peg$
|
|
17994
|
+
s1 = peg$c1495(s4, s8);
|
|
17983
17995
|
s0 = s1;
|
|
17984
17996
|
}
|
|
17985
17997
|
else {
|
|
@@ -18046,14 +18058,14 @@ function peg$parse(input, options) {
|
|
|
18046
18058
|
s1 = null;
|
|
18047
18059
|
}
|
|
18048
18060
|
if (s1 !== peg$FAILED) {
|
|
18049
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18050
|
-
s2 = peg$
|
|
18061
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18062
|
+
s2 = peg$c1486;
|
|
18051
18063
|
peg$currPos += 8;
|
|
18052
18064
|
}
|
|
18053
18065
|
else {
|
|
18054
18066
|
s2 = peg$FAILED;
|
|
18055
18067
|
if (peg$silentFails === 0) {
|
|
18056
|
-
peg$fail(peg$
|
|
18068
|
+
peg$fail(peg$c1487);
|
|
18057
18069
|
}
|
|
18058
18070
|
}
|
|
18059
18071
|
if (s2 !== peg$FAILED) {
|
|
@@ -18080,14 +18092,14 @@ function peg$parse(input, options) {
|
|
|
18080
18092
|
if (s8 !== peg$FAILED) {
|
|
18081
18093
|
s9 = peg$parseWS();
|
|
18082
18094
|
if (s9 !== peg$FAILED) {
|
|
18083
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18084
|
-
s10 = peg$
|
|
18095
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
18096
|
+
s10 = peg$c1489;
|
|
18085
18097
|
peg$currPos += 8;
|
|
18086
18098
|
}
|
|
18087
18099
|
else {
|
|
18088
18100
|
s10 = peg$FAILED;
|
|
18089
18101
|
if (peg$silentFails === 0) {
|
|
18090
|
-
peg$fail(peg$
|
|
18102
|
+
peg$fail(peg$c1490);
|
|
18091
18103
|
}
|
|
18092
18104
|
}
|
|
18093
18105
|
if (s10 !== peg$FAILED) {
|
|
@@ -18113,7 +18125,7 @@ function peg$parse(input, options) {
|
|
|
18113
18125
|
}
|
|
18114
18126
|
if (s13 !== peg$FAILED) {
|
|
18115
18127
|
peg$savedPos = s0;
|
|
18116
|
-
s1 = peg$
|
|
18128
|
+
s1 = peg$c1496(s4, s8);
|
|
18117
18129
|
s0 = s1;
|
|
18118
18130
|
}
|
|
18119
18131
|
else {
|
|
@@ -18187,14 +18199,14 @@ function peg$parse(input, options) {
|
|
|
18187
18199
|
s1 = null;
|
|
18188
18200
|
}
|
|
18189
18201
|
if (s1 !== peg$FAILED) {
|
|
18190
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18191
|
-
s2 = peg$
|
|
18202
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18203
|
+
s2 = peg$c1486;
|
|
18192
18204
|
peg$currPos += 8;
|
|
18193
18205
|
}
|
|
18194
18206
|
else {
|
|
18195
18207
|
s2 = peg$FAILED;
|
|
18196
18208
|
if (peg$silentFails === 0) {
|
|
18197
|
-
peg$fail(peg$
|
|
18209
|
+
peg$fail(peg$c1487);
|
|
18198
18210
|
}
|
|
18199
18211
|
}
|
|
18200
18212
|
if (s2 !== peg$FAILED) {
|
|
@@ -18204,14 +18216,14 @@ function peg$parse(input, options) {
|
|
|
18204
18216
|
if (s4 !== peg$FAILED) {
|
|
18205
18217
|
s5 = peg$parseWS();
|
|
18206
18218
|
if (s5 !== peg$FAILED) {
|
|
18207
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18208
|
-
s6 = peg$
|
|
18219
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
18220
|
+
s6 = peg$c1489;
|
|
18209
18221
|
peg$currPos += 8;
|
|
18210
18222
|
}
|
|
18211
18223
|
else {
|
|
18212
18224
|
s6 = peg$FAILED;
|
|
18213
18225
|
if (peg$silentFails === 0) {
|
|
18214
|
-
peg$fail(peg$
|
|
18226
|
+
peg$fail(peg$c1490);
|
|
18215
18227
|
}
|
|
18216
18228
|
}
|
|
18217
18229
|
if (s6 !== peg$FAILED) {
|
|
@@ -18237,7 +18249,7 @@ function peg$parse(input, options) {
|
|
|
18237
18249
|
}
|
|
18238
18250
|
if (s9 !== peg$FAILED) {
|
|
18239
18251
|
peg$savedPos = s0;
|
|
18240
|
-
s1 = peg$
|
|
18252
|
+
s1 = peg$c1497(s4);
|
|
18241
18253
|
s0 = s1;
|
|
18242
18254
|
}
|
|
18243
18255
|
else {
|
|
@@ -18291,14 +18303,14 @@ function peg$parse(input, options) {
|
|
|
18291
18303
|
s1 = null;
|
|
18292
18304
|
}
|
|
18293
18305
|
if (s1 !== peg$FAILED) {
|
|
18294
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18295
|
-
s2 = peg$
|
|
18306
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18307
|
+
s2 = peg$c1486;
|
|
18296
18308
|
peg$currPos += 8;
|
|
18297
18309
|
}
|
|
18298
18310
|
else {
|
|
18299
18311
|
s2 = peg$FAILED;
|
|
18300
18312
|
if (peg$silentFails === 0) {
|
|
18301
|
-
peg$fail(peg$
|
|
18313
|
+
peg$fail(peg$c1487);
|
|
18302
18314
|
}
|
|
18303
18315
|
}
|
|
18304
18316
|
if (s2 !== peg$FAILED) {
|
|
@@ -18345,7 +18357,7 @@ function peg$parse(input, options) {
|
|
|
18345
18357
|
}
|
|
18346
18358
|
if (s11 !== peg$FAILED) {
|
|
18347
18359
|
peg$savedPos = s0;
|
|
18348
|
-
s1 = peg$
|
|
18360
|
+
s1 = peg$c1498(s4, s8);
|
|
18349
18361
|
s0 = s1;
|
|
18350
18362
|
}
|
|
18351
18363
|
else {
|
|
@@ -18409,14 +18421,14 @@ function peg$parse(input, options) {
|
|
|
18409
18421
|
s1 = null;
|
|
18410
18422
|
}
|
|
18411
18423
|
if (s1 !== peg$FAILED) {
|
|
18412
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18413
|
-
s2 = peg$
|
|
18424
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18425
|
+
s2 = peg$c1486;
|
|
18414
18426
|
peg$currPos += 8;
|
|
18415
18427
|
}
|
|
18416
18428
|
else {
|
|
18417
18429
|
s2 = peg$FAILED;
|
|
18418
18430
|
if (peg$silentFails === 0) {
|
|
18419
|
-
peg$fail(peg$
|
|
18431
|
+
peg$fail(peg$c1487);
|
|
18420
18432
|
}
|
|
18421
18433
|
}
|
|
18422
18434
|
if (s2 !== peg$FAILED) {
|
|
@@ -18446,7 +18458,7 @@ function peg$parse(input, options) {
|
|
|
18446
18458
|
}
|
|
18447
18459
|
if (s7 !== peg$FAILED) {
|
|
18448
18460
|
peg$savedPos = s0;
|
|
18449
|
-
s1 = peg$
|
|
18461
|
+
s1 = peg$c1499(s4);
|
|
18450
18462
|
s0 = s1;
|
|
18451
18463
|
}
|
|
18452
18464
|
else {
|
|
@@ -18491,14 +18503,14 @@ function peg$parse(input, options) {
|
|
|
18491
18503
|
function peg$parseRegularArrangeDeclaration() {
|
|
18492
18504
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18493
18505
|
s0 = peg$currPos;
|
|
18494
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
18495
|
-
s1 = peg$
|
|
18506
|
+
if (input.substr(peg$currPos, 7) === peg$c1500) {
|
|
18507
|
+
s1 = peg$c1500;
|
|
18496
18508
|
peg$currPos += 7;
|
|
18497
18509
|
}
|
|
18498
18510
|
else {
|
|
18499
18511
|
s1 = peg$FAILED;
|
|
18500
18512
|
if (peg$silentFails === 0) {
|
|
18501
|
-
peg$fail(peg$
|
|
18513
|
+
peg$fail(peg$c1501);
|
|
18502
18514
|
}
|
|
18503
18515
|
}
|
|
18504
18516
|
if (s1 !== peg$FAILED) {
|
|
@@ -18531,7 +18543,7 @@ function peg$parse(input, options) {
|
|
|
18531
18543
|
}
|
|
18532
18544
|
if (s6 !== peg$FAILED) {
|
|
18533
18545
|
peg$savedPos = s0;
|
|
18534
|
-
s1 = peg$
|
|
18546
|
+
s1 = peg$c1502(s3);
|
|
18535
18547
|
s0 = s1;
|
|
18536
18548
|
}
|
|
18537
18549
|
else {
|
|
@@ -18568,14 +18580,14 @@ function peg$parse(input, options) {
|
|
|
18568
18580
|
function peg$parseArrangeStartDeclaration() {
|
|
18569
18581
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18570
18582
|
s0 = peg$currPos;
|
|
18571
|
-
if (input.substr(peg$currPos, 13) === peg$
|
|
18572
|
-
s1 = peg$
|
|
18583
|
+
if (input.substr(peg$currPos, 13) === peg$c1503) {
|
|
18584
|
+
s1 = peg$c1503;
|
|
18573
18585
|
peg$currPos += 13;
|
|
18574
18586
|
}
|
|
18575
18587
|
else {
|
|
18576
18588
|
s1 = peg$FAILED;
|
|
18577
18589
|
if (peg$silentFails === 0) {
|
|
18578
|
-
peg$fail(peg$
|
|
18590
|
+
peg$fail(peg$c1504);
|
|
18579
18591
|
}
|
|
18580
18592
|
}
|
|
18581
18593
|
if (s1 !== peg$FAILED) {
|
|
@@ -18608,7 +18620,7 @@ function peg$parse(input, options) {
|
|
|
18608
18620
|
}
|
|
18609
18621
|
if (s6 !== peg$FAILED) {
|
|
18610
18622
|
peg$savedPos = s0;
|
|
18611
|
-
s1 = peg$
|
|
18623
|
+
s1 = peg$c1505(s3);
|
|
18612
18624
|
s0 = s1;
|
|
18613
18625
|
}
|
|
18614
18626
|
else {
|
|
@@ -18645,14 +18657,14 @@ function peg$parse(input, options) {
|
|
|
18645
18657
|
function peg$parseArrangeEndDeclaration() {
|
|
18646
18658
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18647
18659
|
s0 = peg$currPos;
|
|
18648
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
18649
|
-
s1 = peg$
|
|
18660
|
+
if (input.substr(peg$currPos, 11) === peg$c1506) {
|
|
18661
|
+
s1 = peg$c1506;
|
|
18650
18662
|
peg$currPos += 11;
|
|
18651
18663
|
}
|
|
18652
18664
|
else {
|
|
18653
18665
|
s1 = peg$FAILED;
|
|
18654
18666
|
if (peg$silentFails === 0) {
|
|
18655
|
-
peg$fail(peg$
|
|
18667
|
+
peg$fail(peg$c1507);
|
|
18656
18668
|
}
|
|
18657
18669
|
}
|
|
18658
18670
|
if (s1 !== peg$FAILED) {
|
|
@@ -18685,7 +18697,7 @@ function peg$parse(input, options) {
|
|
|
18685
18697
|
}
|
|
18686
18698
|
if (s6 !== peg$FAILED) {
|
|
18687
18699
|
peg$savedPos = s0;
|
|
18688
|
-
s1 = peg$
|
|
18700
|
+
s1 = peg$c1508(s3);
|
|
18689
18701
|
s0 = s1;
|
|
18690
18702
|
}
|
|
18691
18703
|
else {
|
|
@@ -18732,7 +18744,7 @@ function peg$parse(input, options) {
|
|
|
18732
18744
|
peg$silentFails--;
|
|
18733
18745
|
if (s0 === peg$FAILED) {
|
|
18734
18746
|
if (peg$silentFails === 0) {
|
|
18735
|
-
peg$fail(peg$
|
|
18747
|
+
peg$fail(peg$c1509);
|
|
18736
18748
|
}
|
|
18737
18749
|
}
|
|
18738
18750
|
return s0;
|
|
@@ -20651,7 +20663,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
20651
20663
|
named_colors: named_colors$1
|
|
20652
20664
|
});
|
|
20653
20665
|
|
|
20654
|
-
const version = "5.98.
|
|
20666
|
+
const version = "5.98.7", build_time = 1720294433127;
|
|
20655
20667
|
|
|
20656
20668
|
// whargarbl lots of these return arrays could/should be sets
|
|
20657
20669
|
const { shapes, gviz_shapes, named_colors } = constants;
|