jssm 5.98.0 → 5.98.7
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
|
@@ -357,7 +357,7 @@ var jssm = (function (exports) {
|
|
|
357
357
|
if (l_after) {
|
|
358
358
|
base.l_after = l_after;
|
|
359
359
|
}
|
|
360
|
-
if (tail
|
|
360
|
+
if (tail) {
|
|
361
361
|
base.se = tail;
|
|
362
362
|
}
|
|
363
363
|
if (l_desc) {
|
|
@@ -386,33 +386,33 @@ var jssm = (function (exports) {
|
|
|
386
386
|
// Reminder: remove this type and the one in subexp if you want to work in pegjs online
|
|
387
387
|
// TODO: properly type this
|
|
388
388
|
const base = { key: 'transition', from: label };
|
|
389
|
-
if (se
|
|
389
|
+
if (se) {
|
|
390
390
|
base.se = se;
|
|
391
391
|
}
|
|
392
392
|
return base;
|
|
393
393
|
}, 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) {
|
|
394
394
|
return { config_kind: "validation", config_items: validation_items || [] };
|
|
395
|
-
}, 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 = "
|
|
395
|
+
}, 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) {
|
|
396
396
|
return { key: "default_state_config", value: state_items || [] };
|
|
397
|
-
}, peg$
|
|
397
|
+
}, peg$c1333 = "start_state", peg$c1334 = peg$literalExpectation("start_state", false), peg$c1335 = function (state_items) {
|
|
398
398
|
return { key: "default_start_state_config", value: state_items || [] };
|
|
399
|
-
}, peg$
|
|
399
|
+
}, peg$c1336 = "end_state", peg$c1337 = peg$literalExpectation("end_state", false), peg$c1338 = function (state_items) {
|
|
400
400
|
return { key: "default_end_state_config", value: state_items || [] };
|
|
401
|
-
}, peg$
|
|
401
|
+
}, peg$c1339 = "active_state", peg$c1340 = peg$literalExpectation("active_state", false), peg$c1341 = function (state_items) {
|
|
402
402
|
return { key: "default_active_state_config", value: state_items || [] };
|
|
403
|
-
}, peg$
|
|
403
|
+
}, peg$c1342 = "terminal_state", peg$c1343 = peg$literalExpectation("terminal_state", false), peg$c1344 = function (state_items) {
|
|
404
404
|
return { key: "default_terminal_state_config", value: state_items || [] };
|
|
405
|
-
}, peg$
|
|
405
|
+
}, peg$c1345 = "hooked_state", peg$c1346 = peg$literalExpectation("hooked_state", false), peg$c1347 = function (state_items) {
|
|
406
406
|
return { key: "default_hooked_state_config", value: state_items || [] };
|
|
407
|
-
}, peg$
|
|
407
|
+
}, peg$c1348 = function (actionkey, value) { return { key: actionkey, value: value }; }, peg$c1349 = "action", peg$c1350 = peg$literalExpectation("action", false), peg$c1351 = function (action_items) {
|
|
408
408
|
return { config_kind: "action", config_items: action_items || [] };
|
|
409
|
-
}, peg$
|
|
409
|
+
}, 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) {
|
|
410
410
|
return { config_kind: "transition", config_items: transition_items || [] };
|
|
411
|
-
}, peg$
|
|
411
|
+
}, 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) {
|
|
412
412
|
return { key: 'state_property', name, value };
|
|
413
|
-
}, peg$
|
|
413
|
+
}, peg$c1489 = "required", peg$c1490 = peg$literalExpectation("required", false), peg$c1491 = function (name, value) {
|
|
414
414
|
return { key: 'state_property', name, value, required: true };
|
|
415
|
-
}, peg$
|
|
415
|
+
}, 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;
|
|
416
416
|
if ("startRule" in options) {
|
|
417
417
|
if (!(options.startRule in peg$startRuleFunctions)) {
|
|
418
418
|
throw new Error("Can't start parsing from rule \"" + options.startRule + "\".");
|
|
@@ -12410,6 +12410,18 @@ var jssm = (function (exports) {
|
|
|
12410
12410
|
peg$fail(peg$c1327);
|
|
12411
12411
|
}
|
|
12412
12412
|
}
|
|
12413
|
+
if (s0 === peg$FAILED) {
|
|
12414
|
+
if (input.substr(peg$currPos, 5) === peg$c1328) {
|
|
12415
|
+
s0 = peg$c1328;
|
|
12416
|
+
peg$currPos += 5;
|
|
12417
|
+
}
|
|
12418
|
+
else {
|
|
12419
|
+
s0 = peg$FAILED;
|
|
12420
|
+
if (peg$silentFails === 0) {
|
|
12421
|
+
peg$fail(peg$c1329);
|
|
12422
|
+
}
|
|
12423
|
+
}
|
|
12424
|
+
}
|
|
12413
12425
|
}
|
|
12414
12426
|
}
|
|
12415
12427
|
}
|
|
@@ -12438,14 +12450,14 @@ var jssm = (function (exports) {
|
|
|
12438
12450
|
s1 = null;
|
|
12439
12451
|
}
|
|
12440
12452
|
if (s1 !== peg$FAILED) {
|
|
12441
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
12442
|
-
s2 = peg$
|
|
12453
|
+
if (input.substr(peg$currPos, 5) === peg$c1330) {
|
|
12454
|
+
s2 = peg$c1330;
|
|
12443
12455
|
peg$currPos += 5;
|
|
12444
12456
|
}
|
|
12445
12457
|
else {
|
|
12446
12458
|
s2 = peg$FAILED;
|
|
12447
12459
|
if (peg$silentFails === 0) {
|
|
12448
|
-
peg$fail(peg$
|
|
12460
|
+
peg$fail(peg$c1331);
|
|
12449
12461
|
}
|
|
12450
12462
|
}
|
|
12451
12463
|
if (s2 !== peg$FAILED) {
|
|
@@ -12513,7 +12525,7 @@ var jssm = (function (exports) {
|
|
|
12513
12525
|
}
|
|
12514
12526
|
if (s11 !== peg$FAILED) {
|
|
12515
12527
|
peg$savedPos = s0;
|
|
12516
|
-
s1 = peg$
|
|
12528
|
+
s1 = peg$c1332(s8);
|
|
12517
12529
|
s0 = s1;
|
|
12518
12530
|
}
|
|
12519
12531
|
else {
|
|
@@ -12580,14 +12592,14 @@ var jssm = (function (exports) {
|
|
|
12580
12592
|
s1 = null;
|
|
12581
12593
|
}
|
|
12582
12594
|
if (s1 !== peg$FAILED) {
|
|
12583
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
12584
|
-
s2 = peg$
|
|
12595
|
+
if (input.substr(peg$currPos, 11) === peg$c1333) {
|
|
12596
|
+
s2 = peg$c1333;
|
|
12585
12597
|
peg$currPos += 11;
|
|
12586
12598
|
}
|
|
12587
12599
|
else {
|
|
12588
12600
|
s2 = peg$FAILED;
|
|
12589
12601
|
if (peg$silentFails === 0) {
|
|
12590
|
-
peg$fail(peg$
|
|
12602
|
+
peg$fail(peg$c1334);
|
|
12591
12603
|
}
|
|
12592
12604
|
}
|
|
12593
12605
|
if (s2 !== peg$FAILED) {
|
|
@@ -12655,7 +12667,7 @@ var jssm = (function (exports) {
|
|
|
12655
12667
|
}
|
|
12656
12668
|
if (s11 !== peg$FAILED) {
|
|
12657
12669
|
peg$savedPos = s0;
|
|
12658
|
-
s1 = peg$
|
|
12670
|
+
s1 = peg$c1335(s8);
|
|
12659
12671
|
s0 = s1;
|
|
12660
12672
|
}
|
|
12661
12673
|
else {
|
|
@@ -12722,14 +12734,14 @@ var jssm = (function (exports) {
|
|
|
12722
12734
|
s1 = null;
|
|
12723
12735
|
}
|
|
12724
12736
|
if (s1 !== peg$FAILED) {
|
|
12725
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
12726
|
-
s2 = peg$
|
|
12737
|
+
if (input.substr(peg$currPos, 9) === peg$c1336) {
|
|
12738
|
+
s2 = peg$c1336;
|
|
12727
12739
|
peg$currPos += 9;
|
|
12728
12740
|
}
|
|
12729
12741
|
else {
|
|
12730
12742
|
s2 = peg$FAILED;
|
|
12731
12743
|
if (peg$silentFails === 0) {
|
|
12732
|
-
peg$fail(peg$
|
|
12744
|
+
peg$fail(peg$c1337);
|
|
12733
12745
|
}
|
|
12734
12746
|
}
|
|
12735
12747
|
if (s2 !== peg$FAILED) {
|
|
@@ -12797,7 +12809,7 @@ var jssm = (function (exports) {
|
|
|
12797
12809
|
}
|
|
12798
12810
|
if (s11 !== peg$FAILED) {
|
|
12799
12811
|
peg$savedPos = s0;
|
|
12800
|
-
s1 = peg$
|
|
12812
|
+
s1 = peg$c1338(s8);
|
|
12801
12813
|
s0 = s1;
|
|
12802
12814
|
}
|
|
12803
12815
|
else {
|
|
@@ -12864,14 +12876,14 @@ var jssm = (function (exports) {
|
|
|
12864
12876
|
s1 = null;
|
|
12865
12877
|
}
|
|
12866
12878
|
if (s1 !== peg$FAILED) {
|
|
12867
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
12868
|
-
s2 = peg$
|
|
12879
|
+
if (input.substr(peg$currPos, 12) === peg$c1339) {
|
|
12880
|
+
s2 = peg$c1339;
|
|
12869
12881
|
peg$currPos += 12;
|
|
12870
12882
|
}
|
|
12871
12883
|
else {
|
|
12872
12884
|
s2 = peg$FAILED;
|
|
12873
12885
|
if (peg$silentFails === 0) {
|
|
12874
|
-
peg$fail(peg$
|
|
12886
|
+
peg$fail(peg$c1340);
|
|
12875
12887
|
}
|
|
12876
12888
|
}
|
|
12877
12889
|
if (s2 !== peg$FAILED) {
|
|
@@ -12939,7 +12951,7 @@ var jssm = (function (exports) {
|
|
|
12939
12951
|
}
|
|
12940
12952
|
if (s11 !== peg$FAILED) {
|
|
12941
12953
|
peg$savedPos = s0;
|
|
12942
|
-
s1 = peg$
|
|
12954
|
+
s1 = peg$c1341(s8);
|
|
12943
12955
|
s0 = s1;
|
|
12944
12956
|
}
|
|
12945
12957
|
else {
|
|
@@ -13006,14 +13018,14 @@ var jssm = (function (exports) {
|
|
|
13006
13018
|
s1 = null;
|
|
13007
13019
|
}
|
|
13008
13020
|
if (s1 !== peg$FAILED) {
|
|
13009
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
13010
|
-
s2 = peg$
|
|
13021
|
+
if (input.substr(peg$currPos, 14) === peg$c1342) {
|
|
13022
|
+
s2 = peg$c1342;
|
|
13011
13023
|
peg$currPos += 14;
|
|
13012
13024
|
}
|
|
13013
13025
|
else {
|
|
13014
13026
|
s2 = peg$FAILED;
|
|
13015
13027
|
if (peg$silentFails === 0) {
|
|
13016
|
-
peg$fail(peg$
|
|
13028
|
+
peg$fail(peg$c1343);
|
|
13017
13029
|
}
|
|
13018
13030
|
}
|
|
13019
13031
|
if (s2 !== peg$FAILED) {
|
|
@@ -13081,7 +13093,7 @@ var jssm = (function (exports) {
|
|
|
13081
13093
|
}
|
|
13082
13094
|
if (s11 !== peg$FAILED) {
|
|
13083
13095
|
peg$savedPos = s0;
|
|
13084
|
-
s1 = peg$
|
|
13096
|
+
s1 = peg$c1344(s8);
|
|
13085
13097
|
s0 = s1;
|
|
13086
13098
|
}
|
|
13087
13099
|
else {
|
|
@@ -13148,14 +13160,14 @@ var jssm = (function (exports) {
|
|
|
13148
13160
|
s1 = null;
|
|
13149
13161
|
}
|
|
13150
13162
|
if (s1 !== peg$FAILED) {
|
|
13151
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
13152
|
-
s2 = peg$
|
|
13163
|
+
if (input.substr(peg$currPos, 12) === peg$c1345) {
|
|
13164
|
+
s2 = peg$c1345;
|
|
13153
13165
|
peg$currPos += 12;
|
|
13154
13166
|
}
|
|
13155
13167
|
else {
|
|
13156
13168
|
s2 = peg$FAILED;
|
|
13157
13169
|
if (peg$silentFails === 0) {
|
|
13158
|
-
peg$fail(peg$
|
|
13170
|
+
peg$fail(peg$c1346);
|
|
13159
13171
|
}
|
|
13160
13172
|
}
|
|
13161
13173
|
if (s2 !== peg$FAILED) {
|
|
@@ -13223,7 +13235,7 @@ var jssm = (function (exports) {
|
|
|
13223
13235
|
}
|
|
13224
13236
|
if (s11 !== peg$FAILED) {
|
|
13225
13237
|
peg$savedPos = s0;
|
|
13226
|
-
s1 = peg$
|
|
13238
|
+
s1 = peg$c1347(s8);
|
|
13227
13239
|
s0 = s1;
|
|
13228
13240
|
}
|
|
13229
13241
|
else {
|
|
@@ -13358,7 +13370,7 @@ var jssm = (function (exports) {
|
|
|
13358
13370
|
}
|
|
13359
13371
|
if (s4 !== peg$FAILED) {
|
|
13360
13372
|
peg$savedPos = s0;
|
|
13361
|
-
s1 = peg$
|
|
13373
|
+
s1 = peg$c1348(s1, s3);
|
|
13362
13374
|
s0 = s1;
|
|
13363
13375
|
}
|
|
13364
13376
|
else {
|
|
@@ -13405,14 +13417,14 @@ var jssm = (function (exports) {
|
|
|
13405
13417
|
s1 = null;
|
|
13406
13418
|
}
|
|
13407
13419
|
if (s1 !== peg$FAILED) {
|
|
13408
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
13409
|
-
s2 = peg$
|
|
13420
|
+
if (input.substr(peg$currPos, 6) === peg$c1349) {
|
|
13421
|
+
s2 = peg$c1349;
|
|
13410
13422
|
peg$currPos += 6;
|
|
13411
13423
|
}
|
|
13412
13424
|
else {
|
|
13413
13425
|
s2 = peg$FAILED;
|
|
13414
13426
|
if (peg$silentFails === 0) {
|
|
13415
|
-
peg$fail(peg$
|
|
13427
|
+
peg$fail(peg$c1350);
|
|
13416
13428
|
}
|
|
13417
13429
|
}
|
|
13418
13430
|
if (s2 !== peg$FAILED) {
|
|
@@ -13480,7 +13492,7 @@ var jssm = (function (exports) {
|
|
|
13480
13492
|
}
|
|
13481
13493
|
if (s11 !== peg$FAILED) {
|
|
13482
13494
|
peg$savedPos = s0;
|
|
13483
|
-
s1 = peg$
|
|
13495
|
+
s1 = peg$c1351(s8);
|
|
13484
13496
|
s0 = s1;
|
|
13485
13497
|
}
|
|
13486
13498
|
else {
|
|
@@ -13595,7 +13607,7 @@ var jssm = (function (exports) {
|
|
|
13595
13607
|
}
|
|
13596
13608
|
if (s4 !== peg$FAILED) {
|
|
13597
13609
|
peg$savedPos = s0;
|
|
13598
|
-
s1 = peg$
|
|
13610
|
+
s1 = peg$c1352(s1, s3);
|
|
13599
13611
|
s0 = s1;
|
|
13600
13612
|
}
|
|
13601
13613
|
else {
|
|
@@ -13702,7 +13714,7 @@ var jssm = (function (exports) {
|
|
|
13702
13714
|
}
|
|
13703
13715
|
if (s9 !== peg$FAILED) {
|
|
13704
13716
|
peg$savedPos = s0;
|
|
13705
|
-
s1 = peg$
|
|
13717
|
+
s1 = peg$c1354(s6);
|
|
13706
13718
|
s0 = s1;
|
|
13707
13719
|
}
|
|
13708
13720
|
else {
|
|
@@ -13753,7 +13765,7 @@ var jssm = (function (exports) {
|
|
|
13753
13765
|
if (s0 === peg$FAILED) {
|
|
13754
13766
|
s1 = peg$FAILED;
|
|
13755
13767
|
if (peg$silentFails === 0) {
|
|
13756
|
-
peg$fail(peg$
|
|
13768
|
+
peg$fail(peg$c1353);
|
|
13757
13769
|
}
|
|
13758
13770
|
}
|
|
13759
13771
|
return s0;
|
|
@@ -13766,14 +13778,14 @@ var jssm = (function (exports) {
|
|
|
13766
13778
|
s1 = null;
|
|
13767
13779
|
}
|
|
13768
13780
|
if (s1 !== peg$FAILED) {
|
|
13769
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
13770
|
-
s2 = peg$
|
|
13781
|
+
if (input.substr(peg$currPos, 10) === peg$c1355) {
|
|
13782
|
+
s2 = peg$c1355;
|
|
13771
13783
|
peg$currPos += 10;
|
|
13772
13784
|
}
|
|
13773
13785
|
else {
|
|
13774
13786
|
s2 = peg$FAILED;
|
|
13775
13787
|
if (peg$silentFails === 0) {
|
|
13776
|
-
peg$fail(peg$
|
|
13788
|
+
peg$fail(peg$c1356);
|
|
13777
13789
|
}
|
|
13778
13790
|
}
|
|
13779
13791
|
if (s2 !== peg$FAILED) {
|
|
@@ -13841,7 +13853,7 @@ var jssm = (function (exports) {
|
|
|
13841
13853
|
}
|
|
13842
13854
|
if (s11 !== peg$FAILED) {
|
|
13843
13855
|
peg$savedPos = s0;
|
|
13844
|
-
s1 = peg$
|
|
13856
|
+
s1 = peg$c1357(s8);
|
|
13845
13857
|
s0 = s1;
|
|
13846
13858
|
}
|
|
13847
13859
|
else {
|
|
@@ -13908,14 +13920,14 @@ var jssm = (function (exports) {
|
|
|
13908
13920
|
s1 = null;
|
|
13909
13921
|
}
|
|
13910
13922
|
if (s1 !== peg$FAILED) {
|
|
13911
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
13912
|
-
s2 = peg$
|
|
13923
|
+
if (input.substr(peg$currPos, 12) === peg$c1358) {
|
|
13924
|
+
s2 = peg$c1358;
|
|
13913
13925
|
peg$currPos += 12;
|
|
13914
13926
|
}
|
|
13915
13927
|
else {
|
|
13916
13928
|
s2 = peg$FAILED;
|
|
13917
13929
|
if (peg$silentFails === 0) {
|
|
13918
|
-
peg$fail(peg$
|
|
13930
|
+
peg$fail(peg$c1359);
|
|
13919
13931
|
}
|
|
13920
13932
|
}
|
|
13921
13933
|
if (s2 !== peg$FAILED) {
|
|
@@ -13964,7 +13976,7 @@ var jssm = (function (exports) {
|
|
|
13964
13976
|
}
|
|
13965
13977
|
if (s9 !== peg$FAILED) {
|
|
13966
13978
|
peg$savedPos = s0;
|
|
13967
|
-
s1 = peg$
|
|
13979
|
+
s1 = peg$c1360(s6);
|
|
13968
13980
|
s0 = s1;
|
|
13969
13981
|
}
|
|
13970
13982
|
else {
|
|
@@ -14021,14 +14033,14 @@ var jssm = (function (exports) {
|
|
|
14021
14033
|
s1 = null;
|
|
14022
14034
|
}
|
|
14023
14035
|
if (s1 !== peg$FAILED) {
|
|
14024
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14025
|
-
s2 = peg$
|
|
14036
|
+
if (input.substr(peg$currPos, 12) === peg$c1361) {
|
|
14037
|
+
s2 = peg$c1361;
|
|
14026
14038
|
peg$currPos += 12;
|
|
14027
14039
|
}
|
|
14028
14040
|
else {
|
|
14029
14041
|
s2 = peg$FAILED;
|
|
14030
14042
|
if (peg$silentFails === 0) {
|
|
14031
|
-
peg$fail(peg$
|
|
14043
|
+
peg$fail(peg$c1362);
|
|
14032
14044
|
}
|
|
14033
14045
|
}
|
|
14034
14046
|
if (s2 !== peg$FAILED) {
|
|
@@ -14077,7 +14089,7 @@ var jssm = (function (exports) {
|
|
|
14077
14089
|
}
|
|
14078
14090
|
if (s9 !== peg$FAILED) {
|
|
14079
14091
|
peg$savedPos = s0;
|
|
14080
|
-
s1 = peg$
|
|
14092
|
+
s1 = peg$c1363(s6);
|
|
14081
14093
|
s0 = s1;
|
|
14082
14094
|
}
|
|
14083
14095
|
else {
|
|
@@ -14134,14 +14146,14 @@ var jssm = (function (exports) {
|
|
|
14134
14146
|
s1 = null;
|
|
14135
14147
|
}
|
|
14136
14148
|
if (s1 !== peg$FAILED) {
|
|
14137
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
14138
|
-
s2 = peg$
|
|
14149
|
+
if (input.substr(peg$currPos, 10) === peg$c1364) {
|
|
14150
|
+
s2 = peg$c1364;
|
|
14139
14151
|
peg$currPos += 10;
|
|
14140
14152
|
}
|
|
14141
14153
|
else {
|
|
14142
14154
|
s2 = peg$FAILED;
|
|
14143
14155
|
if (peg$silentFails === 0) {
|
|
14144
|
-
peg$fail(peg$
|
|
14156
|
+
peg$fail(peg$c1365);
|
|
14145
14157
|
}
|
|
14146
14158
|
}
|
|
14147
14159
|
if (s2 !== peg$FAILED) {
|
|
@@ -14190,7 +14202,7 @@ var jssm = (function (exports) {
|
|
|
14190
14202
|
}
|
|
14191
14203
|
if (s9 !== peg$FAILED) {
|
|
14192
14204
|
peg$savedPos = s0;
|
|
14193
|
-
s1 = peg$
|
|
14205
|
+
s1 = peg$c1366(s6);
|
|
14194
14206
|
s0 = s1;
|
|
14195
14207
|
}
|
|
14196
14208
|
else {
|
|
@@ -14247,14 +14259,14 @@ var jssm = (function (exports) {
|
|
|
14247
14259
|
s1 = null;
|
|
14248
14260
|
}
|
|
14249
14261
|
if (s1 !== peg$FAILED) {
|
|
14250
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
14251
|
-
s2 = peg$
|
|
14262
|
+
if (input.substr(peg$currPos, 14) === peg$c1367) {
|
|
14263
|
+
s2 = peg$c1367;
|
|
14252
14264
|
peg$currPos += 14;
|
|
14253
14265
|
}
|
|
14254
14266
|
else {
|
|
14255
14267
|
s2 = peg$FAILED;
|
|
14256
14268
|
if (peg$silentFails === 0) {
|
|
14257
|
-
peg$fail(peg$
|
|
14269
|
+
peg$fail(peg$c1368);
|
|
14258
14270
|
}
|
|
14259
14271
|
}
|
|
14260
14272
|
if (s2 !== peg$FAILED) {
|
|
@@ -14303,7 +14315,7 @@ var jssm = (function (exports) {
|
|
|
14303
14315
|
}
|
|
14304
14316
|
if (s9 !== peg$FAILED) {
|
|
14305
14317
|
peg$savedPos = s0;
|
|
14306
|
-
s1 = peg$
|
|
14318
|
+
s1 = peg$c1369(s6);
|
|
14307
14319
|
s0 = s1;
|
|
14308
14320
|
}
|
|
14309
14321
|
else {
|
|
@@ -14360,14 +14372,14 @@ var jssm = (function (exports) {
|
|
|
14360
14372
|
s1 = null;
|
|
14361
14373
|
}
|
|
14362
14374
|
if (s1 !== peg$FAILED) {
|
|
14363
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
14364
|
-
s2 = peg$
|
|
14375
|
+
if (input.substr(peg$currPos, 15) === peg$c1370) {
|
|
14376
|
+
s2 = peg$c1370;
|
|
14365
14377
|
peg$currPos += 15;
|
|
14366
14378
|
}
|
|
14367
14379
|
else {
|
|
14368
14380
|
s2 = peg$FAILED;
|
|
14369
14381
|
if (peg$silentFails === 0) {
|
|
14370
|
-
peg$fail(peg$
|
|
14382
|
+
peg$fail(peg$c1371);
|
|
14371
14383
|
}
|
|
14372
14384
|
}
|
|
14373
14385
|
if (s2 !== peg$FAILED) {
|
|
@@ -14416,7 +14428,7 @@ var jssm = (function (exports) {
|
|
|
14416
14428
|
}
|
|
14417
14429
|
if (s9 !== peg$FAILED) {
|
|
14418
14430
|
peg$savedPos = s0;
|
|
14419
|
-
s1 = peg$
|
|
14431
|
+
s1 = peg$c1372(s6);
|
|
14420
14432
|
s0 = s1;
|
|
14421
14433
|
}
|
|
14422
14434
|
else {
|
|
@@ -14480,7 +14492,7 @@ var jssm = (function (exports) {
|
|
|
14480
14492
|
}
|
|
14481
14493
|
if (s1 !== peg$FAILED) {
|
|
14482
14494
|
peg$savedPos = s0;
|
|
14483
|
-
s1 = peg$
|
|
14495
|
+
s1 = peg$c1373();
|
|
14484
14496
|
}
|
|
14485
14497
|
s0 = s1;
|
|
14486
14498
|
if (s0 === peg$FAILED) {
|
|
@@ -14497,7 +14509,7 @@ var jssm = (function (exports) {
|
|
|
14497
14509
|
}
|
|
14498
14510
|
if (s1 !== peg$FAILED) {
|
|
14499
14511
|
peg$savedPos = s0;
|
|
14500
|
-
s1 = peg$
|
|
14512
|
+
s1 = peg$c1374();
|
|
14501
14513
|
}
|
|
14502
14514
|
s0 = s1;
|
|
14503
14515
|
if (s0 === peg$FAILED) {
|
|
@@ -14552,131 +14564,131 @@ var jssm = (function (exports) {
|
|
|
14552
14564
|
peg$silentFails--;
|
|
14553
14565
|
if (s0 === peg$FAILED) {
|
|
14554
14566
|
if (peg$silentFails === 0) {
|
|
14555
|
-
peg$fail(peg$
|
|
14567
|
+
peg$fail(peg$c1375);
|
|
14556
14568
|
}
|
|
14557
14569
|
}
|
|
14558
14570
|
return s0;
|
|
14559
14571
|
}
|
|
14560
14572
|
function peg$parseLicenseOrLabelOrList() {
|
|
14561
14573
|
var s0;
|
|
14562
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
14563
|
-
s0 = peg$
|
|
14574
|
+
if (input.substr(peg$currPos, 3) === peg$c1376) {
|
|
14575
|
+
s0 = peg$c1376;
|
|
14564
14576
|
peg$currPos += 3;
|
|
14565
14577
|
}
|
|
14566
14578
|
else {
|
|
14567
14579
|
s0 = peg$FAILED;
|
|
14568
14580
|
if (peg$silentFails === 0) {
|
|
14569
|
-
peg$fail(peg$
|
|
14581
|
+
peg$fail(peg$c1377);
|
|
14570
14582
|
}
|
|
14571
14583
|
}
|
|
14572
14584
|
if (s0 === peg$FAILED) {
|
|
14573
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14574
|
-
s0 = peg$
|
|
14585
|
+
if (input.substr(peg$currPos, 12) === peg$c1378) {
|
|
14586
|
+
s0 = peg$c1378;
|
|
14575
14587
|
peg$currPos += 12;
|
|
14576
14588
|
}
|
|
14577
14589
|
else {
|
|
14578
14590
|
s0 = peg$FAILED;
|
|
14579
14591
|
if (peg$silentFails === 0) {
|
|
14580
|
-
peg$fail(peg$
|
|
14592
|
+
peg$fail(peg$c1379);
|
|
14581
14593
|
}
|
|
14582
14594
|
}
|
|
14583
14595
|
if (s0 === peg$FAILED) {
|
|
14584
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
14585
|
-
s0 = peg$
|
|
14596
|
+
if (input.substr(peg$currPos, 12) === peg$c1380) {
|
|
14597
|
+
s0 = peg$c1380;
|
|
14586
14598
|
peg$currPos += 12;
|
|
14587
14599
|
}
|
|
14588
14600
|
else {
|
|
14589
14601
|
s0 = peg$FAILED;
|
|
14590
14602
|
if (peg$silentFails === 0) {
|
|
14591
|
-
peg$fail(peg$
|
|
14603
|
+
peg$fail(peg$c1381);
|
|
14592
14604
|
}
|
|
14593
14605
|
}
|
|
14594
14606
|
if (s0 === peg$FAILED) {
|
|
14595
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
14596
|
-
s0 = peg$
|
|
14607
|
+
if (input.substr(peg$currPos, 10) === peg$c1382) {
|
|
14608
|
+
s0 = peg$c1382;
|
|
14597
14609
|
peg$currPos += 10;
|
|
14598
14610
|
}
|
|
14599
14611
|
else {
|
|
14600
14612
|
s0 = peg$FAILED;
|
|
14601
14613
|
if (peg$silentFails === 0) {
|
|
14602
|
-
peg$fail(peg$
|
|
14614
|
+
peg$fail(peg$c1383);
|
|
14603
14615
|
}
|
|
14604
14616
|
}
|
|
14605
14617
|
if (s0 === peg$FAILED) {
|
|
14606
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
14607
|
-
s0 = peg$
|
|
14618
|
+
if (input.substr(peg$currPos, 11) === peg$c1384) {
|
|
14619
|
+
s0 = peg$c1384;
|
|
14608
14620
|
peg$currPos += 11;
|
|
14609
14621
|
}
|
|
14610
14622
|
else {
|
|
14611
14623
|
s0 = peg$FAILED;
|
|
14612
14624
|
if (peg$silentFails === 0) {
|
|
14613
|
-
peg$fail(peg$
|
|
14625
|
+
peg$fail(peg$c1385);
|
|
14614
14626
|
}
|
|
14615
14627
|
}
|
|
14616
14628
|
if (s0 === peg$FAILED) {
|
|
14617
|
-
if (input.substr(peg$currPos, 13) === peg$
|
|
14618
|
-
s0 = peg$
|
|
14629
|
+
if (input.substr(peg$currPos, 13) === peg$c1386) {
|
|
14630
|
+
s0 = peg$c1386;
|
|
14619
14631
|
peg$currPos += 13;
|
|
14620
14632
|
}
|
|
14621
14633
|
else {
|
|
14622
14634
|
s0 = peg$FAILED;
|
|
14623
14635
|
if (peg$silentFails === 0) {
|
|
14624
|
-
peg$fail(peg$
|
|
14636
|
+
peg$fail(peg$c1387);
|
|
14625
14637
|
}
|
|
14626
14638
|
}
|
|
14627
14639
|
if (s0 === peg$FAILED) {
|
|
14628
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14629
|
-
s0 = peg$
|
|
14640
|
+
if (input.substr(peg$currPos, 6) === peg$c1388) {
|
|
14641
|
+
s0 = peg$c1388;
|
|
14630
14642
|
peg$currPos += 6;
|
|
14631
14643
|
}
|
|
14632
14644
|
else {
|
|
14633
14645
|
s0 = peg$FAILED;
|
|
14634
14646
|
if (peg$silentFails === 0) {
|
|
14635
|
-
peg$fail(peg$
|
|
14647
|
+
peg$fail(peg$c1389);
|
|
14636
14648
|
}
|
|
14637
14649
|
}
|
|
14638
14650
|
if (s0 === peg$FAILED) {
|
|
14639
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14640
|
-
s0 = peg$
|
|
14651
|
+
if (input.substr(peg$currPos, 6) === peg$c1390) {
|
|
14652
|
+
s0 = peg$c1390;
|
|
14641
14653
|
peg$currPos += 6;
|
|
14642
14654
|
}
|
|
14643
14655
|
else {
|
|
14644
14656
|
s0 = peg$FAILED;
|
|
14645
14657
|
if (peg$silentFails === 0) {
|
|
14646
|
-
peg$fail(peg$
|
|
14658
|
+
peg$fail(peg$c1391);
|
|
14647
14659
|
}
|
|
14648
14660
|
}
|
|
14649
14661
|
if (s0 === peg$FAILED) {
|
|
14650
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
14651
|
-
s0 = peg$
|
|
14662
|
+
if (input.substr(peg$currPos, 9) === peg$c1392) {
|
|
14663
|
+
s0 = peg$c1392;
|
|
14652
14664
|
peg$currPos += 9;
|
|
14653
14665
|
}
|
|
14654
14666
|
else {
|
|
14655
14667
|
s0 = peg$FAILED;
|
|
14656
14668
|
if (peg$silentFails === 0) {
|
|
14657
|
-
peg$fail(peg$
|
|
14669
|
+
peg$fail(peg$c1393);
|
|
14658
14670
|
}
|
|
14659
14671
|
}
|
|
14660
14672
|
if (s0 === peg$FAILED) {
|
|
14661
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
14662
|
-
s0 = peg$
|
|
14673
|
+
if (input.substr(peg$currPos, 9) === peg$c1394) {
|
|
14674
|
+
s0 = peg$c1394;
|
|
14663
14675
|
peg$currPos += 9;
|
|
14664
14676
|
}
|
|
14665
14677
|
else {
|
|
14666
14678
|
s0 = peg$FAILED;
|
|
14667
14679
|
if (peg$silentFails === 0) {
|
|
14668
|
-
peg$fail(peg$
|
|
14680
|
+
peg$fail(peg$c1395);
|
|
14669
14681
|
}
|
|
14670
14682
|
}
|
|
14671
14683
|
if (s0 === peg$FAILED) {
|
|
14672
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
14673
|
-
s0 = peg$
|
|
14684
|
+
if (input.substr(peg$currPos, 7) === peg$c1396) {
|
|
14685
|
+
s0 = peg$c1396;
|
|
14674
14686
|
peg$currPos += 7;
|
|
14675
14687
|
}
|
|
14676
14688
|
else {
|
|
14677
14689
|
s0 = peg$FAILED;
|
|
14678
14690
|
if (peg$silentFails === 0) {
|
|
14679
|
-
peg$fail(peg$
|
|
14691
|
+
peg$fail(peg$c1397);
|
|
14680
14692
|
}
|
|
14681
14693
|
}
|
|
14682
14694
|
if (s0 === peg$FAILED) {
|
|
@@ -14700,47 +14712,47 @@ var jssm = (function (exports) {
|
|
|
14700
14712
|
function peg$parseDirection() {
|
|
14701
14713
|
var s0;
|
|
14702
14714
|
peg$silentFails++;
|
|
14703
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
14704
|
-
s0 = peg$
|
|
14715
|
+
if (input.substr(peg$currPos, 2) === peg$c1399) {
|
|
14716
|
+
s0 = peg$c1399;
|
|
14705
14717
|
peg$currPos += 2;
|
|
14706
14718
|
}
|
|
14707
14719
|
else {
|
|
14708
14720
|
s0 = peg$FAILED;
|
|
14709
14721
|
if (peg$silentFails === 0) {
|
|
14710
|
-
peg$fail(peg$
|
|
14722
|
+
peg$fail(peg$c1400);
|
|
14711
14723
|
}
|
|
14712
14724
|
}
|
|
14713
14725
|
if (s0 === peg$FAILED) {
|
|
14714
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
14715
|
-
s0 = peg$
|
|
14726
|
+
if (input.substr(peg$currPos, 5) === peg$c1401) {
|
|
14727
|
+
s0 = peg$c1401;
|
|
14716
14728
|
peg$currPos += 5;
|
|
14717
14729
|
}
|
|
14718
14730
|
else {
|
|
14719
14731
|
s0 = peg$FAILED;
|
|
14720
14732
|
if (peg$silentFails === 0) {
|
|
14721
|
-
peg$fail(peg$
|
|
14733
|
+
peg$fail(peg$c1402);
|
|
14722
14734
|
}
|
|
14723
14735
|
}
|
|
14724
14736
|
if (s0 === peg$FAILED) {
|
|
14725
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14726
|
-
s0 = peg$
|
|
14737
|
+
if (input.substr(peg$currPos, 4) === peg$c1403) {
|
|
14738
|
+
s0 = peg$c1403;
|
|
14727
14739
|
peg$currPos += 4;
|
|
14728
14740
|
}
|
|
14729
14741
|
else {
|
|
14730
14742
|
s0 = peg$FAILED;
|
|
14731
14743
|
if (peg$silentFails === 0) {
|
|
14732
|
-
peg$fail(peg$
|
|
14744
|
+
peg$fail(peg$c1404);
|
|
14733
14745
|
}
|
|
14734
14746
|
}
|
|
14735
14747
|
if (s0 === peg$FAILED) {
|
|
14736
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14737
|
-
s0 = peg$
|
|
14748
|
+
if (input.substr(peg$currPos, 4) === peg$c1405) {
|
|
14749
|
+
s0 = peg$c1405;
|
|
14738
14750
|
peg$currPos += 4;
|
|
14739
14751
|
}
|
|
14740
14752
|
else {
|
|
14741
14753
|
s0 = peg$FAILED;
|
|
14742
14754
|
if (peg$silentFails === 0) {
|
|
14743
|
-
peg$fail(peg$
|
|
14755
|
+
peg$fail(peg$c1406);
|
|
14744
14756
|
}
|
|
14745
14757
|
}
|
|
14746
14758
|
}
|
|
@@ -14749,7 +14761,7 @@ var jssm = (function (exports) {
|
|
|
14749
14761
|
peg$silentFails--;
|
|
14750
14762
|
if (s0 === peg$FAILED) {
|
|
14751
14763
|
if (peg$silentFails === 0) {
|
|
14752
|
-
peg$fail(peg$
|
|
14764
|
+
peg$fail(peg$c1398);
|
|
14753
14765
|
}
|
|
14754
14766
|
}
|
|
14755
14767
|
return s0;
|
|
@@ -14757,32 +14769,32 @@ var jssm = (function (exports) {
|
|
|
14757
14769
|
function peg$parseHookDefinition() {
|
|
14758
14770
|
var s0;
|
|
14759
14771
|
peg$silentFails++;
|
|
14760
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
14761
|
-
s0 = peg$
|
|
14772
|
+
if (input.substr(peg$currPos, 4) === peg$c1408) {
|
|
14773
|
+
s0 = peg$c1408;
|
|
14762
14774
|
peg$currPos += 4;
|
|
14763
14775
|
}
|
|
14764
14776
|
else {
|
|
14765
14777
|
s0 = peg$FAILED;
|
|
14766
14778
|
if (peg$silentFails === 0) {
|
|
14767
|
-
peg$fail(peg$
|
|
14779
|
+
peg$fail(peg$c1409);
|
|
14768
14780
|
}
|
|
14769
14781
|
}
|
|
14770
14782
|
if (s0 === peg$FAILED) {
|
|
14771
|
-
if (input.substr(peg$currPos, 6) === peg$
|
|
14772
|
-
s0 = peg$
|
|
14783
|
+
if (input.substr(peg$currPos, 6) === peg$c1410) {
|
|
14784
|
+
s0 = peg$c1410;
|
|
14773
14785
|
peg$currPos += 6;
|
|
14774
14786
|
}
|
|
14775
14787
|
else {
|
|
14776
14788
|
s0 = peg$FAILED;
|
|
14777
14789
|
if (peg$silentFails === 0) {
|
|
14778
|
-
peg$fail(peg$
|
|
14790
|
+
peg$fail(peg$c1411);
|
|
14779
14791
|
}
|
|
14780
14792
|
}
|
|
14781
14793
|
}
|
|
14782
14794
|
peg$silentFails--;
|
|
14783
14795
|
if (s0 === peg$FAILED) {
|
|
14784
14796
|
if (peg$silentFails === 0) {
|
|
14785
|
-
peg$fail(peg$
|
|
14797
|
+
peg$fail(peg$c1407);
|
|
14786
14798
|
}
|
|
14787
14799
|
}
|
|
14788
14800
|
return s0;
|
|
@@ -14795,14 +14807,14 @@ var jssm = (function (exports) {
|
|
|
14795
14807
|
s1 = null;
|
|
14796
14808
|
}
|
|
14797
14809
|
if (s1 !== peg$FAILED) {
|
|
14798
|
-
if (input.substr(peg$currPos, 14) === peg$
|
|
14799
|
-
s2 = peg$
|
|
14810
|
+
if (input.substr(peg$currPos, 14) === peg$c1412) {
|
|
14811
|
+
s2 = peg$c1412;
|
|
14800
14812
|
peg$currPos += 14;
|
|
14801
14813
|
}
|
|
14802
14814
|
else {
|
|
14803
14815
|
s2 = peg$FAILED;
|
|
14804
14816
|
if (peg$silentFails === 0) {
|
|
14805
|
-
peg$fail(peg$
|
|
14817
|
+
peg$fail(peg$c1413);
|
|
14806
14818
|
}
|
|
14807
14819
|
}
|
|
14808
14820
|
if (s2 !== peg$FAILED) {
|
|
@@ -14851,7 +14863,7 @@ var jssm = (function (exports) {
|
|
|
14851
14863
|
}
|
|
14852
14864
|
if (s9 !== peg$FAILED) {
|
|
14853
14865
|
peg$savedPos = s0;
|
|
14854
|
-
s1 = peg$
|
|
14866
|
+
s1 = peg$c1414(s6);
|
|
14855
14867
|
s0 = s1;
|
|
14856
14868
|
}
|
|
14857
14869
|
else {
|
|
@@ -14908,14 +14920,14 @@ var jssm = (function (exports) {
|
|
|
14908
14920
|
s1 = null;
|
|
14909
14921
|
}
|
|
14910
14922
|
if (s1 !== peg$FAILED) {
|
|
14911
|
-
if (input.substr(peg$currPos, 19) === peg$
|
|
14912
|
-
s2 = peg$
|
|
14923
|
+
if (input.substr(peg$currPos, 19) === peg$c1415) {
|
|
14924
|
+
s2 = peg$c1415;
|
|
14913
14925
|
peg$currPos += 19;
|
|
14914
14926
|
}
|
|
14915
14927
|
else {
|
|
14916
14928
|
s2 = peg$FAILED;
|
|
14917
14929
|
if (peg$silentFails === 0) {
|
|
14918
|
-
peg$fail(peg$
|
|
14930
|
+
peg$fail(peg$c1416);
|
|
14919
14931
|
}
|
|
14920
14932
|
}
|
|
14921
14933
|
if (s2 !== peg$FAILED) {
|
|
@@ -14964,7 +14976,7 @@ var jssm = (function (exports) {
|
|
|
14964
14976
|
}
|
|
14965
14977
|
if (s9 !== peg$FAILED) {
|
|
14966
14978
|
peg$savedPos = s0;
|
|
14967
|
-
s1 = peg$
|
|
14979
|
+
s1 = peg$c1417(s6);
|
|
14968
14980
|
s0 = s1;
|
|
14969
14981
|
}
|
|
14970
14982
|
else {
|
|
@@ -15021,14 +15033,14 @@ var jssm = (function (exports) {
|
|
|
15021
15033
|
s1 = null;
|
|
15022
15034
|
}
|
|
15023
15035
|
if (s1 !== peg$FAILED) {
|
|
15024
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15025
|
-
s2 = peg$
|
|
15036
|
+
if (input.substr(peg$currPos, 15) === peg$c1418) {
|
|
15037
|
+
s2 = peg$c1418;
|
|
15026
15038
|
peg$currPos += 15;
|
|
15027
15039
|
}
|
|
15028
15040
|
else {
|
|
15029
15041
|
s2 = peg$FAILED;
|
|
15030
15042
|
if (peg$silentFails === 0) {
|
|
15031
|
-
peg$fail(peg$
|
|
15043
|
+
peg$fail(peg$c1419);
|
|
15032
15044
|
}
|
|
15033
15045
|
}
|
|
15034
15046
|
if (s2 !== peg$FAILED) {
|
|
@@ -15077,7 +15089,7 @@ var jssm = (function (exports) {
|
|
|
15077
15089
|
}
|
|
15078
15090
|
if (s9 !== peg$FAILED) {
|
|
15079
15091
|
peg$savedPos = s0;
|
|
15080
|
-
s1 = peg$
|
|
15092
|
+
s1 = peg$c1420(s6);
|
|
15081
15093
|
s0 = s1;
|
|
15082
15094
|
}
|
|
15083
15095
|
else {
|
|
@@ -15134,14 +15146,14 @@ var jssm = (function (exports) {
|
|
|
15134
15146
|
s1 = null;
|
|
15135
15147
|
}
|
|
15136
15148
|
if (s1 !== peg$FAILED) {
|
|
15137
|
-
if (input.substr(peg$currPos, 18) === peg$
|
|
15138
|
-
s2 = peg$
|
|
15149
|
+
if (input.substr(peg$currPos, 18) === peg$c1421) {
|
|
15150
|
+
s2 = peg$c1421;
|
|
15139
15151
|
peg$currPos += 18;
|
|
15140
15152
|
}
|
|
15141
15153
|
else {
|
|
15142
15154
|
s2 = peg$FAILED;
|
|
15143
15155
|
if (peg$silentFails === 0) {
|
|
15144
|
-
peg$fail(peg$
|
|
15156
|
+
peg$fail(peg$c1422);
|
|
15145
15157
|
}
|
|
15146
15158
|
}
|
|
15147
15159
|
if (s2 !== peg$FAILED) {
|
|
@@ -15190,7 +15202,7 @@ var jssm = (function (exports) {
|
|
|
15190
15202
|
}
|
|
15191
15203
|
if (s9 !== peg$FAILED) {
|
|
15192
15204
|
peg$savedPos = s0;
|
|
15193
|
-
s1 = peg$
|
|
15205
|
+
s1 = peg$c1423(s6);
|
|
15194
15206
|
s0 = s1;
|
|
15195
15207
|
}
|
|
15196
15208
|
else {
|
|
@@ -15247,14 +15259,14 @@ var jssm = (function (exports) {
|
|
|
15247
15259
|
s1 = null;
|
|
15248
15260
|
}
|
|
15249
15261
|
if (s1 !== peg$FAILED) {
|
|
15250
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
15251
|
-
s2 = peg$
|
|
15262
|
+
if (input.substr(peg$currPos, 12) === peg$c1424) {
|
|
15263
|
+
s2 = peg$c1424;
|
|
15252
15264
|
peg$currPos += 12;
|
|
15253
15265
|
}
|
|
15254
15266
|
else {
|
|
15255
15267
|
s2 = peg$FAILED;
|
|
15256
15268
|
if (peg$silentFails === 0) {
|
|
15257
|
-
peg$fail(peg$
|
|
15269
|
+
peg$fail(peg$c1425);
|
|
15258
15270
|
}
|
|
15259
15271
|
}
|
|
15260
15272
|
if (s2 !== peg$FAILED) {
|
|
@@ -15303,7 +15315,7 @@ var jssm = (function (exports) {
|
|
|
15303
15315
|
}
|
|
15304
15316
|
if (s9 !== peg$FAILED) {
|
|
15305
15317
|
peg$savedPos = s0;
|
|
15306
|
-
s1 = peg$
|
|
15318
|
+
s1 = peg$c1426(s6);
|
|
15307
15319
|
s0 = s1;
|
|
15308
15320
|
}
|
|
15309
15321
|
else {
|
|
@@ -15360,14 +15372,14 @@ var jssm = (function (exports) {
|
|
|
15360
15372
|
s1 = null;
|
|
15361
15373
|
}
|
|
15362
15374
|
if (s1 !== peg$FAILED) {
|
|
15363
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15364
|
-
s2 = peg$
|
|
15375
|
+
if (input.substr(peg$currPos, 15) === peg$c1430) {
|
|
15376
|
+
s2 = peg$c1430;
|
|
15365
15377
|
peg$currPos += 15;
|
|
15366
15378
|
}
|
|
15367
15379
|
else {
|
|
15368
15380
|
s2 = peg$FAILED;
|
|
15369
15381
|
if (peg$silentFails === 0) {
|
|
15370
|
-
peg$fail(peg$
|
|
15382
|
+
peg$fail(peg$c1431);
|
|
15371
15383
|
}
|
|
15372
15384
|
}
|
|
15373
15385
|
if (s2 !== peg$FAILED) {
|
|
@@ -15416,7 +15428,7 @@ var jssm = (function (exports) {
|
|
|
15416
15428
|
}
|
|
15417
15429
|
if (s9 !== peg$FAILED) {
|
|
15418
15430
|
peg$savedPos = s0;
|
|
15419
|
-
s1 = peg$
|
|
15431
|
+
s1 = peg$c1432(s6);
|
|
15420
15432
|
s0 = s1;
|
|
15421
15433
|
}
|
|
15422
15434
|
else {
|
|
@@ -15473,14 +15485,14 @@ var jssm = (function (exports) {
|
|
|
15473
15485
|
s1 = null;
|
|
15474
15486
|
}
|
|
15475
15487
|
if (s1 !== peg$FAILED) {
|
|
15476
|
-
if (input.substr(peg$currPos, 15) === peg$
|
|
15477
|
-
s2 = peg$
|
|
15488
|
+
if (input.substr(peg$currPos, 15) === peg$c1433) {
|
|
15489
|
+
s2 = peg$c1433;
|
|
15478
15490
|
peg$currPos += 15;
|
|
15479
15491
|
}
|
|
15480
15492
|
else {
|
|
15481
15493
|
s2 = peg$FAILED;
|
|
15482
15494
|
if (peg$silentFails === 0) {
|
|
15483
|
-
peg$fail(peg$
|
|
15495
|
+
peg$fail(peg$c1434);
|
|
15484
15496
|
}
|
|
15485
15497
|
}
|
|
15486
15498
|
if (s2 !== peg$FAILED) {
|
|
@@ -15529,7 +15541,7 @@ var jssm = (function (exports) {
|
|
|
15529
15541
|
}
|
|
15530
15542
|
if (s9 !== peg$FAILED) {
|
|
15531
15543
|
peg$savedPos = s0;
|
|
15532
|
-
s1 = peg$
|
|
15544
|
+
s1 = peg$c1435(s6);
|
|
15533
15545
|
s0 = s1;
|
|
15534
15546
|
}
|
|
15535
15547
|
else {
|
|
@@ -15586,14 +15598,14 @@ var jssm = (function (exports) {
|
|
|
15586
15598
|
s1 = null;
|
|
15587
15599
|
}
|
|
15588
15600
|
if (s1 !== peg$FAILED) {
|
|
15589
|
-
if (input.substr(peg$currPos, 16) === peg$
|
|
15590
|
-
s2 = peg$
|
|
15601
|
+
if (input.substr(peg$currPos, 16) === peg$c1436) {
|
|
15602
|
+
s2 = peg$c1436;
|
|
15591
15603
|
peg$currPos += 16;
|
|
15592
15604
|
}
|
|
15593
15605
|
else {
|
|
15594
15606
|
s2 = peg$FAILED;
|
|
15595
15607
|
if (peg$silentFails === 0) {
|
|
15596
|
-
peg$fail(peg$
|
|
15608
|
+
peg$fail(peg$c1437);
|
|
15597
15609
|
}
|
|
15598
15610
|
}
|
|
15599
15611
|
if (s2 !== peg$FAILED) {
|
|
@@ -15642,7 +15654,7 @@ var jssm = (function (exports) {
|
|
|
15642
15654
|
}
|
|
15643
15655
|
if (s9 !== peg$FAILED) {
|
|
15644
15656
|
peg$savedPos = s0;
|
|
15645
|
-
s1 = peg$
|
|
15657
|
+
s1 = peg$c1438(s6);
|
|
15646
15658
|
s0 = s1;
|
|
15647
15659
|
}
|
|
15648
15660
|
else {
|
|
@@ -15699,14 +15711,14 @@ var jssm = (function (exports) {
|
|
|
15699
15711
|
s1 = null;
|
|
15700
15712
|
}
|
|
15701
15713
|
if (s1 !== peg$FAILED) {
|
|
15702
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
15703
|
-
s2 = peg$
|
|
15714
|
+
if (input.substr(peg$currPos, 11) === peg$c1439) {
|
|
15715
|
+
s2 = peg$c1439;
|
|
15704
15716
|
peg$currPos += 11;
|
|
15705
15717
|
}
|
|
15706
15718
|
else {
|
|
15707
15719
|
s2 = peg$FAILED;
|
|
15708
15720
|
if (peg$silentFails === 0) {
|
|
15709
|
-
peg$fail(peg$
|
|
15721
|
+
peg$fail(peg$c1440);
|
|
15710
15722
|
}
|
|
15711
15723
|
}
|
|
15712
15724
|
if (s2 !== peg$FAILED) {
|
|
@@ -15755,7 +15767,7 @@ var jssm = (function (exports) {
|
|
|
15755
15767
|
}
|
|
15756
15768
|
if (s9 !== peg$FAILED) {
|
|
15757
15769
|
peg$savedPos = s0;
|
|
15758
|
-
s1 = peg$
|
|
15770
|
+
s1 = peg$c1441(s6);
|
|
15759
15771
|
s0 = s1;
|
|
15760
15772
|
}
|
|
15761
15773
|
else {
|
|
@@ -15812,14 +15824,14 @@ var jssm = (function (exports) {
|
|
|
15812
15824
|
s1 = null;
|
|
15813
15825
|
}
|
|
15814
15826
|
if (s1 !== peg$FAILED) {
|
|
15815
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
15816
|
-
s2 = peg$
|
|
15827
|
+
if (input.substr(peg$currPos, 5) === peg$c1442) {
|
|
15828
|
+
s2 = peg$c1442;
|
|
15817
15829
|
peg$currPos += 5;
|
|
15818
15830
|
}
|
|
15819
15831
|
else {
|
|
15820
15832
|
s2 = peg$FAILED;
|
|
15821
15833
|
if (peg$silentFails === 0) {
|
|
15822
|
-
peg$fail(peg$
|
|
15834
|
+
peg$fail(peg$c1443);
|
|
15823
15835
|
}
|
|
15824
15836
|
}
|
|
15825
15837
|
if (s2 !== peg$FAILED) {
|
|
@@ -15868,7 +15880,7 @@ var jssm = (function (exports) {
|
|
|
15868
15880
|
}
|
|
15869
15881
|
if (s9 !== peg$FAILED) {
|
|
15870
15882
|
peg$savedPos = s0;
|
|
15871
|
-
s1 = peg$
|
|
15883
|
+
s1 = peg$c1444(s6);
|
|
15872
15884
|
s0 = s1;
|
|
15873
15885
|
}
|
|
15874
15886
|
else {
|
|
@@ -15925,14 +15937,14 @@ var jssm = (function (exports) {
|
|
|
15925
15937
|
s1 = null;
|
|
15926
15938
|
}
|
|
15927
15939
|
if (s1 !== peg$FAILED) {
|
|
15928
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
15929
|
-
s2 = peg$
|
|
15940
|
+
if (input.substr(peg$currPos, 4) === peg$c1445) {
|
|
15941
|
+
s2 = peg$c1445;
|
|
15930
15942
|
peg$currPos += 4;
|
|
15931
15943
|
}
|
|
15932
15944
|
else {
|
|
15933
15945
|
s2 = peg$FAILED;
|
|
15934
15946
|
if (peg$silentFails === 0) {
|
|
15935
|
-
peg$fail(peg$
|
|
15947
|
+
peg$fail(peg$c1446);
|
|
15936
15948
|
}
|
|
15937
15949
|
}
|
|
15938
15950
|
if (s2 !== peg$FAILED) {
|
|
@@ -15981,7 +15993,7 @@ var jssm = (function (exports) {
|
|
|
15981
15993
|
}
|
|
15982
15994
|
if (s9 !== peg$FAILED) {
|
|
15983
15995
|
peg$savedPos = s0;
|
|
15984
|
-
s1 = peg$
|
|
15996
|
+
s1 = peg$c1447(s6);
|
|
15985
15997
|
s0 = s1;
|
|
15986
15998
|
}
|
|
15987
15999
|
else {
|
|
@@ -16038,14 +16050,14 @@ var jssm = (function (exports) {
|
|
|
16038
16050
|
s1 = null;
|
|
16039
16051
|
}
|
|
16040
16052
|
if (s1 !== peg$FAILED) {
|
|
16041
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16042
|
-
s2 = peg$
|
|
16053
|
+
if (input.substr(peg$currPos, 5) === peg$c1448) {
|
|
16054
|
+
s2 = peg$c1448;
|
|
16043
16055
|
peg$currPos += 5;
|
|
16044
16056
|
}
|
|
16045
16057
|
else {
|
|
16046
16058
|
s2 = peg$FAILED;
|
|
16047
16059
|
if (peg$silentFails === 0) {
|
|
16048
|
-
peg$fail(peg$
|
|
16060
|
+
peg$fail(peg$c1449);
|
|
16049
16061
|
}
|
|
16050
16062
|
}
|
|
16051
16063
|
if (s2 !== peg$FAILED) {
|
|
@@ -16094,7 +16106,7 @@ var jssm = (function (exports) {
|
|
|
16094
16106
|
}
|
|
16095
16107
|
if (s9 !== peg$FAILED) {
|
|
16096
16108
|
peg$savedPos = s0;
|
|
16097
|
-
s1 = peg$
|
|
16109
|
+
s1 = peg$c1450(s6);
|
|
16098
16110
|
s0 = s1;
|
|
16099
16111
|
}
|
|
16100
16112
|
else {
|
|
@@ -16151,14 +16163,14 @@ var jssm = (function (exports) {
|
|
|
16151
16163
|
s1 = null;
|
|
16152
16164
|
}
|
|
16153
16165
|
if (s1 !== peg$FAILED) {
|
|
16154
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
16155
|
-
s2 = peg$
|
|
16166
|
+
if (input.substr(peg$currPos, 12) === peg$c1451) {
|
|
16167
|
+
s2 = peg$c1451;
|
|
16156
16168
|
peg$currPos += 12;
|
|
16157
16169
|
}
|
|
16158
16170
|
else {
|
|
16159
16171
|
s2 = peg$FAILED;
|
|
16160
16172
|
if (peg$silentFails === 0) {
|
|
16161
|
-
peg$fail(peg$
|
|
16173
|
+
peg$fail(peg$c1452);
|
|
16162
16174
|
}
|
|
16163
16175
|
}
|
|
16164
16176
|
if (s2 !== peg$FAILED) {
|
|
@@ -16207,7 +16219,7 @@ var jssm = (function (exports) {
|
|
|
16207
16219
|
}
|
|
16208
16220
|
if (s9 !== peg$FAILED) {
|
|
16209
16221
|
peg$savedPos = s0;
|
|
16210
|
-
s1 = peg$
|
|
16222
|
+
s1 = peg$c1453(s6);
|
|
16211
16223
|
s0 = s1;
|
|
16212
16224
|
}
|
|
16213
16225
|
else {
|
|
@@ -16299,7 +16311,7 @@ var jssm = (function (exports) {
|
|
|
16299
16311
|
peg$silentFails--;
|
|
16300
16312
|
if (s0 === peg$FAILED) {
|
|
16301
16313
|
if (peg$silentFails === 0) {
|
|
16302
|
-
peg$fail(peg$
|
|
16314
|
+
peg$fail(peg$c1454);
|
|
16303
16315
|
}
|
|
16304
16316
|
}
|
|
16305
16317
|
return s0;
|
|
@@ -16330,14 +16342,14 @@ var jssm = (function (exports) {
|
|
|
16330
16342
|
s1 = null;
|
|
16331
16343
|
}
|
|
16332
16344
|
if (s1 !== peg$FAILED) {
|
|
16333
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16334
|
-
s2 = peg$
|
|
16345
|
+
if (input.substr(peg$currPos, 5) === peg$c1455) {
|
|
16346
|
+
s2 = peg$c1455;
|
|
16335
16347
|
peg$currPos += 5;
|
|
16336
16348
|
}
|
|
16337
16349
|
else {
|
|
16338
16350
|
s2 = peg$FAILED;
|
|
16339
16351
|
if (peg$silentFails === 0) {
|
|
16340
|
-
peg$fail(peg$
|
|
16352
|
+
peg$fail(peg$c1456);
|
|
16341
16353
|
}
|
|
16342
16354
|
}
|
|
16343
16355
|
if (s2 !== peg$FAILED) {
|
|
@@ -16386,7 +16398,7 @@ var jssm = (function (exports) {
|
|
|
16386
16398
|
}
|
|
16387
16399
|
if (s9 !== peg$FAILED) {
|
|
16388
16400
|
peg$savedPos = s0;
|
|
16389
|
-
s1 = peg$
|
|
16401
|
+
s1 = peg$c1457(s6);
|
|
16390
16402
|
s0 = s1;
|
|
16391
16403
|
}
|
|
16392
16404
|
else {
|
|
@@ -16451,14 +16463,14 @@ var jssm = (function (exports) {
|
|
|
16451
16463
|
s1 = null;
|
|
16452
16464
|
}
|
|
16453
16465
|
if (s1 !== peg$FAILED) {
|
|
16454
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16455
|
-
s2 = peg$
|
|
16466
|
+
if (input.substr(peg$currPos, 5) === peg$c1458) {
|
|
16467
|
+
s2 = peg$c1458;
|
|
16456
16468
|
peg$currPos += 5;
|
|
16457
16469
|
}
|
|
16458
16470
|
else {
|
|
16459
16471
|
s2 = peg$FAILED;
|
|
16460
16472
|
if (peg$silentFails === 0) {
|
|
16461
|
-
peg$fail(peg$
|
|
16473
|
+
peg$fail(peg$c1459);
|
|
16462
16474
|
}
|
|
16463
16475
|
}
|
|
16464
16476
|
if (s2 !== peg$FAILED) {
|
|
@@ -16507,7 +16519,7 @@ var jssm = (function (exports) {
|
|
|
16507
16519
|
}
|
|
16508
16520
|
if (s9 !== peg$FAILED) {
|
|
16509
16521
|
peg$savedPos = s0;
|
|
16510
|
-
s1 = peg$
|
|
16522
|
+
s1 = peg$c1460(s6);
|
|
16511
16523
|
s0 = s1;
|
|
16512
16524
|
}
|
|
16513
16525
|
else {
|
|
@@ -16572,14 +16584,14 @@ var jssm = (function (exports) {
|
|
|
16572
16584
|
s1 = null;
|
|
16573
16585
|
}
|
|
16574
16586
|
if (s1 !== peg$FAILED) {
|
|
16575
|
-
if (input.substr(peg$currPos, 10) === peg$
|
|
16576
|
-
s2 = peg$
|
|
16587
|
+
if (input.substr(peg$currPos, 10) === peg$c1462) {
|
|
16588
|
+
s2 = peg$c1462;
|
|
16577
16589
|
peg$currPos += 10;
|
|
16578
16590
|
}
|
|
16579
16591
|
else {
|
|
16580
16592
|
s2 = peg$FAILED;
|
|
16581
16593
|
if (peg$silentFails === 0) {
|
|
16582
|
-
peg$fail(peg$
|
|
16594
|
+
peg$fail(peg$c1463);
|
|
16583
16595
|
}
|
|
16584
16596
|
}
|
|
16585
16597
|
if (s2 !== peg$FAILED) {
|
|
@@ -16628,7 +16640,7 @@ var jssm = (function (exports) {
|
|
|
16628
16640
|
}
|
|
16629
16641
|
if (s9 !== peg$FAILED) {
|
|
16630
16642
|
peg$savedPos = s0;
|
|
16631
|
-
s1 = peg$
|
|
16643
|
+
s1 = peg$c1464(s6);
|
|
16632
16644
|
s0 = s1;
|
|
16633
16645
|
}
|
|
16634
16646
|
else {
|
|
@@ -16679,7 +16691,7 @@ var jssm = (function (exports) {
|
|
|
16679
16691
|
if (s0 === peg$FAILED) {
|
|
16680
16692
|
s1 = peg$FAILED;
|
|
16681
16693
|
if (peg$silentFails === 0) {
|
|
16682
|
-
peg$fail(peg$
|
|
16694
|
+
peg$fail(peg$c1461);
|
|
16683
16695
|
}
|
|
16684
16696
|
}
|
|
16685
16697
|
return s0;
|
|
@@ -16693,14 +16705,14 @@ var jssm = (function (exports) {
|
|
|
16693
16705
|
s1 = null;
|
|
16694
16706
|
}
|
|
16695
16707
|
if (s1 !== peg$FAILED) {
|
|
16696
|
-
if (input.substr(peg$currPos, 16) === peg$
|
|
16697
|
-
s2 = peg$
|
|
16708
|
+
if (input.substr(peg$currPos, 16) === peg$c1466) {
|
|
16709
|
+
s2 = peg$c1466;
|
|
16698
16710
|
peg$currPos += 16;
|
|
16699
16711
|
}
|
|
16700
16712
|
else {
|
|
16701
16713
|
s2 = peg$FAILED;
|
|
16702
16714
|
if (peg$silentFails === 0) {
|
|
16703
|
-
peg$fail(peg$
|
|
16715
|
+
peg$fail(peg$c1467);
|
|
16704
16716
|
}
|
|
16705
16717
|
}
|
|
16706
16718
|
if (s2 !== peg$FAILED) {
|
|
@@ -16749,7 +16761,7 @@ var jssm = (function (exports) {
|
|
|
16749
16761
|
}
|
|
16750
16762
|
if (s9 !== peg$FAILED) {
|
|
16751
16763
|
peg$savedPos = s0;
|
|
16752
|
-
s1 = peg$
|
|
16764
|
+
s1 = peg$c1468(s6);
|
|
16753
16765
|
s0 = s1;
|
|
16754
16766
|
}
|
|
16755
16767
|
else {
|
|
@@ -16800,7 +16812,7 @@ var jssm = (function (exports) {
|
|
|
16800
16812
|
if (s0 === peg$FAILED) {
|
|
16801
16813
|
s1 = peg$FAILED;
|
|
16802
16814
|
if (peg$silentFails === 0) {
|
|
16803
|
-
peg$fail(peg$
|
|
16815
|
+
peg$fail(peg$c1465);
|
|
16804
16816
|
}
|
|
16805
16817
|
}
|
|
16806
16818
|
return s0;
|
|
@@ -16814,14 +16826,14 @@ var jssm = (function (exports) {
|
|
|
16814
16826
|
s1 = null;
|
|
16815
16827
|
}
|
|
16816
16828
|
if (s1 !== peg$FAILED) {
|
|
16817
|
-
if (input.substr(peg$currPos, 12) === peg$
|
|
16818
|
-
s2 = peg$
|
|
16829
|
+
if (input.substr(peg$currPos, 12) === peg$c1470) {
|
|
16830
|
+
s2 = peg$c1470;
|
|
16819
16831
|
peg$currPos += 12;
|
|
16820
16832
|
}
|
|
16821
16833
|
else {
|
|
16822
16834
|
s2 = peg$FAILED;
|
|
16823
16835
|
if (peg$silentFails === 0) {
|
|
16824
|
-
peg$fail(peg$
|
|
16836
|
+
peg$fail(peg$c1471);
|
|
16825
16837
|
}
|
|
16826
16838
|
}
|
|
16827
16839
|
if (s2 !== peg$FAILED) {
|
|
@@ -16870,7 +16882,7 @@ var jssm = (function (exports) {
|
|
|
16870
16882
|
}
|
|
16871
16883
|
if (s9 !== peg$FAILED) {
|
|
16872
16884
|
peg$savedPos = s0;
|
|
16873
|
-
s1 = peg$
|
|
16885
|
+
s1 = peg$c1472(s6);
|
|
16874
16886
|
s0 = s1;
|
|
16875
16887
|
}
|
|
16876
16888
|
else {
|
|
@@ -16921,7 +16933,7 @@ var jssm = (function (exports) {
|
|
|
16921
16933
|
if (s0 === peg$FAILED) {
|
|
16922
16934
|
s1 = peg$FAILED;
|
|
16923
16935
|
if (peg$silentFails === 0) {
|
|
16924
|
-
peg$fail(peg$
|
|
16936
|
+
peg$fail(peg$c1469);
|
|
16925
16937
|
}
|
|
16926
16938
|
}
|
|
16927
16939
|
return s0;
|
|
@@ -16935,14 +16947,14 @@ var jssm = (function (exports) {
|
|
|
16935
16947
|
s1 = null;
|
|
16936
16948
|
}
|
|
16937
16949
|
if (s1 !== peg$FAILED) {
|
|
16938
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
16939
|
-
s2 = peg$
|
|
16950
|
+
if (input.substr(peg$currPos, 5) === peg$c1474) {
|
|
16951
|
+
s2 = peg$c1474;
|
|
16940
16952
|
peg$currPos += 5;
|
|
16941
16953
|
}
|
|
16942
16954
|
else {
|
|
16943
16955
|
s2 = peg$FAILED;
|
|
16944
16956
|
if (peg$silentFails === 0) {
|
|
16945
|
-
peg$fail(peg$
|
|
16957
|
+
peg$fail(peg$c1475);
|
|
16946
16958
|
}
|
|
16947
16959
|
}
|
|
16948
16960
|
if (s2 !== peg$FAILED) {
|
|
@@ -16991,7 +17003,7 @@ var jssm = (function (exports) {
|
|
|
16991
17003
|
}
|
|
16992
17004
|
if (s9 !== peg$FAILED) {
|
|
16993
17005
|
peg$savedPos = s0;
|
|
16994
|
-
s1 = peg$
|
|
17006
|
+
s1 = peg$c1476(s6);
|
|
16995
17007
|
s0 = s1;
|
|
16996
17008
|
}
|
|
16997
17009
|
else {
|
|
@@ -17042,7 +17054,7 @@ var jssm = (function (exports) {
|
|
|
17042
17054
|
if (s0 === peg$FAILED) {
|
|
17043
17055
|
s1 = peg$FAILED;
|
|
17044
17056
|
if (peg$silentFails === 0) {
|
|
17045
|
-
peg$fail(peg$
|
|
17057
|
+
peg$fail(peg$c1473);
|
|
17046
17058
|
}
|
|
17047
17059
|
}
|
|
17048
17060
|
return s0;
|
|
@@ -17056,14 +17068,14 @@ var jssm = (function (exports) {
|
|
|
17056
17068
|
s1 = null;
|
|
17057
17069
|
}
|
|
17058
17070
|
if (s1 !== peg$FAILED) {
|
|
17059
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
17060
|
-
s2 = peg$
|
|
17071
|
+
if (input.substr(peg$currPos, 7) === peg$c1478) {
|
|
17072
|
+
s2 = peg$c1478;
|
|
17061
17073
|
peg$currPos += 7;
|
|
17062
17074
|
}
|
|
17063
17075
|
else {
|
|
17064
17076
|
s2 = peg$FAILED;
|
|
17065
17077
|
if (peg$silentFails === 0) {
|
|
17066
|
-
peg$fail(peg$
|
|
17078
|
+
peg$fail(peg$c1479);
|
|
17067
17079
|
}
|
|
17068
17080
|
}
|
|
17069
17081
|
if (s2 !== peg$FAILED) {
|
|
@@ -17112,7 +17124,7 @@ var jssm = (function (exports) {
|
|
|
17112
17124
|
}
|
|
17113
17125
|
if (s9 !== peg$FAILED) {
|
|
17114
17126
|
peg$savedPos = s0;
|
|
17115
|
-
s1 = peg$
|
|
17127
|
+
s1 = peg$c1480(s6);
|
|
17116
17128
|
s0 = s1;
|
|
17117
17129
|
}
|
|
17118
17130
|
else {
|
|
@@ -17163,7 +17175,7 @@ var jssm = (function (exports) {
|
|
|
17163
17175
|
if (s0 === peg$FAILED) {
|
|
17164
17176
|
s1 = peg$FAILED;
|
|
17165
17177
|
if (peg$silentFails === 0) {
|
|
17166
|
-
peg$fail(peg$
|
|
17178
|
+
peg$fail(peg$c1477);
|
|
17167
17179
|
}
|
|
17168
17180
|
}
|
|
17169
17181
|
return s0;
|
|
@@ -17233,7 +17245,7 @@ var jssm = (function (exports) {
|
|
|
17233
17245
|
}
|
|
17234
17246
|
if (s9 !== peg$FAILED) {
|
|
17235
17247
|
peg$savedPos = s0;
|
|
17236
|
-
s1 = peg$
|
|
17248
|
+
s1 = peg$c1482(s6);
|
|
17237
17249
|
s0 = s1;
|
|
17238
17250
|
}
|
|
17239
17251
|
else {
|
|
@@ -17287,14 +17299,14 @@ var jssm = (function (exports) {
|
|
|
17287
17299
|
s1 = null;
|
|
17288
17300
|
}
|
|
17289
17301
|
if (s1 !== peg$FAILED) {
|
|
17290
|
-
if (input.substr(peg$currPos, 9) === peg$
|
|
17291
|
-
s2 = peg$
|
|
17302
|
+
if (input.substr(peg$currPos, 9) === peg$c1483) {
|
|
17303
|
+
s2 = peg$c1483;
|
|
17292
17304
|
peg$currPos += 9;
|
|
17293
17305
|
}
|
|
17294
17306
|
else {
|
|
17295
17307
|
s2 = peg$FAILED;
|
|
17296
17308
|
if (peg$silentFails === 0) {
|
|
17297
|
-
peg$fail(peg$
|
|
17309
|
+
peg$fail(peg$c1484);
|
|
17298
17310
|
}
|
|
17299
17311
|
}
|
|
17300
17312
|
if (s2 !== peg$FAILED) {
|
|
@@ -17343,7 +17355,7 @@ var jssm = (function (exports) {
|
|
|
17343
17355
|
}
|
|
17344
17356
|
if (s9 !== peg$FAILED) {
|
|
17345
17357
|
peg$savedPos = s0;
|
|
17346
|
-
s1 = peg$
|
|
17358
|
+
s1 = peg$c1482(s6);
|
|
17347
17359
|
s0 = s1;
|
|
17348
17360
|
}
|
|
17349
17361
|
else {
|
|
@@ -17395,7 +17407,7 @@ var jssm = (function (exports) {
|
|
|
17395
17407
|
if (s0 === peg$FAILED) {
|
|
17396
17408
|
s1 = peg$FAILED;
|
|
17397
17409
|
if (peg$silentFails === 0) {
|
|
17398
|
-
peg$fail(peg$
|
|
17410
|
+
peg$fail(peg$c1481);
|
|
17399
17411
|
}
|
|
17400
17412
|
}
|
|
17401
17413
|
return s0;
|
|
@@ -17409,14 +17421,14 @@ var jssm = (function (exports) {
|
|
|
17409
17421
|
s1 = null;
|
|
17410
17422
|
}
|
|
17411
17423
|
if (s1 !== peg$FAILED) {
|
|
17412
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17413
|
-
s2 = peg$
|
|
17424
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
17425
|
+
s2 = peg$c1486;
|
|
17414
17426
|
peg$currPos += 8;
|
|
17415
17427
|
}
|
|
17416
17428
|
else {
|
|
17417
17429
|
s2 = peg$FAILED;
|
|
17418
17430
|
if (peg$silentFails === 0) {
|
|
17419
|
-
peg$fail(peg$
|
|
17431
|
+
peg$fail(peg$c1487);
|
|
17420
17432
|
}
|
|
17421
17433
|
}
|
|
17422
17434
|
if (s2 !== peg$FAILED) {
|
|
@@ -17469,7 +17481,7 @@ var jssm = (function (exports) {
|
|
|
17469
17481
|
}
|
|
17470
17482
|
if (s11 !== peg$FAILED) {
|
|
17471
17483
|
peg$savedPos = s0;
|
|
17472
|
-
s1 = peg$
|
|
17484
|
+
s1 = peg$c1488(s6, s8);
|
|
17473
17485
|
s0 = s1;
|
|
17474
17486
|
}
|
|
17475
17487
|
else {
|
|
@@ -17533,14 +17545,14 @@ var jssm = (function (exports) {
|
|
|
17533
17545
|
s1 = null;
|
|
17534
17546
|
}
|
|
17535
17547
|
if (s1 !== peg$FAILED) {
|
|
17536
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17537
|
-
s2 = peg$
|
|
17548
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
17549
|
+
s2 = peg$c1486;
|
|
17538
17550
|
peg$currPos += 8;
|
|
17539
17551
|
}
|
|
17540
17552
|
else {
|
|
17541
17553
|
s2 = peg$FAILED;
|
|
17542
17554
|
if (peg$silentFails === 0) {
|
|
17543
|
-
peg$fail(peg$
|
|
17555
|
+
peg$fail(peg$c1487);
|
|
17544
17556
|
}
|
|
17545
17557
|
}
|
|
17546
17558
|
if (s2 !== peg$FAILED) {
|
|
@@ -17573,14 +17585,14 @@ var jssm = (function (exports) {
|
|
|
17573
17585
|
if (s8 !== peg$FAILED) {
|
|
17574
17586
|
s9 = peg$parseWS();
|
|
17575
17587
|
if (s9 !== peg$FAILED) {
|
|
17576
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
17577
|
-
s10 = peg$
|
|
17588
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
17589
|
+
s10 = peg$c1489;
|
|
17578
17590
|
peg$currPos += 8;
|
|
17579
17591
|
}
|
|
17580
17592
|
else {
|
|
17581
17593
|
s10 = peg$FAILED;
|
|
17582
17594
|
if (peg$silentFails === 0) {
|
|
17583
|
-
peg$fail(peg$
|
|
17595
|
+
peg$fail(peg$c1490);
|
|
17584
17596
|
}
|
|
17585
17597
|
}
|
|
17586
17598
|
if (s10 !== peg$FAILED) {
|
|
@@ -17606,7 +17618,7 @@ var jssm = (function (exports) {
|
|
|
17606
17618
|
}
|
|
17607
17619
|
if (s13 !== peg$FAILED) {
|
|
17608
17620
|
peg$savedPos = s0;
|
|
17609
|
-
s1 = peg$
|
|
17621
|
+
s1 = peg$c1491(s6, s8);
|
|
17610
17622
|
s0 = s1;
|
|
17611
17623
|
}
|
|
17612
17624
|
else {
|
|
@@ -17678,7 +17690,7 @@ var jssm = (function (exports) {
|
|
|
17678
17690
|
if (s0 === peg$FAILED) {
|
|
17679
17691
|
s1 = peg$FAILED;
|
|
17680
17692
|
if (peg$silentFails === 0) {
|
|
17681
|
-
peg$fail(peg$
|
|
17693
|
+
peg$fail(peg$c1485);
|
|
17682
17694
|
}
|
|
17683
17695
|
}
|
|
17684
17696
|
return s0;
|
|
@@ -17792,14 +17804,14 @@ var jssm = (function (exports) {
|
|
|
17792
17804
|
s1 = null;
|
|
17793
17805
|
}
|
|
17794
17806
|
if (s1 !== peg$FAILED) {
|
|
17795
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
17796
|
-
s2 = peg$
|
|
17807
|
+
if (input.substr(peg$currPos, 5) === peg$c1330) {
|
|
17808
|
+
s2 = peg$c1330;
|
|
17797
17809
|
peg$currPos += 5;
|
|
17798
17810
|
}
|
|
17799
17811
|
else {
|
|
17800
17812
|
s2 = peg$FAILED;
|
|
17801
17813
|
if (peg$silentFails === 0) {
|
|
17802
|
-
peg$fail(peg$
|
|
17814
|
+
peg$fail(peg$c1331);
|
|
17803
17815
|
}
|
|
17804
17816
|
}
|
|
17805
17817
|
if (s2 !== peg$FAILED) {
|
|
@@ -17852,7 +17864,7 @@ var jssm = (function (exports) {
|
|
|
17852
17864
|
}
|
|
17853
17865
|
if (s11 !== peg$FAILED) {
|
|
17854
17866
|
peg$savedPos = s0;
|
|
17855
|
-
s1 = peg$
|
|
17867
|
+
s1 = peg$c1492(s4, s8);
|
|
17856
17868
|
s0 = s1;
|
|
17857
17869
|
}
|
|
17858
17870
|
else {
|
|
@@ -17920,13 +17932,13 @@ var jssm = (function (exports) {
|
|
|
17920
17932
|
}
|
|
17921
17933
|
if (s1 !== peg$FAILED) {
|
|
17922
17934
|
if (input.charCodeAt(peg$currPos) === 38) {
|
|
17923
|
-
s2 = peg$
|
|
17935
|
+
s2 = peg$c1493;
|
|
17924
17936
|
peg$currPos++;
|
|
17925
17937
|
}
|
|
17926
17938
|
else {
|
|
17927
17939
|
s2 = peg$FAILED;
|
|
17928
17940
|
if (peg$silentFails === 0) {
|
|
17929
|
-
peg$fail(peg$
|
|
17941
|
+
peg$fail(peg$c1494);
|
|
17930
17942
|
}
|
|
17931
17943
|
}
|
|
17932
17944
|
if (s2 !== peg$FAILED) {
|
|
@@ -17982,7 +17994,7 @@ var jssm = (function (exports) {
|
|
|
17982
17994
|
}
|
|
17983
17995
|
if (s11 !== peg$FAILED) {
|
|
17984
17996
|
peg$savedPos = s0;
|
|
17985
|
-
s1 = peg$
|
|
17997
|
+
s1 = peg$c1495(s4, s8);
|
|
17986
17998
|
s0 = s1;
|
|
17987
17999
|
}
|
|
17988
18000
|
else {
|
|
@@ -18049,14 +18061,14 @@ var jssm = (function (exports) {
|
|
|
18049
18061
|
s1 = null;
|
|
18050
18062
|
}
|
|
18051
18063
|
if (s1 !== peg$FAILED) {
|
|
18052
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18053
|
-
s2 = peg$
|
|
18064
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18065
|
+
s2 = peg$c1486;
|
|
18054
18066
|
peg$currPos += 8;
|
|
18055
18067
|
}
|
|
18056
18068
|
else {
|
|
18057
18069
|
s2 = peg$FAILED;
|
|
18058
18070
|
if (peg$silentFails === 0) {
|
|
18059
|
-
peg$fail(peg$
|
|
18071
|
+
peg$fail(peg$c1487);
|
|
18060
18072
|
}
|
|
18061
18073
|
}
|
|
18062
18074
|
if (s2 !== peg$FAILED) {
|
|
@@ -18083,14 +18095,14 @@ var jssm = (function (exports) {
|
|
|
18083
18095
|
if (s8 !== peg$FAILED) {
|
|
18084
18096
|
s9 = peg$parseWS();
|
|
18085
18097
|
if (s9 !== peg$FAILED) {
|
|
18086
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18087
|
-
s10 = peg$
|
|
18098
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
18099
|
+
s10 = peg$c1489;
|
|
18088
18100
|
peg$currPos += 8;
|
|
18089
18101
|
}
|
|
18090
18102
|
else {
|
|
18091
18103
|
s10 = peg$FAILED;
|
|
18092
18104
|
if (peg$silentFails === 0) {
|
|
18093
|
-
peg$fail(peg$
|
|
18105
|
+
peg$fail(peg$c1490);
|
|
18094
18106
|
}
|
|
18095
18107
|
}
|
|
18096
18108
|
if (s10 !== peg$FAILED) {
|
|
@@ -18116,7 +18128,7 @@ var jssm = (function (exports) {
|
|
|
18116
18128
|
}
|
|
18117
18129
|
if (s13 !== peg$FAILED) {
|
|
18118
18130
|
peg$savedPos = s0;
|
|
18119
|
-
s1 = peg$
|
|
18131
|
+
s1 = peg$c1496(s4, s8);
|
|
18120
18132
|
s0 = s1;
|
|
18121
18133
|
}
|
|
18122
18134
|
else {
|
|
@@ -18190,14 +18202,14 @@ var jssm = (function (exports) {
|
|
|
18190
18202
|
s1 = null;
|
|
18191
18203
|
}
|
|
18192
18204
|
if (s1 !== peg$FAILED) {
|
|
18193
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18194
|
-
s2 = peg$
|
|
18205
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18206
|
+
s2 = peg$c1486;
|
|
18195
18207
|
peg$currPos += 8;
|
|
18196
18208
|
}
|
|
18197
18209
|
else {
|
|
18198
18210
|
s2 = peg$FAILED;
|
|
18199
18211
|
if (peg$silentFails === 0) {
|
|
18200
|
-
peg$fail(peg$
|
|
18212
|
+
peg$fail(peg$c1487);
|
|
18201
18213
|
}
|
|
18202
18214
|
}
|
|
18203
18215
|
if (s2 !== peg$FAILED) {
|
|
@@ -18207,14 +18219,14 @@ var jssm = (function (exports) {
|
|
|
18207
18219
|
if (s4 !== peg$FAILED) {
|
|
18208
18220
|
s5 = peg$parseWS();
|
|
18209
18221
|
if (s5 !== peg$FAILED) {
|
|
18210
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18211
|
-
s6 = peg$
|
|
18222
|
+
if (input.substr(peg$currPos, 8) === peg$c1489) {
|
|
18223
|
+
s6 = peg$c1489;
|
|
18212
18224
|
peg$currPos += 8;
|
|
18213
18225
|
}
|
|
18214
18226
|
else {
|
|
18215
18227
|
s6 = peg$FAILED;
|
|
18216
18228
|
if (peg$silentFails === 0) {
|
|
18217
|
-
peg$fail(peg$
|
|
18229
|
+
peg$fail(peg$c1490);
|
|
18218
18230
|
}
|
|
18219
18231
|
}
|
|
18220
18232
|
if (s6 !== peg$FAILED) {
|
|
@@ -18240,7 +18252,7 @@ var jssm = (function (exports) {
|
|
|
18240
18252
|
}
|
|
18241
18253
|
if (s9 !== peg$FAILED) {
|
|
18242
18254
|
peg$savedPos = s0;
|
|
18243
|
-
s1 = peg$
|
|
18255
|
+
s1 = peg$c1497(s4);
|
|
18244
18256
|
s0 = s1;
|
|
18245
18257
|
}
|
|
18246
18258
|
else {
|
|
@@ -18294,14 +18306,14 @@ var jssm = (function (exports) {
|
|
|
18294
18306
|
s1 = null;
|
|
18295
18307
|
}
|
|
18296
18308
|
if (s1 !== peg$FAILED) {
|
|
18297
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18298
|
-
s2 = peg$
|
|
18309
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18310
|
+
s2 = peg$c1486;
|
|
18299
18311
|
peg$currPos += 8;
|
|
18300
18312
|
}
|
|
18301
18313
|
else {
|
|
18302
18314
|
s2 = peg$FAILED;
|
|
18303
18315
|
if (peg$silentFails === 0) {
|
|
18304
|
-
peg$fail(peg$
|
|
18316
|
+
peg$fail(peg$c1487);
|
|
18305
18317
|
}
|
|
18306
18318
|
}
|
|
18307
18319
|
if (s2 !== peg$FAILED) {
|
|
@@ -18348,7 +18360,7 @@ var jssm = (function (exports) {
|
|
|
18348
18360
|
}
|
|
18349
18361
|
if (s11 !== peg$FAILED) {
|
|
18350
18362
|
peg$savedPos = s0;
|
|
18351
|
-
s1 = peg$
|
|
18363
|
+
s1 = peg$c1498(s4, s8);
|
|
18352
18364
|
s0 = s1;
|
|
18353
18365
|
}
|
|
18354
18366
|
else {
|
|
@@ -18412,14 +18424,14 @@ var jssm = (function (exports) {
|
|
|
18412
18424
|
s1 = null;
|
|
18413
18425
|
}
|
|
18414
18426
|
if (s1 !== peg$FAILED) {
|
|
18415
|
-
if (input.substr(peg$currPos, 8) === peg$
|
|
18416
|
-
s2 = peg$
|
|
18427
|
+
if (input.substr(peg$currPos, 8) === peg$c1486) {
|
|
18428
|
+
s2 = peg$c1486;
|
|
18417
18429
|
peg$currPos += 8;
|
|
18418
18430
|
}
|
|
18419
18431
|
else {
|
|
18420
18432
|
s2 = peg$FAILED;
|
|
18421
18433
|
if (peg$silentFails === 0) {
|
|
18422
|
-
peg$fail(peg$
|
|
18434
|
+
peg$fail(peg$c1487);
|
|
18423
18435
|
}
|
|
18424
18436
|
}
|
|
18425
18437
|
if (s2 !== peg$FAILED) {
|
|
@@ -18449,7 +18461,7 @@ var jssm = (function (exports) {
|
|
|
18449
18461
|
}
|
|
18450
18462
|
if (s7 !== peg$FAILED) {
|
|
18451
18463
|
peg$savedPos = s0;
|
|
18452
|
-
s1 = peg$
|
|
18464
|
+
s1 = peg$c1499(s4);
|
|
18453
18465
|
s0 = s1;
|
|
18454
18466
|
}
|
|
18455
18467
|
else {
|
|
@@ -18494,14 +18506,14 @@ var jssm = (function (exports) {
|
|
|
18494
18506
|
function peg$parseRegularArrangeDeclaration() {
|
|
18495
18507
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18496
18508
|
s0 = peg$currPos;
|
|
18497
|
-
if (input.substr(peg$currPos, 7) === peg$
|
|
18498
|
-
s1 = peg$
|
|
18509
|
+
if (input.substr(peg$currPos, 7) === peg$c1500) {
|
|
18510
|
+
s1 = peg$c1500;
|
|
18499
18511
|
peg$currPos += 7;
|
|
18500
18512
|
}
|
|
18501
18513
|
else {
|
|
18502
18514
|
s1 = peg$FAILED;
|
|
18503
18515
|
if (peg$silentFails === 0) {
|
|
18504
|
-
peg$fail(peg$
|
|
18516
|
+
peg$fail(peg$c1501);
|
|
18505
18517
|
}
|
|
18506
18518
|
}
|
|
18507
18519
|
if (s1 !== peg$FAILED) {
|
|
@@ -18534,7 +18546,7 @@ var jssm = (function (exports) {
|
|
|
18534
18546
|
}
|
|
18535
18547
|
if (s6 !== peg$FAILED) {
|
|
18536
18548
|
peg$savedPos = s0;
|
|
18537
|
-
s1 = peg$
|
|
18549
|
+
s1 = peg$c1502(s3);
|
|
18538
18550
|
s0 = s1;
|
|
18539
18551
|
}
|
|
18540
18552
|
else {
|
|
@@ -18571,14 +18583,14 @@ var jssm = (function (exports) {
|
|
|
18571
18583
|
function peg$parseArrangeStartDeclaration() {
|
|
18572
18584
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18573
18585
|
s0 = peg$currPos;
|
|
18574
|
-
if (input.substr(peg$currPos, 13) === peg$
|
|
18575
|
-
s1 = peg$
|
|
18586
|
+
if (input.substr(peg$currPos, 13) === peg$c1503) {
|
|
18587
|
+
s1 = peg$c1503;
|
|
18576
18588
|
peg$currPos += 13;
|
|
18577
18589
|
}
|
|
18578
18590
|
else {
|
|
18579
18591
|
s1 = peg$FAILED;
|
|
18580
18592
|
if (peg$silentFails === 0) {
|
|
18581
|
-
peg$fail(peg$
|
|
18593
|
+
peg$fail(peg$c1504);
|
|
18582
18594
|
}
|
|
18583
18595
|
}
|
|
18584
18596
|
if (s1 !== peg$FAILED) {
|
|
@@ -18611,7 +18623,7 @@ var jssm = (function (exports) {
|
|
|
18611
18623
|
}
|
|
18612
18624
|
if (s6 !== peg$FAILED) {
|
|
18613
18625
|
peg$savedPos = s0;
|
|
18614
|
-
s1 = peg$
|
|
18626
|
+
s1 = peg$c1505(s3);
|
|
18615
18627
|
s0 = s1;
|
|
18616
18628
|
}
|
|
18617
18629
|
else {
|
|
@@ -18648,14 +18660,14 @@ var jssm = (function (exports) {
|
|
|
18648
18660
|
function peg$parseArrangeEndDeclaration() {
|
|
18649
18661
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
18650
18662
|
s0 = peg$currPos;
|
|
18651
|
-
if (input.substr(peg$currPos, 11) === peg$
|
|
18652
|
-
s1 = peg$
|
|
18663
|
+
if (input.substr(peg$currPos, 11) === peg$c1506) {
|
|
18664
|
+
s1 = peg$c1506;
|
|
18653
18665
|
peg$currPos += 11;
|
|
18654
18666
|
}
|
|
18655
18667
|
else {
|
|
18656
18668
|
s1 = peg$FAILED;
|
|
18657
18669
|
if (peg$silentFails === 0) {
|
|
18658
|
-
peg$fail(peg$
|
|
18670
|
+
peg$fail(peg$c1507);
|
|
18659
18671
|
}
|
|
18660
18672
|
}
|
|
18661
18673
|
if (s1 !== peg$FAILED) {
|
|
@@ -18688,7 +18700,7 @@ var jssm = (function (exports) {
|
|
|
18688
18700
|
}
|
|
18689
18701
|
if (s6 !== peg$FAILED) {
|
|
18690
18702
|
peg$savedPos = s0;
|
|
18691
|
-
s1 = peg$
|
|
18703
|
+
s1 = peg$c1508(s3);
|
|
18692
18704
|
s0 = s1;
|
|
18693
18705
|
}
|
|
18694
18706
|
else {
|
|
@@ -18735,7 +18747,7 @@ var jssm = (function (exports) {
|
|
|
18735
18747
|
peg$silentFails--;
|
|
18736
18748
|
if (s0 === peg$FAILED) {
|
|
18737
18749
|
if (peg$silentFails === 0) {
|
|
18738
|
-
peg$fail(peg$
|
|
18750
|
+
peg$fail(peg$c1509);
|
|
18739
18751
|
}
|
|
18740
18752
|
}
|
|
18741
18753
|
return s0;
|
|
@@ -20654,7 +20666,7 @@ var jssm = (function (exports) {
|
|
|
20654
20666
|
named_colors: named_colors$1
|
|
20655
20667
|
});
|
|
20656
20668
|
|
|
20657
|
-
const version = "5.98.
|
|
20669
|
+
const version = "5.98.7", build_time = 1720294433127;
|
|
20658
20670
|
|
|
20659
20671
|
// whargarbl lots of these return arrays could/should be sets
|
|
20660
20672
|
const { shapes, gviz_shapes, named_colors } = constants;
|