@gmb/bitmark-parser-generator 3.18.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/README.md +4 -4
  2. package/dist/browser/bitmark-parser-generator.min.js +1 -1
  3. package/dist/browser/bundle-report.html +2 -2
  4. package/dist/cjs/config/raw/bits.js +1 -0
  5. package/dist/cjs/config/raw/bits.js.map +1 -1
  6. package/dist/cjs/generated/build-info.js +1 -1
  7. package/dist/cjs/generated/parser/text/text-peggy-parser.js +796 -432
  8. package/dist/cjs/generated/parser/text/text-peggy-parser.js.map +1 -1
  9. package/dist/cjs/generator/json/JsonGenerator.js +1 -1
  10. package/dist/cjs/generator/json/JsonGenerator.js.map +1 -1
  11. package/dist/cjs/model/enum/BitType.js +1 -0
  12. package/dist/cjs/model/enum/BitType.js.map +1 -1
  13. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserHelper.js +1 -1
  14. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserProcessor.js +1 -1
  15. package/dist/esm/config/raw/bits.js +1 -0
  16. package/dist/esm/config/raw/bits.js.map +1 -1
  17. package/dist/esm/generated/build-info.js +1 -1
  18. package/dist/esm/generated/parser/text/text-peggy-parser.js +796 -432
  19. package/dist/esm/generated/parser/text/text-peggy-parser.js.map +1 -1
  20. package/dist/esm/generator/json/JsonGenerator.js +1 -1
  21. package/dist/esm/generator/json/JsonGenerator.js.map +1 -1
  22. package/dist/esm/model/enum/BitType.js +1 -0
  23. package/dist/esm/model/enum/BitType.js.map +1 -1
  24. package/dist/esm/parser/bitmark/peg/BitmarkPegParserHelper.js +1 -1
  25. package/dist/esm/parser/bitmark/peg/BitmarkPegParserProcessor.js +1 -1
  26. package/dist/types/config/raw/bits.d.ts.map +1 -1
  27. package/dist/types/generated/parser/text/text-peggy-parser.d.ts.map +1 -1
  28. package/dist/types/model/enum/BitType.d.ts +2 -0
  29. package/dist/types/model/enum/BitType.d.ts.map +1 -1
  30. package/dist/types/parser/bitmark/peg/BitmarkPegParserHelper.d.ts +1 -1
  31. package/dist/types/parser/bitmark/peg/BitmarkPegParserProcessor.d.ts +1 -1
  32. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // https://peggyjs.org/
4
4
  import { Breakscape } from "../../../breakscaping/Breakscape";
5
- const VERSION = "8.25.1";
5
+ const VERSION = "8.26.1";
6
6
  //Parser peggy.js
7
7
  // parser options (parameter when running parser):
8
8
  // allowedStartRules: ["bitmarkPlusPlus", "bitmarkPlus", "bitmarkMinusMinus", "bitmarkPlusString", "bitmarkMinusMinusString"]
@@ -316,75 +316,88 @@ function peg$parse(input, options) {
316
316
  var peg$c30 = "=";
317
317
  var peg$c31 = "|latex|";
318
318
  var peg$c32 = "|imageInline:";
319
- var peg$c33 = "link:";
320
- var peg$c34 = "extref:";
321
- var peg$c35 = "provider:";
322
- var peg$c36 = "xref:";
323
- var peg$c37 = "\u25BA";
324
- var peg$c38 = "symbol:";
325
- var peg$c39 = "footnote:";
326
- var peg$c40 = "footnote*:";
327
- var peg$c41 = "var:";
328
- var peg$c42 = "code:";
329
- var peg$c43 = "timer";
330
- var peg$c44 = "timer:";
331
- var peg$c45 = "duration:";
332
- var peg$c46 = "P";
333
- var peg$c47 = "color:";
334
- var peg$c48 = "|\u25BA";
335
- var peg$c49 = "bold";
336
- var peg$c50 = "italic";
337
- var peg$c51 = "light";
338
- var peg$c52 = "highlight";
339
- var peg$c53 = "strike";
340
- var peg$c54 = "subscript";
341
- var peg$c55 = "superscript";
342
- var peg$c56 = "ins";
343
- var peg$c57 = "del";
344
- var peg$c58 = "underline";
345
- var peg$c59 = "doubleUnderline";
346
- var peg$c60 = "circle";
347
- var peg$c61 = "languageEm";
348
- var peg$c62 = "userUnderline";
349
- var peg$c63 = "userDoubleUnderline";
350
- var peg$c64 = "userStrike";
351
- var peg$c65 = "userCircle";
352
- var peg$c66 = "userHighlight";
353
- var peg$c67 = "notranslate";
354
- var peg$c68 = "aqua";
355
- var peg$c69 = "black";
356
- var peg$c70 = "blue";
357
- var peg$c71 = "pink";
358
- var peg$c72 = "fuchsia";
359
- var peg$c73 = "lightgrey";
360
- var peg$c74 = "gray";
361
- var peg$c75 = "darkgray";
362
- var peg$c76 = "green";
363
- var peg$c77 = "lime";
364
- var peg$c78 = "magenta";
365
- var peg$c79 = "maroon";
366
- var peg$c80 = "navy";
367
- var peg$c81 = "olive";
368
- var peg$c82 = "orange";
369
- var peg$c83 = "purple";
370
- var peg$c84 = "red";
371
- var peg$c85 = "silver";
372
- var peg$c86 = "teal";
373
- var peg$c87 = "violet";
374
- var peg$c88 = "white";
375
- var peg$c89 = "yellow";
376
- var peg$c90 = "*";
377
- var peg$c91 = "_";
378
- var peg$c92 = "`";
379
- var peg$c93 = "!";
380
- var peg$c94 = "[!";
381
- var peg$c95 = "]";
382
- var peg$c96 = "\n";
383
- var peg$c97 = "\r\n";
384
- var peg$c98 = "http";
385
- var peg$c99 = "s";
386
- var peg$c100 = "://";
387
- var peg$c101 = "mailto:";
319
+ var peg$c33 = "alignmentVertical";
320
+ var peg$c34 = "size";
321
+ var peg$c35 = "top";
322
+ var peg$c36 = "middle";
323
+ var peg$c37 = "bottom";
324
+ var peg$c38 = "baseline";
325
+ var peg$c39 = "sub";
326
+ var peg$c40 = "super";
327
+ var peg$c41 = "text-bottom";
328
+ var peg$c42 = "text-top";
329
+ var peg$c43 = "line-height";
330
+ var peg$c44 = "font-height";
331
+ var peg$c45 = "explicit";
332
+ var peg$c46 = "link:";
333
+ var peg$c47 = "extref:";
334
+ var peg$c48 = "provider:";
335
+ var peg$c49 = "xref:";
336
+ var peg$c50 = "\u25BA";
337
+ var peg$c51 = "symbol:";
338
+ var peg$c52 = "footnote:";
339
+ var peg$c53 = "footnote*:";
340
+ var peg$c54 = "var:";
341
+ var peg$c55 = "code:";
342
+ var peg$c56 = "timer";
343
+ var peg$c57 = "timer:";
344
+ var peg$c58 = "duration:";
345
+ var peg$c59 = "P";
346
+ var peg$c60 = "color:";
347
+ var peg$c61 = "|\u25BA";
348
+ var peg$c62 = "bold";
349
+ var peg$c63 = "italic";
350
+ var peg$c64 = "light";
351
+ var peg$c65 = "highlight";
352
+ var peg$c66 = "strike";
353
+ var peg$c67 = "subscript";
354
+ var peg$c68 = "superscript";
355
+ var peg$c69 = "ins";
356
+ var peg$c70 = "del";
357
+ var peg$c71 = "underline";
358
+ var peg$c72 = "doubleUnderline";
359
+ var peg$c73 = "circle";
360
+ var peg$c74 = "languageEm";
361
+ var peg$c75 = "userUnderline";
362
+ var peg$c76 = "userDoubleUnderline";
363
+ var peg$c77 = "userStrike";
364
+ var peg$c78 = "userCircle";
365
+ var peg$c79 = "userHighlight";
366
+ var peg$c80 = "notranslate";
367
+ var peg$c81 = "aqua";
368
+ var peg$c82 = "black";
369
+ var peg$c83 = "blue";
370
+ var peg$c84 = "pink";
371
+ var peg$c85 = "fuchsia";
372
+ var peg$c86 = "lightgrey";
373
+ var peg$c87 = "gray";
374
+ var peg$c88 = "darkgray";
375
+ var peg$c89 = "green";
376
+ var peg$c90 = "lime";
377
+ var peg$c91 = "magenta";
378
+ var peg$c92 = "maroon";
379
+ var peg$c93 = "navy";
380
+ var peg$c94 = "olive";
381
+ var peg$c95 = "orange";
382
+ var peg$c96 = "purple";
383
+ var peg$c97 = "red";
384
+ var peg$c98 = "silver";
385
+ var peg$c99 = "teal";
386
+ var peg$c100 = "violet";
387
+ var peg$c101 = "white";
388
+ var peg$c102 = "yellow";
389
+ var peg$c103 = "*";
390
+ var peg$c104 = "_";
391
+ var peg$c105 = "`";
392
+ var peg$c106 = "!";
393
+ var peg$c107 = "[!";
394
+ var peg$c108 = "]";
395
+ var peg$c109 = "\n";
396
+ var peg$c110 = "\r\n";
397
+ var peg$c111 = "http";
398
+ var peg$c112 = "s";
399
+ var peg$c113 = "://";
400
+ var peg$c114 = "mailto:";
388
401
  var peg$r0 = /^[ \t]/;
389
402
  var peg$r1 = /^[0-9]/;
390
403
  var peg$r2 = /^[:|]/;
@@ -433,88 +446,101 @@ function peg$parse(input, options) {
433
446
  var peg$e36 = peg$literalExpectation("=", false);
434
447
  var peg$e37 = peg$literalExpectation("|latex|", false);
435
448
  var peg$e38 = peg$literalExpectation("|imageInline:", false);
436
- var peg$e39 = peg$literalExpectation("link:", false);
437
- var peg$e40 = peg$literalExpectation("extref:", false);
438
- var peg$e41 = peg$literalExpectation("provider:", false);
439
- var peg$e42 = peg$literalExpectation("xref:", false);
440
- var peg$e43 = peg$literalExpectation("\u25BA", false);
441
- var peg$e44 = peg$literalExpectation("symbol:", false);
442
- var peg$e45 = peg$literalExpectation("footnote:", false);
443
- var peg$e46 = peg$literalExpectation("footnote*:", false);
444
- var peg$e47 = peg$literalExpectation("var:", false);
445
- var peg$e48 = peg$literalExpectation("code:", false);
446
- var peg$e49 = peg$literalExpectation("timer", false);
447
- var peg$e50 = peg$literalExpectation("timer:", false);
448
- var peg$e51 = peg$literalExpectation("duration:", false);
449
- var peg$e52 = peg$literalExpectation("P", false);
450
- var peg$e53 = peg$literalExpectation("color:", false);
451
- var peg$e54 = peg$literalExpectation("|\u25BA", false);
452
- var peg$e55 = peg$literalExpectation("bold", false);
453
- var peg$e56 = peg$literalExpectation("italic", false);
454
- var peg$e57 = peg$literalExpectation("light", false);
455
- var peg$e58 = peg$literalExpectation("highlight", false);
456
- var peg$e59 = peg$literalExpectation("strike", false);
457
- var peg$e60 = peg$literalExpectation("subscript", false);
458
- var peg$e61 = peg$literalExpectation("superscript", false);
459
- var peg$e62 = peg$literalExpectation("ins", false);
460
- var peg$e63 = peg$literalExpectation("del", false);
461
- var peg$e64 = peg$literalExpectation("underline", false);
462
- var peg$e65 = peg$literalExpectation("doubleUnderline", false);
463
- var peg$e66 = peg$literalExpectation("circle", false);
464
- var peg$e67 = peg$literalExpectation("languageEm", false);
465
- var peg$e68 = peg$literalExpectation("userUnderline", false);
466
- var peg$e69 = peg$literalExpectation("userDoubleUnderline", false);
467
- var peg$e70 = peg$literalExpectation("userStrike", false);
468
- var peg$e71 = peg$literalExpectation("userCircle", false);
469
- var peg$e72 = peg$literalExpectation("userHighlight", false);
470
- var peg$e73 = peg$literalExpectation("notranslate", false);
471
- var peg$e74 = peg$literalExpectation("aqua", false);
472
- var peg$e75 = peg$literalExpectation("black", false);
473
- var peg$e76 = peg$literalExpectation("blue", false);
474
- var peg$e77 = peg$literalExpectation("pink", false);
475
- var peg$e78 = peg$literalExpectation("fuchsia", false);
476
- var peg$e79 = peg$literalExpectation("lightgrey", false);
477
- var peg$e80 = peg$literalExpectation("gray", false);
478
- var peg$e81 = peg$literalExpectation("darkgray", false);
479
- var peg$e82 = peg$literalExpectation("green", false);
480
- var peg$e83 = peg$literalExpectation("lime", false);
481
- var peg$e84 = peg$literalExpectation("magenta", false);
482
- var peg$e85 = peg$literalExpectation("maroon", false);
483
- var peg$e86 = peg$literalExpectation("navy", false);
484
- var peg$e87 = peg$literalExpectation("olive", false);
485
- var peg$e88 = peg$literalExpectation("orange", false);
486
- var peg$e89 = peg$literalExpectation("purple", false);
487
- var peg$e90 = peg$literalExpectation("red", false);
488
- var peg$e91 = peg$literalExpectation("silver", false);
489
- var peg$e92 = peg$literalExpectation("teal", false);
490
- var peg$e93 = peg$literalExpectation("violet", false);
491
- var peg$e94 = peg$literalExpectation("white", false);
492
- var peg$e95 = peg$literalExpectation("yellow", false);
493
- var peg$e96 = peg$otherExpectation("MinimalStyledText");
494
- var peg$e97 = peg$otherExpectation("MinimalStyledString");
495
- var peg$e98 = peg$literalExpectation("*", false);
496
- var peg$e99 = peg$literalExpectation("_", false);
497
- var peg$e100 = peg$literalExpectation("`", false);
498
- var peg$e101 = peg$literalExpectation("!", false);
499
- var peg$e102 = peg$literalExpectation("[!", false);
500
- var peg$e103 = peg$literalExpectation("]", false);
501
- var peg$e104 = peg$otherExpectation("Line Terminator");
502
- var peg$e105 = peg$literalExpectation("\n", false);
503
- var peg$e106 = peg$literalExpectation("\r\n", false);
504
- var peg$e107 = peg$classExpectation(["\r", ["\u2028", "\u2029"]], false, false);
505
- var peg$e108 = peg$otherExpectation("whitespace in line");
506
- var peg$e109 = peg$otherExpectation("space");
507
- var peg$e110 = peg$otherExpectation("language tag separator");
508
- var peg$e111 = peg$otherExpectation("white space, separator");
509
- var peg$e112 = peg$classExpectation(["\t", "\v", "\f", " ", "\xA0", "\uFEFF", " ", "\xA0", "\u1680", ["\u2000", "\u200A"], "\u202F", "\u205F", "\u3000"], false, false);
510
- var peg$e113 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029"], false, false);
511
- var peg$e114 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029"], true, false);
512
- var peg$e115 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029", "\t", "\v", "\f", " ", "\xA0", "\uFEFF", " ", "\xA0", "\u1680", ["\u2000", "\u200A"], "\u202F", "\u205F", "\u3000"], true, false);
513
- var peg$e116 = peg$literalExpectation("http", false);
514
- var peg$e117 = peg$literalExpectation("s", false);
515
- var peg$e118 = peg$literalExpectation("://", false);
516
- var peg$e119 = peg$literalExpectation("mailto:", false);
517
- var peg$e120 = peg$classExpectation(["!", ["#", ";"], "=", ["?", "["], ["]", "_"], ["a", "{"], ["}", "~"]], false, false);
449
+ var peg$e39 = peg$literalExpectation("alignmentVertical", false);
450
+ var peg$e40 = peg$literalExpectation("size", false);
451
+ var peg$e41 = peg$literalExpectation("top", false);
452
+ var peg$e42 = peg$literalExpectation("middle", false);
453
+ var peg$e43 = peg$literalExpectation("bottom", false);
454
+ var peg$e44 = peg$literalExpectation("baseline", false);
455
+ var peg$e45 = peg$literalExpectation("sub", false);
456
+ var peg$e46 = peg$literalExpectation("super", false);
457
+ var peg$e47 = peg$literalExpectation("text-bottom", false);
458
+ var peg$e48 = peg$literalExpectation("text-top", false);
459
+ var peg$e49 = peg$literalExpectation("line-height", false);
460
+ var peg$e50 = peg$literalExpectation("font-height", false);
461
+ var peg$e51 = peg$literalExpectation("explicit", false);
462
+ var peg$e52 = peg$literalExpectation("link:", false);
463
+ var peg$e53 = peg$literalExpectation("extref:", false);
464
+ var peg$e54 = peg$literalExpectation("provider:", false);
465
+ var peg$e55 = peg$literalExpectation("xref:", false);
466
+ var peg$e56 = peg$literalExpectation("\u25BA", false);
467
+ var peg$e57 = peg$literalExpectation("symbol:", false);
468
+ var peg$e58 = peg$literalExpectation("footnote:", false);
469
+ var peg$e59 = peg$literalExpectation("footnote*:", false);
470
+ var peg$e60 = peg$literalExpectation("var:", false);
471
+ var peg$e61 = peg$literalExpectation("code:", false);
472
+ var peg$e62 = peg$literalExpectation("timer", false);
473
+ var peg$e63 = peg$literalExpectation("timer:", false);
474
+ var peg$e64 = peg$literalExpectation("duration:", false);
475
+ var peg$e65 = peg$literalExpectation("P", false);
476
+ var peg$e66 = peg$literalExpectation("color:", false);
477
+ var peg$e67 = peg$literalExpectation("|\u25BA", false);
478
+ var peg$e68 = peg$literalExpectation("bold", false);
479
+ var peg$e69 = peg$literalExpectation("italic", false);
480
+ var peg$e70 = peg$literalExpectation("light", false);
481
+ var peg$e71 = peg$literalExpectation("highlight", false);
482
+ var peg$e72 = peg$literalExpectation("strike", false);
483
+ var peg$e73 = peg$literalExpectation("subscript", false);
484
+ var peg$e74 = peg$literalExpectation("superscript", false);
485
+ var peg$e75 = peg$literalExpectation("ins", false);
486
+ var peg$e76 = peg$literalExpectation("del", false);
487
+ var peg$e77 = peg$literalExpectation("underline", false);
488
+ var peg$e78 = peg$literalExpectation("doubleUnderline", false);
489
+ var peg$e79 = peg$literalExpectation("circle", false);
490
+ var peg$e80 = peg$literalExpectation("languageEm", false);
491
+ var peg$e81 = peg$literalExpectation("userUnderline", false);
492
+ var peg$e82 = peg$literalExpectation("userDoubleUnderline", false);
493
+ var peg$e83 = peg$literalExpectation("userStrike", false);
494
+ var peg$e84 = peg$literalExpectation("userCircle", false);
495
+ var peg$e85 = peg$literalExpectation("userHighlight", false);
496
+ var peg$e86 = peg$literalExpectation("notranslate", false);
497
+ var peg$e87 = peg$literalExpectation("aqua", false);
498
+ var peg$e88 = peg$literalExpectation("black", false);
499
+ var peg$e89 = peg$literalExpectation("blue", false);
500
+ var peg$e90 = peg$literalExpectation("pink", false);
501
+ var peg$e91 = peg$literalExpectation("fuchsia", false);
502
+ var peg$e92 = peg$literalExpectation("lightgrey", false);
503
+ var peg$e93 = peg$literalExpectation("gray", false);
504
+ var peg$e94 = peg$literalExpectation("darkgray", false);
505
+ var peg$e95 = peg$literalExpectation("green", false);
506
+ var peg$e96 = peg$literalExpectation("lime", false);
507
+ var peg$e97 = peg$literalExpectation("magenta", false);
508
+ var peg$e98 = peg$literalExpectation("maroon", false);
509
+ var peg$e99 = peg$literalExpectation("navy", false);
510
+ var peg$e100 = peg$literalExpectation("olive", false);
511
+ var peg$e101 = peg$literalExpectation("orange", false);
512
+ var peg$e102 = peg$literalExpectation("purple", false);
513
+ var peg$e103 = peg$literalExpectation("red", false);
514
+ var peg$e104 = peg$literalExpectation("silver", false);
515
+ var peg$e105 = peg$literalExpectation("teal", false);
516
+ var peg$e106 = peg$literalExpectation("violet", false);
517
+ var peg$e107 = peg$literalExpectation("white", false);
518
+ var peg$e108 = peg$literalExpectation("yellow", false);
519
+ var peg$e109 = peg$otherExpectation("MinimalStyledText");
520
+ var peg$e110 = peg$otherExpectation("MinimalStyledString");
521
+ var peg$e111 = peg$literalExpectation("*", false);
522
+ var peg$e112 = peg$literalExpectation("_", false);
523
+ var peg$e113 = peg$literalExpectation("`", false);
524
+ var peg$e114 = peg$literalExpectation("!", false);
525
+ var peg$e115 = peg$literalExpectation("[!", false);
526
+ var peg$e116 = peg$literalExpectation("]", false);
527
+ var peg$e117 = peg$otherExpectation("Line Terminator");
528
+ var peg$e118 = peg$literalExpectation("\n", false);
529
+ var peg$e119 = peg$literalExpectation("\r\n", false);
530
+ var peg$e120 = peg$classExpectation(["\r", ["\u2028", "\u2029"]], false, false);
531
+ var peg$e121 = peg$otherExpectation("whitespace in line");
532
+ var peg$e122 = peg$otherExpectation("space");
533
+ var peg$e123 = peg$otherExpectation("language tag separator");
534
+ var peg$e124 = peg$otherExpectation("white space, separator");
535
+ var peg$e125 = peg$classExpectation(["\t", "\v", "\f", " ", "\xA0", "\uFEFF", " ", "\xA0", "\u1680", ["\u2000", "\u200A"], "\u202F", "\u205F", "\u3000"], false, false);
536
+ var peg$e126 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029"], false, false);
537
+ var peg$e127 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029"], true, false);
538
+ var peg$e128 = peg$classExpectation(["\n", "\r", "\u2028", "\u2029", "\t", "\v", "\f", " ", "\xA0", "\uFEFF", " ", "\xA0", "\u1680", ["\u2000", "\u200A"], "\u202F", "\u205F", "\u3000"], true, false);
539
+ var peg$e129 = peg$literalExpectation("http", false);
540
+ var peg$e130 = peg$literalExpectation("s", false);
541
+ var peg$e131 = peg$literalExpectation("://", false);
542
+ var peg$e132 = peg$literalExpectation("mailto:", false);
543
+ var peg$e133 = peg$classExpectation(["!", ["#", ";"], "=", ["?", "["], ["]", "_"], ["a", "{"], ["}", "~"]], false, false);
518
544
  var peg$f0 = function () { return VERSION; };
519
545
  var peg$f1 = function (b) { return Object.assign({}, b); };
520
546
  var peg$f2 = function (b) { let lb_ = Object.assign({}, b); removeTempParsingParent(lb_); return lb_; };
@@ -674,34 +700,36 @@ function peg$parse(input, options) {
674
700
  var peg$f66 = function (str) { return { comment: str }; };
675
701
  var peg$f67 = function (p, v) { return { [p]: parseInt(v) }; };
676
702
  var peg$f68 = function (p, v) { return { type: "error", msg: p + ' must be an positive integer.', found: v }; };
677
- var peg$f69 = function (str) { return { type: 'link', attrs: { href: str.trim(), target: '_blank' } }; };
678
- var peg$f70 = function (str, rc, p) { return { type: 'extref', attrs: { extref: str.trim(), references: rc, provider: p.trim() } }; };
679
- var peg$f71 = function (str, str2) { return { type: 'xref', attrs: { xref: str.trim(), reference: str2.trim() } }; };
680
- var peg$f72 = function (str) { return { type: 'xref', attrs: { xref: str.trim(), reference: '' } }; };
681
- var peg$f73 = function (str) { return { type: 'ref', attrs: { reference: str.trim() } }; };
682
- var peg$f74 = function (str, ch) { const chain = Object.assign({}, ...ch); return { type: 'symbol', attrs: Object.assign({ src: str.trim() }, chain) }; };
683
- var peg$f75 = function (str) { return { type: 'footnote', attrs: { content: bitmarkPlusString(str.trim()) } }; };
684
- var peg$f76 = function (str) { return { type: 'footnote*', attrs: { content: bitmarkPlusString(str.trim()) } }; };
685
- var peg$f77 = function (str) { return { type: 'var', attrs: { name: str.trim() } }; };
686
- var peg$f78 = function () { return { type: 'code', attrs: { language: "plain text" } }; };
687
- var peg$f79 = function (lang) { return { type: 'code', attrs: { language: lang.trim().toLowerCase() } }; };
688
- var peg$f80 = function () { return { type: 'timer', attrs: { name: "" } }; };
689
- var peg$f81 = function (str) { return { type: 'timer', attrs: { name: str.trim() } }; };
690
- var peg$f82 = function (str) { return { type: 'duration', attrs: { duration: str } }; };
691
- var peg$f83 = function (color) { return { type: 'color', attrs: { color } }; };
692
- var peg$f84 = function (style) { return { type: style }; };
693
- var peg$f85 = function (str) { return { type: "comment", comment: str }; };
694
- var peg$f86 = function (r) { return r.trim(); };
695
- var peg$f87 = function (bs) { return [{ type: 'paragraph', content: bs, attrs: {} }]; };
696
- var peg$f88 = function (first, more) { return first ? [first, ...more.flat()] : more.flat(); };
697
- var peg$f89 = function () { return { "type": "hardBreak" }; };
698
- var peg$f90 = function (t) { return { text: unbreakscape(t), type: "text" }; };
699
- var peg$f91 = function (t) { return { index: +t, type: "bit" }; };
700
- var peg$f92 = function (t) { return { marks: [{ type: "bold" }], text: unbreakscape(t), type: "text" }; };
701
- var peg$f93 = function (t) { return { marks: [{ type: "italic" }], text: unbreakscape(t), type: "text" }; };
702
- var peg$f94 = function (t) { return { marks: [{ type: "light" }], text: unbreakscape(t), type: "text" }; };
703
- var peg$f95 = function (t) { return { marks: [{ type: "highlight" }], text: unbreakscape(t), type: "text" }; };
704
- var peg$f96 = function (pr, t) { return { pr, t }; };
703
+ var peg$f69 = function (p, v) { return { [p]: v }; };
704
+ var peg$f70 = function (p, v) { return { [p]: v }; };
705
+ var peg$f71 = function (str) { return { type: 'link', attrs: { href: str.trim(), target: '_blank' } }; };
706
+ var peg$f72 = function (str, rc, p) { return { type: 'extref', attrs: { extref: str.trim(), references: rc, provider: p.trim() } }; };
707
+ var peg$f73 = function (str, str2) { return { type: 'xref', attrs: { xref: str.trim(), reference: str2.trim() } }; };
708
+ var peg$f74 = function (str) { return { type: 'xref', attrs: { xref: str.trim(), reference: '' } }; };
709
+ var peg$f75 = function (str) { return { type: 'ref', attrs: { reference: str.trim() } }; };
710
+ var peg$f76 = function (str, ch) { const chain = Object.assign({}, ...ch); return { type: 'symbol', attrs: Object.assign({ src: str.trim() }, chain) }; };
711
+ var peg$f77 = function (str) { return { type: 'footnote', attrs: { content: bitmarkPlusString(str.trim()) } }; };
712
+ var peg$f78 = function (str) { return { type: 'footnote*', attrs: { content: bitmarkPlusString(str.trim()) } }; };
713
+ var peg$f79 = function (str) { return { type: 'var', attrs: { name: str.trim() } }; };
714
+ var peg$f80 = function () { return { type: 'code', attrs: { language: "plain text" } }; };
715
+ var peg$f81 = function (lang) { return { type: 'code', attrs: { language: lang.trim().toLowerCase() } }; };
716
+ var peg$f82 = function () { return { type: 'timer', attrs: { name: "" } }; };
717
+ var peg$f83 = function (str) { return { type: 'timer', attrs: { name: str.trim() } }; };
718
+ var peg$f84 = function (str) { return { type: 'duration', attrs: { duration: str } }; };
719
+ var peg$f85 = function (color) { return { type: 'color', attrs: { color } }; };
720
+ var peg$f86 = function (style) { return { type: style }; };
721
+ var peg$f87 = function (str) { return { type: "comment", comment: str }; };
722
+ var peg$f88 = function (r) { return r.trim(); };
723
+ var peg$f89 = function (bs) { return [{ type: 'paragraph', content: bs, attrs: {} }]; };
724
+ var peg$f90 = function (first, more) { return first ? [first, ...more.flat()] : more.flat(); };
725
+ var peg$f91 = function () { return { "type": "hardBreak" }; };
726
+ var peg$f92 = function (t) { return { text: unbreakscape(t), type: "text" }; };
727
+ var peg$f93 = function (t) { return { index: +t, type: "bit" }; };
728
+ var peg$f94 = function (t) { return { marks: [{ type: "bold" }], text: unbreakscape(t), type: "text" }; };
729
+ var peg$f95 = function (t) { return { marks: [{ type: "italic" }], text: unbreakscape(t), type: "text" }; };
730
+ var peg$f96 = function (t) { return { marks: [{ type: "light" }], text: unbreakscape(t), type: "text" }; };
731
+ var peg$f97 = function (t) { return { marks: [{ type: "highlight" }], text: unbreakscape(t), type: "text" }; };
732
+ var peg$f98 = function (pr, t) { return { pr, t }; };
705
733
  var peg$currPos = options.peg$currPos | 0;
706
734
  var peg$savedPos = peg$currPos;
707
735
  var peg$posDetailsCache = [{ line: 1, column: 1 }];
@@ -5601,6 +5629,342 @@ function peg$parse(input, options) {
5601
5629
  peg$currPos = s0;
5602
5630
  s0 = peg$FAILED;
5603
5631
  }
5632
+ if (s0 === peg$FAILED) {
5633
+ s0 = peg$currPos;
5634
+ if (input.charCodeAt(peg$currPos) === 64) {
5635
+ s1 = peg$c22;
5636
+ peg$currPos++;
5637
+ }
5638
+ else {
5639
+ s1 = peg$FAILED;
5640
+ if (peg$silentFails === 0) {
5641
+ peg$fail(peg$e26);
5642
+ }
5643
+ }
5644
+ if (s1 === peg$FAILED) {
5645
+ s1 = null;
5646
+ }
5647
+ if (input.substr(peg$currPos, 17) === peg$c33) {
5648
+ s2 = peg$c33;
5649
+ peg$currPos += 17;
5650
+ }
5651
+ else {
5652
+ s2 = peg$FAILED;
5653
+ if (peg$silentFails === 0) {
5654
+ peg$fail(peg$e39);
5655
+ }
5656
+ }
5657
+ if (s2 !== peg$FAILED) {
5658
+ if (input.charCodeAt(peg$currPos) === 58) {
5659
+ s3 = peg$c1;
5660
+ peg$currPos++;
5661
+ }
5662
+ else {
5663
+ s3 = peg$FAILED;
5664
+ if (peg$silentFails === 0) {
5665
+ peg$fail(peg$e3);
5666
+ }
5667
+ }
5668
+ if (s3 !== peg$FAILED) {
5669
+ s4 = [];
5670
+ if (input.charCodeAt(peg$currPos) === 32) {
5671
+ s5 = peg$c12;
5672
+ peg$currPos++;
5673
+ }
5674
+ else {
5675
+ s5 = peg$FAILED;
5676
+ if (peg$silentFails === 0) {
5677
+ peg$fail(peg$e16);
5678
+ }
5679
+ }
5680
+ while (s5 !== peg$FAILED) {
5681
+ s4.push(s5);
5682
+ if (input.charCodeAt(peg$currPos) === 32) {
5683
+ s5 = peg$c12;
5684
+ peg$currPos++;
5685
+ }
5686
+ else {
5687
+ s5 = peg$FAILED;
5688
+ if (peg$silentFails === 0) {
5689
+ peg$fail(peg$e16);
5690
+ }
5691
+ }
5692
+ }
5693
+ s5 = peg$parseInlineMediaAlignment();
5694
+ if (s5 !== peg$FAILED) {
5695
+ s6 = peg$parseBlockTag();
5696
+ if (s6 !== peg$FAILED) {
5697
+ peg$savedPos = s0;
5698
+ s0 = peg$f69(s2, s5);
5699
+ }
5700
+ else {
5701
+ peg$currPos = s0;
5702
+ s0 = peg$FAILED;
5703
+ }
5704
+ }
5705
+ else {
5706
+ peg$currPos = s0;
5707
+ s0 = peg$FAILED;
5708
+ }
5709
+ }
5710
+ else {
5711
+ peg$currPos = s0;
5712
+ s0 = peg$FAILED;
5713
+ }
5714
+ }
5715
+ else {
5716
+ peg$currPos = s0;
5717
+ s0 = peg$FAILED;
5718
+ }
5719
+ if (s0 === peg$FAILED) {
5720
+ s0 = peg$currPos;
5721
+ if (input.charCodeAt(peg$currPos) === 64) {
5722
+ s1 = peg$c22;
5723
+ peg$currPos++;
5724
+ }
5725
+ else {
5726
+ s1 = peg$FAILED;
5727
+ if (peg$silentFails === 0) {
5728
+ peg$fail(peg$e26);
5729
+ }
5730
+ }
5731
+ if (s1 === peg$FAILED) {
5732
+ s1 = null;
5733
+ }
5734
+ if (input.substr(peg$currPos, 4) === peg$c34) {
5735
+ s2 = peg$c34;
5736
+ peg$currPos += 4;
5737
+ }
5738
+ else {
5739
+ s2 = peg$FAILED;
5740
+ if (peg$silentFails === 0) {
5741
+ peg$fail(peg$e40);
5742
+ }
5743
+ }
5744
+ if (s2 !== peg$FAILED) {
5745
+ if (input.charCodeAt(peg$currPos) === 58) {
5746
+ s3 = peg$c1;
5747
+ peg$currPos++;
5748
+ }
5749
+ else {
5750
+ s3 = peg$FAILED;
5751
+ if (peg$silentFails === 0) {
5752
+ peg$fail(peg$e3);
5753
+ }
5754
+ }
5755
+ if (s3 !== peg$FAILED) {
5756
+ s4 = [];
5757
+ if (input.charCodeAt(peg$currPos) === 32) {
5758
+ s5 = peg$c12;
5759
+ peg$currPos++;
5760
+ }
5761
+ else {
5762
+ s5 = peg$FAILED;
5763
+ if (peg$silentFails === 0) {
5764
+ peg$fail(peg$e16);
5765
+ }
5766
+ }
5767
+ while (s5 !== peg$FAILED) {
5768
+ s4.push(s5);
5769
+ if (input.charCodeAt(peg$currPos) === 32) {
5770
+ s5 = peg$c12;
5771
+ peg$currPos++;
5772
+ }
5773
+ else {
5774
+ s5 = peg$FAILED;
5775
+ if (peg$silentFails === 0) {
5776
+ peg$fail(peg$e16);
5777
+ }
5778
+ }
5779
+ }
5780
+ s5 = peg$parseInlineMediaSize();
5781
+ if (s5 !== peg$FAILED) {
5782
+ s6 = peg$parseBlockTag();
5783
+ if (s6 !== peg$FAILED) {
5784
+ peg$savedPos = s0;
5785
+ s0 = peg$f70(s2, s5);
5786
+ }
5787
+ else {
5788
+ peg$currPos = s0;
5789
+ s0 = peg$FAILED;
5790
+ }
5791
+ }
5792
+ else {
5793
+ peg$currPos = s0;
5794
+ s0 = peg$FAILED;
5795
+ }
5796
+ }
5797
+ else {
5798
+ peg$currPos = s0;
5799
+ s0 = peg$FAILED;
5800
+ }
5801
+ }
5802
+ else {
5803
+ peg$currPos = s0;
5804
+ s0 = peg$FAILED;
5805
+ }
5806
+ }
5807
+ }
5808
+ }
5809
+ }
5810
+ return s0;
5811
+ }
5812
+ function peg$parseInlineMediaAlignment() {
5813
+ var s0;
5814
+ if (input.substr(peg$currPos, 3) === peg$c35) {
5815
+ s0 = peg$c35;
5816
+ peg$currPos += 3;
5817
+ }
5818
+ else {
5819
+ s0 = peg$FAILED;
5820
+ if (peg$silentFails === 0) {
5821
+ peg$fail(peg$e41);
5822
+ }
5823
+ }
5824
+ if (s0 === peg$FAILED) {
5825
+ if (input.substr(peg$currPos, 6) === peg$c36) {
5826
+ s0 = peg$c36;
5827
+ peg$currPos += 6;
5828
+ }
5829
+ else {
5830
+ s0 = peg$FAILED;
5831
+ if (peg$silentFails === 0) {
5832
+ peg$fail(peg$e42);
5833
+ }
5834
+ }
5835
+ if (s0 === peg$FAILED) {
5836
+ if (input.substr(peg$currPos, 6) === peg$c37) {
5837
+ s0 = peg$c37;
5838
+ peg$currPos += 6;
5839
+ }
5840
+ else {
5841
+ s0 = peg$FAILED;
5842
+ if (peg$silentFails === 0) {
5843
+ peg$fail(peg$e43);
5844
+ }
5845
+ }
5846
+ if (s0 === peg$FAILED) {
5847
+ if (input.substr(peg$currPos, 8) === peg$c38) {
5848
+ s0 = peg$c38;
5849
+ peg$currPos += 8;
5850
+ }
5851
+ else {
5852
+ s0 = peg$FAILED;
5853
+ if (peg$silentFails === 0) {
5854
+ peg$fail(peg$e44);
5855
+ }
5856
+ }
5857
+ if (s0 === peg$FAILED) {
5858
+ if (input.substr(peg$currPos, 3) === peg$c39) {
5859
+ s0 = peg$c39;
5860
+ peg$currPos += 3;
5861
+ }
5862
+ else {
5863
+ s0 = peg$FAILED;
5864
+ if (peg$silentFails === 0) {
5865
+ peg$fail(peg$e45);
5866
+ }
5867
+ }
5868
+ if (s0 === peg$FAILED) {
5869
+ if (input.substr(peg$currPos, 5) === peg$c40) {
5870
+ s0 = peg$c40;
5871
+ peg$currPos += 5;
5872
+ }
5873
+ else {
5874
+ s0 = peg$FAILED;
5875
+ if (peg$silentFails === 0) {
5876
+ peg$fail(peg$e46);
5877
+ }
5878
+ }
5879
+ if (s0 === peg$FAILED) {
5880
+ if (input.substr(peg$currPos, 11) === peg$c41) {
5881
+ s0 = peg$c41;
5882
+ peg$currPos += 11;
5883
+ }
5884
+ else {
5885
+ s0 = peg$FAILED;
5886
+ if (peg$silentFails === 0) {
5887
+ peg$fail(peg$e47);
5888
+ }
5889
+ }
5890
+ if (s0 === peg$FAILED) {
5891
+ if (input.substr(peg$currPos, 8) === peg$c42) {
5892
+ s0 = peg$c42;
5893
+ peg$currPos += 8;
5894
+ }
5895
+ else {
5896
+ s0 = peg$FAILED;
5897
+ if (peg$silentFails === 0) {
5898
+ peg$fail(peg$e48);
5899
+ }
5900
+ }
5901
+ }
5902
+ }
5903
+ }
5904
+ }
5905
+ }
5906
+ }
5907
+ }
5908
+ return s0;
5909
+ }
5910
+ function peg$parseInlineMediaSize() {
5911
+ var s0;
5912
+ if (input.substr(peg$currPos, 11) === peg$c43) {
5913
+ s0 = peg$c43;
5914
+ peg$currPos += 11;
5915
+ }
5916
+ else {
5917
+ s0 = peg$FAILED;
5918
+ if (peg$silentFails === 0) {
5919
+ peg$fail(peg$e49);
5920
+ }
5921
+ }
5922
+ if (s0 === peg$FAILED) {
5923
+ if (input.substr(peg$currPos, 11) === peg$c44) {
5924
+ s0 = peg$c44;
5925
+ peg$currPos += 11;
5926
+ }
5927
+ else {
5928
+ s0 = peg$FAILED;
5929
+ if (peg$silentFails === 0) {
5930
+ peg$fail(peg$e50);
5931
+ }
5932
+ }
5933
+ if (s0 === peg$FAILED) {
5934
+ if (input.substr(peg$currPos, 5) === peg$c40) {
5935
+ s0 = peg$c40;
5936
+ peg$currPos += 5;
5937
+ }
5938
+ else {
5939
+ s0 = peg$FAILED;
5940
+ if (peg$silentFails === 0) {
5941
+ peg$fail(peg$e46);
5942
+ }
5943
+ }
5944
+ if (s0 === peg$FAILED) {
5945
+ if (input.substr(peg$currPos, 3) === peg$c39) {
5946
+ s0 = peg$c39;
5947
+ peg$currPos += 3;
5948
+ }
5949
+ else {
5950
+ s0 = peg$FAILED;
5951
+ if (peg$silentFails === 0) {
5952
+ peg$fail(peg$e45);
5953
+ }
5954
+ }
5955
+ if (s0 === peg$FAILED) {
5956
+ if (input.substr(peg$currPos, 8) === peg$c45) {
5957
+ s0 = peg$c45;
5958
+ peg$currPos += 8;
5959
+ }
5960
+ else {
5961
+ s0 = peg$FAILED;
5962
+ if (peg$silentFails === 0) {
5963
+ peg$fail(peg$e51);
5964
+ }
5965
+ }
5966
+ }
5967
+ }
5604
5968
  }
5605
5969
  }
5606
5970
  return s0;
@@ -5608,14 +5972,14 @@ function peg$parse(input, options) {
5608
5972
  function peg$parseAttrChainItem() {
5609
5973
  var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10;
5610
5974
  s0 = peg$currPos;
5611
- if (input.substr(peg$currPos, 5) === peg$c33) {
5612
- s1 = peg$c33;
5975
+ if (input.substr(peg$currPos, 5) === peg$c46) {
5976
+ s1 = peg$c46;
5613
5977
  peg$currPos += 5;
5614
5978
  }
5615
5979
  else {
5616
5980
  s1 = peg$FAILED;
5617
5981
  if (peg$silentFails === 0) {
5618
- peg$fail(peg$e39);
5982
+ peg$fail(peg$e52);
5619
5983
  }
5620
5984
  }
5621
5985
  if (s1 !== peg$FAILED) {
@@ -5682,7 +6046,7 @@ function peg$parse(input, options) {
5682
6046
  s3 = peg$parseBlockTag();
5683
6047
  if (s3 !== peg$FAILED) {
5684
6048
  peg$savedPos = s0;
5685
- s0 = peg$f69(s2);
6049
+ s0 = peg$f71(s2);
5686
6050
  }
5687
6051
  else {
5688
6052
  peg$currPos = s0;
@@ -5695,14 +6059,14 @@ function peg$parse(input, options) {
5695
6059
  }
5696
6060
  if (s0 === peg$FAILED) {
5697
6061
  s0 = peg$currPos;
5698
- if (input.substr(peg$currPos, 7) === peg$c34) {
5699
- s1 = peg$c34;
6062
+ if (input.substr(peg$currPos, 7) === peg$c47) {
6063
+ s1 = peg$c47;
5700
6064
  peg$currPos += 7;
5701
6065
  }
5702
6066
  else {
5703
6067
  s1 = peg$FAILED;
5704
6068
  if (peg$silentFails === 0) {
5705
- peg$fail(peg$e40);
6069
+ peg$fail(peg$e53);
5706
6070
  }
5707
6071
  }
5708
6072
  if (s1 !== peg$FAILED) {
@@ -5769,14 +6133,14 @@ function peg$parse(input, options) {
5769
6133
  s3 = peg$parseRefsChain();
5770
6134
  s4 = peg$parseBlockTag();
5771
6135
  if (s4 !== peg$FAILED) {
5772
- if (input.substr(peg$currPos, 9) === peg$c35) {
5773
- s5 = peg$c35;
6136
+ if (input.substr(peg$currPos, 9) === peg$c48) {
6137
+ s5 = peg$c48;
5774
6138
  peg$currPos += 9;
5775
6139
  }
5776
6140
  else {
5777
6141
  s5 = peg$FAILED;
5778
6142
  if (peg$silentFails === 0) {
5779
- peg$fail(peg$e41);
6143
+ peg$fail(peg$e54);
5780
6144
  }
5781
6145
  }
5782
6146
  if (s5 !== peg$FAILED) {
@@ -5843,7 +6207,7 @@ function peg$parse(input, options) {
5843
6207
  s7 = peg$parseBlockTag();
5844
6208
  if (s7 !== peg$FAILED) {
5845
6209
  peg$savedPos = s0;
5846
- s0 = peg$f70(s2, s3, s6);
6210
+ s0 = peg$f72(s2, s3, s6);
5847
6211
  }
5848
6212
  else {
5849
6213
  peg$currPos = s0;
@@ -5866,14 +6230,14 @@ function peg$parse(input, options) {
5866
6230
  }
5867
6231
  if (s0 === peg$FAILED) {
5868
6232
  s0 = peg$currPos;
5869
- if (input.substr(peg$currPos, 5) === peg$c36) {
5870
- s1 = peg$c36;
6233
+ if (input.substr(peg$currPos, 5) === peg$c49) {
6234
+ s1 = peg$c49;
5871
6235
  peg$currPos += 5;
5872
6236
  }
5873
6237
  else {
5874
6238
  s1 = peg$FAILED;
5875
6239
  if (peg$silentFails === 0) {
5876
- peg$fail(peg$e42);
6240
+ peg$fail(peg$e55);
5877
6241
  }
5878
6242
  }
5879
6243
  if (s1 !== peg$FAILED) {
@@ -5940,13 +6304,13 @@ function peg$parse(input, options) {
5940
6304
  s3 = peg$parseBlockTag();
5941
6305
  if (s3 !== peg$FAILED) {
5942
6306
  if (input.charCodeAt(peg$currPos) === 9658) {
5943
- s4 = peg$c37;
6307
+ s4 = peg$c50;
5944
6308
  peg$currPos++;
5945
6309
  }
5946
6310
  else {
5947
6311
  s4 = peg$FAILED;
5948
6312
  if (peg$silentFails === 0) {
5949
- peg$fail(peg$e43);
6313
+ peg$fail(peg$e56);
5950
6314
  }
5951
6315
  }
5952
6316
  if (s4 !== peg$FAILED) {
@@ -6013,7 +6377,7 @@ function peg$parse(input, options) {
6013
6377
  s6 = peg$parseBlockTag();
6014
6378
  if (s6 !== peg$FAILED) {
6015
6379
  peg$savedPos = s0;
6016
- s0 = peg$f71(s2, s5);
6380
+ s0 = peg$f73(s2, s5);
6017
6381
  }
6018
6382
  else {
6019
6383
  peg$currPos = s0;
@@ -6036,14 +6400,14 @@ function peg$parse(input, options) {
6036
6400
  }
6037
6401
  if (s0 === peg$FAILED) {
6038
6402
  s0 = peg$currPos;
6039
- if (input.substr(peg$currPos, 5) === peg$c36) {
6040
- s1 = peg$c36;
6403
+ if (input.substr(peg$currPos, 5) === peg$c49) {
6404
+ s1 = peg$c49;
6041
6405
  peg$currPos += 5;
6042
6406
  }
6043
6407
  else {
6044
6408
  s1 = peg$FAILED;
6045
6409
  if (peg$silentFails === 0) {
6046
- peg$fail(peg$e42);
6410
+ peg$fail(peg$e55);
6047
6411
  }
6048
6412
  }
6049
6413
  if (s1 !== peg$FAILED) {
@@ -6110,7 +6474,7 @@ function peg$parse(input, options) {
6110
6474
  s3 = peg$parseBlockTag();
6111
6475
  if (s3 !== peg$FAILED) {
6112
6476
  peg$savedPos = s0;
6113
- s0 = peg$f72(s2);
6477
+ s0 = peg$f74(s2);
6114
6478
  }
6115
6479
  else {
6116
6480
  peg$currPos = s0;
@@ -6124,13 +6488,13 @@ function peg$parse(input, options) {
6124
6488
  if (s0 === peg$FAILED) {
6125
6489
  s0 = peg$currPos;
6126
6490
  if (input.charCodeAt(peg$currPos) === 9658) {
6127
- s1 = peg$c37;
6491
+ s1 = peg$c50;
6128
6492
  peg$currPos++;
6129
6493
  }
6130
6494
  else {
6131
6495
  s1 = peg$FAILED;
6132
6496
  if (peg$silentFails === 0) {
6133
- peg$fail(peg$e43);
6497
+ peg$fail(peg$e56);
6134
6498
  }
6135
6499
  }
6136
6500
  if (s1 !== peg$FAILED) {
@@ -6197,7 +6561,7 @@ function peg$parse(input, options) {
6197
6561
  s3 = peg$parseBlockTag();
6198
6562
  if (s3 !== peg$FAILED) {
6199
6563
  peg$savedPos = s0;
6200
- s0 = peg$f73(s2);
6564
+ s0 = peg$f75(s2);
6201
6565
  }
6202
6566
  else {
6203
6567
  peg$currPos = s0;
@@ -6210,14 +6574,14 @@ function peg$parse(input, options) {
6210
6574
  }
6211
6575
  if (s0 === peg$FAILED) {
6212
6576
  s0 = peg$currPos;
6213
- if (input.substr(peg$currPos, 7) === peg$c38) {
6214
- s1 = peg$c38;
6577
+ if (input.substr(peg$currPos, 7) === peg$c51) {
6578
+ s1 = peg$c51;
6215
6579
  peg$currPos += 7;
6216
6580
  }
6217
6581
  else {
6218
6582
  s1 = peg$FAILED;
6219
6583
  if (peg$silentFails === 0) {
6220
- peg$fail(peg$e44);
6584
+ peg$fail(peg$e57);
6221
6585
  }
6222
6586
  }
6223
6587
  if (s1 !== peg$FAILED) {
@@ -6285,7 +6649,7 @@ function peg$parse(input, options) {
6285
6649
  if (s3 !== peg$FAILED) {
6286
6650
  s4 = peg$parseMediaChain();
6287
6651
  peg$savedPos = s0;
6288
- s0 = peg$f74(s2, s4);
6652
+ s0 = peg$f76(s2, s4);
6289
6653
  }
6290
6654
  else {
6291
6655
  peg$currPos = s0;
@@ -6298,14 +6662,14 @@ function peg$parse(input, options) {
6298
6662
  }
6299
6663
  if (s0 === peg$FAILED) {
6300
6664
  s0 = peg$currPos;
6301
- if (input.substr(peg$currPos, 9) === peg$c39) {
6302
- s1 = peg$c39;
6665
+ if (input.substr(peg$currPos, 9) === peg$c52) {
6666
+ s1 = peg$c52;
6303
6667
  peg$currPos += 9;
6304
6668
  }
6305
6669
  else {
6306
6670
  s1 = peg$FAILED;
6307
6671
  if (peg$silentFails === 0) {
6308
- peg$fail(peg$e45);
6672
+ peg$fail(peg$e58);
6309
6673
  }
6310
6674
  }
6311
6675
  if (s1 !== peg$FAILED) {
@@ -6372,7 +6736,7 @@ function peg$parse(input, options) {
6372
6736
  s3 = peg$parseBlockTag();
6373
6737
  if (s3 !== peg$FAILED) {
6374
6738
  peg$savedPos = s0;
6375
- s0 = peg$f75(s2);
6739
+ s0 = peg$f77(s2);
6376
6740
  }
6377
6741
  else {
6378
6742
  peg$currPos = s0;
@@ -6385,14 +6749,14 @@ function peg$parse(input, options) {
6385
6749
  }
6386
6750
  if (s0 === peg$FAILED) {
6387
6751
  s0 = peg$currPos;
6388
- if (input.substr(peg$currPos, 10) === peg$c40) {
6389
- s1 = peg$c40;
6752
+ if (input.substr(peg$currPos, 10) === peg$c53) {
6753
+ s1 = peg$c53;
6390
6754
  peg$currPos += 10;
6391
6755
  }
6392
6756
  else {
6393
6757
  s1 = peg$FAILED;
6394
6758
  if (peg$silentFails === 0) {
6395
- peg$fail(peg$e46);
6759
+ peg$fail(peg$e59);
6396
6760
  }
6397
6761
  }
6398
6762
  if (s1 !== peg$FAILED) {
@@ -6459,7 +6823,7 @@ function peg$parse(input, options) {
6459
6823
  s3 = peg$parseBlockTag();
6460
6824
  if (s3 !== peg$FAILED) {
6461
6825
  peg$savedPos = s0;
6462
- s0 = peg$f76(s2);
6826
+ s0 = peg$f78(s2);
6463
6827
  }
6464
6828
  else {
6465
6829
  peg$currPos = s0;
@@ -6472,14 +6836,14 @@ function peg$parse(input, options) {
6472
6836
  }
6473
6837
  if (s0 === peg$FAILED) {
6474
6838
  s0 = peg$currPos;
6475
- if (input.substr(peg$currPos, 4) === peg$c41) {
6476
- s1 = peg$c41;
6839
+ if (input.substr(peg$currPos, 4) === peg$c54) {
6840
+ s1 = peg$c54;
6477
6841
  peg$currPos += 4;
6478
6842
  }
6479
6843
  else {
6480
6844
  s1 = peg$FAILED;
6481
6845
  if (peg$silentFails === 0) {
6482
- peg$fail(peg$e47);
6846
+ peg$fail(peg$e60);
6483
6847
  }
6484
6848
  }
6485
6849
  if (s1 !== peg$FAILED) {
@@ -6546,7 +6910,7 @@ function peg$parse(input, options) {
6546
6910
  s3 = peg$parseBlockTag();
6547
6911
  if (s3 !== peg$FAILED) {
6548
6912
  peg$savedPos = s0;
6549
- s0 = peg$f77(s2);
6913
+ s0 = peg$f79(s2);
6550
6914
  }
6551
6915
  else {
6552
6916
  peg$currPos = s0;
@@ -6573,7 +6937,7 @@ function peg$parse(input, options) {
6573
6937
  s2 = peg$parseBlockTag();
6574
6938
  if (s2 !== peg$FAILED) {
6575
6939
  peg$savedPos = s0;
6576
- s0 = peg$f78();
6940
+ s0 = peg$f80();
6577
6941
  }
6578
6942
  else {
6579
6943
  peg$currPos = s0;
@@ -6586,14 +6950,14 @@ function peg$parse(input, options) {
6586
6950
  }
6587
6951
  if (s0 === peg$FAILED) {
6588
6952
  s0 = peg$currPos;
6589
- if (input.substr(peg$currPos, 5) === peg$c42) {
6590
- s1 = peg$c42;
6953
+ if (input.substr(peg$currPos, 5) === peg$c55) {
6954
+ s1 = peg$c55;
6591
6955
  peg$currPos += 5;
6592
6956
  }
6593
6957
  else {
6594
6958
  s1 = peg$FAILED;
6595
6959
  if (peg$silentFails === 0) {
6596
- peg$fail(peg$e48);
6960
+ peg$fail(peg$e61);
6597
6961
  }
6598
6962
  }
6599
6963
  if (s1 !== peg$FAILED) {
@@ -6660,7 +7024,7 @@ function peg$parse(input, options) {
6660
7024
  s3 = peg$parseBlockTag();
6661
7025
  if (s3 !== peg$FAILED) {
6662
7026
  peg$savedPos = s0;
6663
- s0 = peg$f79(s2);
7027
+ s0 = peg$f81(s2);
6664
7028
  }
6665
7029
  else {
6666
7030
  peg$currPos = s0;
@@ -6673,21 +7037,21 @@ function peg$parse(input, options) {
6673
7037
  }
6674
7038
  if (s0 === peg$FAILED) {
6675
7039
  s0 = peg$currPos;
6676
- if (input.substr(peg$currPos, 5) === peg$c43) {
6677
- s1 = peg$c43;
7040
+ if (input.substr(peg$currPos, 5) === peg$c56) {
7041
+ s1 = peg$c56;
6678
7042
  peg$currPos += 5;
6679
7043
  }
6680
7044
  else {
6681
7045
  s1 = peg$FAILED;
6682
7046
  if (peg$silentFails === 0) {
6683
- peg$fail(peg$e49);
7047
+ peg$fail(peg$e62);
6684
7048
  }
6685
7049
  }
6686
7050
  if (s1 !== peg$FAILED) {
6687
7051
  s2 = peg$parseBlockTag();
6688
7052
  if (s2 !== peg$FAILED) {
6689
7053
  peg$savedPos = s0;
6690
- s0 = peg$f80();
7054
+ s0 = peg$f82();
6691
7055
  }
6692
7056
  else {
6693
7057
  peg$currPos = s0;
@@ -6700,14 +7064,14 @@ function peg$parse(input, options) {
6700
7064
  }
6701
7065
  if (s0 === peg$FAILED) {
6702
7066
  s0 = peg$currPos;
6703
- if (input.substr(peg$currPos, 6) === peg$c44) {
6704
- s1 = peg$c44;
7067
+ if (input.substr(peg$currPos, 6) === peg$c57) {
7068
+ s1 = peg$c57;
6705
7069
  peg$currPos += 6;
6706
7070
  }
6707
7071
  else {
6708
7072
  s1 = peg$FAILED;
6709
7073
  if (peg$silentFails === 0) {
6710
- peg$fail(peg$e50);
7074
+ peg$fail(peg$e63);
6711
7075
  }
6712
7076
  }
6713
7077
  if (s1 !== peg$FAILED) {
@@ -6774,7 +7138,7 @@ function peg$parse(input, options) {
6774
7138
  s3 = peg$parseBlockTag();
6775
7139
  if (s3 !== peg$FAILED) {
6776
7140
  peg$savedPos = s0;
6777
- s0 = peg$f81(s2);
7141
+ s0 = peg$f83(s2);
6778
7142
  }
6779
7143
  else {
6780
7144
  peg$currPos = s0;
@@ -6787,27 +7151,27 @@ function peg$parse(input, options) {
6787
7151
  }
6788
7152
  if (s0 === peg$FAILED) {
6789
7153
  s0 = peg$currPos;
6790
- if (input.substr(peg$currPos, 9) === peg$c45) {
6791
- s1 = peg$c45;
7154
+ if (input.substr(peg$currPos, 9) === peg$c58) {
7155
+ s1 = peg$c58;
6792
7156
  peg$currPos += 9;
6793
7157
  }
6794
7158
  else {
6795
7159
  s1 = peg$FAILED;
6796
7160
  if (peg$silentFails === 0) {
6797
- peg$fail(peg$e51);
7161
+ peg$fail(peg$e64);
6798
7162
  }
6799
7163
  }
6800
7164
  if (s1 !== peg$FAILED) {
6801
7165
  s2 = peg$currPos;
6802
7166
  s3 = peg$currPos;
6803
7167
  if (input.charCodeAt(peg$currPos) === 80) {
6804
- s4 = peg$c46;
7168
+ s4 = peg$c59;
6805
7169
  peg$currPos++;
6806
7170
  }
6807
7171
  else {
6808
7172
  s4 = peg$FAILED;
6809
7173
  if (peg$silentFails === 0) {
6810
- peg$fail(peg$e52);
7174
+ peg$fail(peg$e65);
6811
7175
  }
6812
7176
  }
6813
7177
  if (s4 !== peg$FAILED) {
@@ -6888,7 +7252,7 @@ function peg$parse(input, options) {
6888
7252
  s3 = peg$parseBlockTag();
6889
7253
  if (s3 !== peg$FAILED) {
6890
7254
  peg$savedPos = s0;
6891
- s0 = peg$f82(s2);
7255
+ s0 = peg$f84(s2);
6892
7256
  }
6893
7257
  else {
6894
7258
  peg$currPos = s0;
@@ -6906,14 +7270,14 @@ function peg$parse(input, options) {
6906
7270
  }
6907
7271
  if (s0 === peg$FAILED) {
6908
7272
  s0 = peg$currPos;
6909
- if (input.substr(peg$currPos, 6) === peg$c47) {
6910
- s1 = peg$c47;
7273
+ if (input.substr(peg$currPos, 6) === peg$c60) {
7274
+ s1 = peg$c60;
6911
7275
  peg$currPos += 6;
6912
7276
  }
6913
7277
  else {
6914
7278
  s1 = peg$FAILED;
6915
7279
  if (peg$silentFails === 0) {
6916
- peg$fail(peg$e53);
7280
+ peg$fail(peg$e66);
6917
7281
  }
6918
7282
  }
6919
7283
  if (s1 !== peg$FAILED) {
@@ -6922,7 +7286,7 @@ function peg$parse(input, options) {
6922
7286
  s3 = peg$parseBlockTag();
6923
7287
  if (s3 !== peg$FAILED) {
6924
7288
  peg$savedPos = s0;
6925
- s0 = peg$f83(s2);
7289
+ s0 = peg$f85(s2);
6926
7290
  }
6927
7291
  else {
6928
7292
  peg$currPos = s0;
@@ -6945,7 +7309,7 @@ function peg$parse(input, options) {
6945
7309
  s2 = peg$parseBlockTag();
6946
7310
  if (s2 !== peg$FAILED) {
6947
7311
  peg$savedPos = s0;
6948
- s0 = peg$f84(s1);
7312
+ s0 = peg$f86(s1);
6949
7313
  }
6950
7314
  else {
6951
7315
  peg$currPos = s0;
@@ -7032,7 +7396,7 @@ function peg$parse(input, options) {
7032
7396
  s3 = peg$parseBlockTag();
7033
7397
  if (s3 !== peg$FAILED) {
7034
7398
  peg$savedPos = s0;
7035
- s0 = peg$f85(s2);
7399
+ s0 = peg$f87(s2);
7036
7400
  }
7037
7401
  else {
7038
7402
  peg$currPos = s0;
@@ -7074,14 +7438,14 @@ function peg$parse(input, options) {
7074
7438
  function peg$parseRef() {
7075
7439
  var s0, s1, s2, s3, s4, s5, s6;
7076
7440
  s0 = peg$currPos;
7077
- if (input.substr(peg$currPos, 2) === peg$c48) {
7078
- s1 = peg$c48;
7441
+ if (input.substr(peg$currPos, 2) === peg$c61) {
7442
+ s1 = peg$c61;
7079
7443
  peg$currPos += 2;
7080
7444
  }
7081
7445
  else {
7082
7446
  s1 = peg$FAILED;
7083
7447
  if (peg$silentFails === 0) {
7084
- peg$fail(peg$e54);
7448
+ peg$fail(peg$e67);
7085
7449
  }
7086
7450
  }
7087
7451
  if (s1 !== peg$FAILED) {
@@ -7146,7 +7510,7 @@ function peg$parse(input, options) {
7146
7510
  }
7147
7511
  s2 = input.substring(s2, peg$currPos);
7148
7512
  peg$savedPos = s0;
7149
- s0 = peg$f86(s2);
7513
+ s0 = peg$f88(s2);
7150
7514
  }
7151
7515
  else {
7152
7516
  peg$currPos = s0;
@@ -7156,212 +7520,212 @@ function peg$parse(input, options) {
7156
7520
  }
7157
7521
  function peg$parseAlternativeStyleTags() {
7158
7522
  var s0;
7159
- if (input.substr(peg$currPos, 4) === peg$c49) {
7160
- s0 = peg$c49;
7523
+ if (input.substr(peg$currPos, 4) === peg$c62) {
7524
+ s0 = peg$c62;
7161
7525
  peg$currPos += 4;
7162
7526
  }
7163
7527
  else {
7164
7528
  s0 = peg$FAILED;
7165
7529
  if (peg$silentFails === 0) {
7166
- peg$fail(peg$e55);
7530
+ peg$fail(peg$e68);
7167
7531
  }
7168
7532
  }
7169
7533
  if (s0 === peg$FAILED) {
7170
- if (input.substr(peg$currPos, 6) === peg$c50) {
7171
- s0 = peg$c50;
7534
+ if (input.substr(peg$currPos, 6) === peg$c63) {
7535
+ s0 = peg$c63;
7172
7536
  peg$currPos += 6;
7173
7537
  }
7174
7538
  else {
7175
7539
  s0 = peg$FAILED;
7176
7540
  if (peg$silentFails === 0) {
7177
- peg$fail(peg$e56);
7541
+ peg$fail(peg$e69);
7178
7542
  }
7179
7543
  }
7180
7544
  if (s0 === peg$FAILED) {
7181
- if (input.substr(peg$currPos, 5) === peg$c51) {
7182
- s0 = peg$c51;
7545
+ if (input.substr(peg$currPos, 5) === peg$c64) {
7546
+ s0 = peg$c64;
7183
7547
  peg$currPos += 5;
7184
7548
  }
7185
7549
  else {
7186
7550
  s0 = peg$FAILED;
7187
7551
  if (peg$silentFails === 0) {
7188
- peg$fail(peg$e57);
7552
+ peg$fail(peg$e70);
7189
7553
  }
7190
7554
  }
7191
7555
  if (s0 === peg$FAILED) {
7192
- if (input.substr(peg$currPos, 9) === peg$c52) {
7193
- s0 = peg$c52;
7556
+ if (input.substr(peg$currPos, 9) === peg$c65) {
7557
+ s0 = peg$c65;
7194
7558
  peg$currPos += 9;
7195
7559
  }
7196
7560
  else {
7197
7561
  s0 = peg$FAILED;
7198
7562
  if (peg$silentFails === 0) {
7199
- peg$fail(peg$e58);
7563
+ peg$fail(peg$e71);
7200
7564
  }
7201
7565
  }
7202
7566
  if (s0 === peg$FAILED) {
7203
- if (input.substr(peg$currPos, 6) === peg$c53) {
7204
- s0 = peg$c53;
7567
+ if (input.substr(peg$currPos, 6) === peg$c66) {
7568
+ s0 = peg$c66;
7205
7569
  peg$currPos += 6;
7206
7570
  }
7207
7571
  else {
7208
7572
  s0 = peg$FAILED;
7209
7573
  if (peg$silentFails === 0) {
7210
- peg$fail(peg$e59);
7574
+ peg$fail(peg$e72);
7211
7575
  }
7212
7576
  }
7213
7577
  if (s0 === peg$FAILED) {
7214
- if (input.substr(peg$currPos, 9) === peg$c54) {
7215
- s0 = peg$c54;
7578
+ if (input.substr(peg$currPos, 9) === peg$c67) {
7579
+ s0 = peg$c67;
7216
7580
  peg$currPos += 9;
7217
7581
  }
7218
7582
  else {
7219
7583
  s0 = peg$FAILED;
7220
7584
  if (peg$silentFails === 0) {
7221
- peg$fail(peg$e60);
7585
+ peg$fail(peg$e73);
7222
7586
  }
7223
7587
  }
7224
7588
  if (s0 === peg$FAILED) {
7225
- if (input.substr(peg$currPos, 11) === peg$c55) {
7226
- s0 = peg$c55;
7589
+ if (input.substr(peg$currPos, 11) === peg$c68) {
7590
+ s0 = peg$c68;
7227
7591
  peg$currPos += 11;
7228
7592
  }
7229
7593
  else {
7230
7594
  s0 = peg$FAILED;
7231
7595
  if (peg$silentFails === 0) {
7232
- peg$fail(peg$e61);
7596
+ peg$fail(peg$e74);
7233
7597
  }
7234
7598
  }
7235
7599
  if (s0 === peg$FAILED) {
7236
- if (input.substr(peg$currPos, 3) === peg$c56) {
7237
- s0 = peg$c56;
7600
+ if (input.substr(peg$currPos, 3) === peg$c69) {
7601
+ s0 = peg$c69;
7238
7602
  peg$currPos += 3;
7239
7603
  }
7240
7604
  else {
7241
7605
  s0 = peg$FAILED;
7242
7606
  if (peg$silentFails === 0) {
7243
- peg$fail(peg$e62);
7607
+ peg$fail(peg$e75);
7244
7608
  }
7245
7609
  }
7246
7610
  if (s0 === peg$FAILED) {
7247
- if (input.substr(peg$currPos, 3) === peg$c57) {
7248
- s0 = peg$c57;
7611
+ if (input.substr(peg$currPos, 3) === peg$c70) {
7612
+ s0 = peg$c70;
7249
7613
  peg$currPos += 3;
7250
7614
  }
7251
7615
  else {
7252
7616
  s0 = peg$FAILED;
7253
7617
  if (peg$silentFails === 0) {
7254
- peg$fail(peg$e63);
7618
+ peg$fail(peg$e76);
7255
7619
  }
7256
7620
  }
7257
7621
  if (s0 === peg$FAILED) {
7258
- if (input.substr(peg$currPos, 9) === peg$c58) {
7259
- s0 = peg$c58;
7622
+ if (input.substr(peg$currPos, 9) === peg$c71) {
7623
+ s0 = peg$c71;
7260
7624
  peg$currPos += 9;
7261
7625
  }
7262
7626
  else {
7263
7627
  s0 = peg$FAILED;
7264
7628
  if (peg$silentFails === 0) {
7265
- peg$fail(peg$e64);
7629
+ peg$fail(peg$e77);
7266
7630
  }
7267
7631
  }
7268
7632
  if (s0 === peg$FAILED) {
7269
- if (input.substr(peg$currPos, 15) === peg$c59) {
7270
- s0 = peg$c59;
7633
+ if (input.substr(peg$currPos, 15) === peg$c72) {
7634
+ s0 = peg$c72;
7271
7635
  peg$currPos += 15;
7272
7636
  }
7273
7637
  else {
7274
7638
  s0 = peg$FAILED;
7275
7639
  if (peg$silentFails === 0) {
7276
- peg$fail(peg$e65);
7640
+ peg$fail(peg$e78);
7277
7641
  }
7278
7642
  }
7279
7643
  if (s0 === peg$FAILED) {
7280
- if (input.substr(peg$currPos, 6) === peg$c60) {
7281
- s0 = peg$c60;
7644
+ if (input.substr(peg$currPos, 6) === peg$c73) {
7645
+ s0 = peg$c73;
7282
7646
  peg$currPos += 6;
7283
7647
  }
7284
7648
  else {
7285
7649
  s0 = peg$FAILED;
7286
7650
  if (peg$silentFails === 0) {
7287
- peg$fail(peg$e66);
7651
+ peg$fail(peg$e79);
7288
7652
  }
7289
7653
  }
7290
7654
  if (s0 === peg$FAILED) {
7291
- if (input.substr(peg$currPos, 10) === peg$c61) {
7292
- s0 = peg$c61;
7655
+ if (input.substr(peg$currPos, 10) === peg$c74) {
7656
+ s0 = peg$c74;
7293
7657
  peg$currPos += 10;
7294
7658
  }
7295
7659
  else {
7296
7660
  s0 = peg$FAILED;
7297
7661
  if (peg$silentFails === 0) {
7298
- peg$fail(peg$e67);
7662
+ peg$fail(peg$e80);
7299
7663
  }
7300
7664
  }
7301
7665
  if (s0 === peg$FAILED) {
7302
- if (input.substr(peg$currPos, 13) === peg$c62) {
7303
- s0 = peg$c62;
7666
+ if (input.substr(peg$currPos, 13) === peg$c75) {
7667
+ s0 = peg$c75;
7304
7668
  peg$currPos += 13;
7305
7669
  }
7306
7670
  else {
7307
7671
  s0 = peg$FAILED;
7308
7672
  if (peg$silentFails === 0) {
7309
- peg$fail(peg$e68);
7673
+ peg$fail(peg$e81);
7310
7674
  }
7311
7675
  }
7312
7676
  if (s0 === peg$FAILED) {
7313
- if (input.substr(peg$currPos, 19) === peg$c63) {
7314
- s0 = peg$c63;
7677
+ if (input.substr(peg$currPos, 19) === peg$c76) {
7678
+ s0 = peg$c76;
7315
7679
  peg$currPos += 19;
7316
7680
  }
7317
7681
  else {
7318
7682
  s0 = peg$FAILED;
7319
7683
  if (peg$silentFails === 0) {
7320
- peg$fail(peg$e69);
7684
+ peg$fail(peg$e82);
7321
7685
  }
7322
7686
  }
7323
7687
  if (s0 === peg$FAILED) {
7324
- if (input.substr(peg$currPos, 10) === peg$c64) {
7325
- s0 = peg$c64;
7688
+ if (input.substr(peg$currPos, 10) === peg$c77) {
7689
+ s0 = peg$c77;
7326
7690
  peg$currPos += 10;
7327
7691
  }
7328
7692
  else {
7329
7693
  s0 = peg$FAILED;
7330
7694
  if (peg$silentFails === 0) {
7331
- peg$fail(peg$e70);
7695
+ peg$fail(peg$e83);
7332
7696
  }
7333
7697
  }
7334
7698
  if (s0 === peg$FAILED) {
7335
- if (input.substr(peg$currPos, 10) === peg$c65) {
7336
- s0 = peg$c65;
7699
+ if (input.substr(peg$currPos, 10) === peg$c78) {
7700
+ s0 = peg$c78;
7337
7701
  peg$currPos += 10;
7338
7702
  }
7339
7703
  else {
7340
7704
  s0 = peg$FAILED;
7341
7705
  if (peg$silentFails === 0) {
7342
- peg$fail(peg$e71);
7706
+ peg$fail(peg$e84);
7343
7707
  }
7344
7708
  }
7345
7709
  if (s0 === peg$FAILED) {
7346
- if (input.substr(peg$currPos, 13) === peg$c66) {
7347
- s0 = peg$c66;
7710
+ if (input.substr(peg$currPos, 13) === peg$c79) {
7711
+ s0 = peg$c79;
7348
7712
  peg$currPos += 13;
7349
7713
  }
7350
7714
  else {
7351
7715
  s0 = peg$FAILED;
7352
7716
  if (peg$silentFails === 0) {
7353
- peg$fail(peg$e72);
7717
+ peg$fail(peg$e85);
7354
7718
  }
7355
7719
  }
7356
7720
  if (s0 === peg$FAILED) {
7357
- if (input.substr(peg$currPos, 11) === peg$c67) {
7358
- s0 = peg$c67;
7721
+ if (input.substr(peg$currPos, 11) === peg$c80) {
7722
+ s0 = peg$c80;
7359
7723
  peg$currPos += 11;
7360
7724
  }
7361
7725
  else {
7362
7726
  s0 = peg$FAILED;
7363
7727
  if (peg$silentFails === 0) {
7364
- peg$fail(peg$e73);
7728
+ peg$fail(peg$e86);
7365
7729
  }
7366
7730
  }
7367
7731
  }
@@ -7386,245 +7750,245 @@ function peg$parse(input, options) {
7386
7750
  }
7387
7751
  function peg$parseColor() {
7388
7752
  var s0;
7389
- if (input.substr(peg$currPos, 4) === peg$c68) {
7390
- s0 = peg$c68;
7753
+ if (input.substr(peg$currPos, 4) === peg$c81) {
7754
+ s0 = peg$c81;
7391
7755
  peg$currPos += 4;
7392
7756
  }
7393
7757
  else {
7394
7758
  s0 = peg$FAILED;
7395
7759
  if (peg$silentFails === 0) {
7396
- peg$fail(peg$e74);
7760
+ peg$fail(peg$e87);
7397
7761
  }
7398
7762
  }
7399
7763
  if (s0 === peg$FAILED) {
7400
- if (input.substr(peg$currPos, 5) === peg$c69) {
7401
- s0 = peg$c69;
7764
+ if (input.substr(peg$currPos, 5) === peg$c82) {
7765
+ s0 = peg$c82;
7402
7766
  peg$currPos += 5;
7403
7767
  }
7404
7768
  else {
7405
7769
  s0 = peg$FAILED;
7406
7770
  if (peg$silentFails === 0) {
7407
- peg$fail(peg$e75);
7771
+ peg$fail(peg$e88);
7408
7772
  }
7409
7773
  }
7410
7774
  if (s0 === peg$FAILED) {
7411
- if (input.substr(peg$currPos, 4) === peg$c70) {
7412
- s0 = peg$c70;
7775
+ if (input.substr(peg$currPos, 4) === peg$c83) {
7776
+ s0 = peg$c83;
7413
7777
  peg$currPos += 4;
7414
7778
  }
7415
7779
  else {
7416
7780
  s0 = peg$FAILED;
7417
7781
  if (peg$silentFails === 0) {
7418
- peg$fail(peg$e76);
7782
+ peg$fail(peg$e89);
7419
7783
  }
7420
7784
  }
7421
7785
  if (s0 === peg$FAILED) {
7422
- if (input.substr(peg$currPos, 4) === peg$c71) {
7423
- s0 = peg$c71;
7786
+ if (input.substr(peg$currPos, 4) === peg$c84) {
7787
+ s0 = peg$c84;
7424
7788
  peg$currPos += 4;
7425
7789
  }
7426
7790
  else {
7427
7791
  s0 = peg$FAILED;
7428
7792
  if (peg$silentFails === 0) {
7429
- peg$fail(peg$e77);
7793
+ peg$fail(peg$e90);
7430
7794
  }
7431
7795
  }
7432
7796
  if (s0 === peg$FAILED) {
7433
- if (input.substr(peg$currPos, 7) === peg$c72) {
7434
- s0 = peg$c72;
7797
+ if (input.substr(peg$currPos, 7) === peg$c85) {
7798
+ s0 = peg$c85;
7435
7799
  peg$currPos += 7;
7436
7800
  }
7437
7801
  else {
7438
7802
  s0 = peg$FAILED;
7439
7803
  if (peg$silentFails === 0) {
7440
- peg$fail(peg$e78);
7804
+ peg$fail(peg$e91);
7441
7805
  }
7442
7806
  }
7443
7807
  if (s0 === peg$FAILED) {
7444
- if (input.substr(peg$currPos, 9) === peg$c73) {
7445
- s0 = peg$c73;
7808
+ if (input.substr(peg$currPos, 9) === peg$c86) {
7809
+ s0 = peg$c86;
7446
7810
  peg$currPos += 9;
7447
7811
  }
7448
7812
  else {
7449
7813
  s0 = peg$FAILED;
7450
7814
  if (peg$silentFails === 0) {
7451
- peg$fail(peg$e79);
7815
+ peg$fail(peg$e92);
7452
7816
  }
7453
7817
  }
7454
7818
  if (s0 === peg$FAILED) {
7455
- if (input.substr(peg$currPos, 4) === peg$c74) {
7456
- s0 = peg$c74;
7819
+ if (input.substr(peg$currPos, 4) === peg$c87) {
7820
+ s0 = peg$c87;
7457
7821
  peg$currPos += 4;
7458
7822
  }
7459
7823
  else {
7460
7824
  s0 = peg$FAILED;
7461
7825
  if (peg$silentFails === 0) {
7462
- peg$fail(peg$e80);
7826
+ peg$fail(peg$e93);
7463
7827
  }
7464
7828
  }
7465
7829
  if (s0 === peg$FAILED) {
7466
- if (input.substr(peg$currPos, 8) === peg$c75) {
7467
- s0 = peg$c75;
7830
+ if (input.substr(peg$currPos, 8) === peg$c88) {
7831
+ s0 = peg$c88;
7468
7832
  peg$currPos += 8;
7469
7833
  }
7470
7834
  else {
7471
7835
  s0 = peg$FAILED;
7472
7836
  if (peg$silentFails === 0) {
7473
- peg$fail(peg$e81);
7837
+ peg$fail(peg$e94);
7474
7838
  }
7475
7839
  }
7476
7840
  if (s0 === peg$FAILED) {
7477
- if (input.substr(peg$currPos, 5) === peg$c76) {
7478
- s0 = peg$c76;
7841
+ if (input.substr(peg$currPos, 5) === peg$c89) {
7842
+ s0 = peg$c89;
7479
7843
  peg$currPos += 5;
7480
7844
  }
7481
7845
  else {
7482
7846
  s0 = peg$FAILED;
7483
7847
  if (peg$silentFails === 0) {
7484
- peg$fail(peg$e82);
7848
+ peg$fail(peg$e95);
7485
7849
  }
7486
7850
  }
7487
7851
  if (s0 === peg$FAILED) {
7488
- if (input.substr(peg$currPos, 4) === peg$c77) {
7489
- s0 = peg$c77;
7852
+ if (input.substr(peg$currPos, 4) === peg$c90) {
7853
+ s0 = peg$c90;
7490
7854
  peg$currPos += 4;
7491
7855
  }
7492
7856
  else {
7493
7857
  s0 = peg$FAILED;
7494
7858
  if (peg$silentFails === 0) {
7495
- peg$fail(peg$e83);
7859
+ peg$fail(peg$e96);
7496
7860
  }
7497
7861
  }
7498
7862
  if (s0 === peg$FAILED) {
7499
- if (input.substr(peg$currPos, 7) === peg$c78) {
7500
- s0 = peg$c78;
7863
+ if (input.substr(peg$currPos, 7) === peg$c91) {
7864
+ s0 = peg$c91;
7501
7865
  peg$currPos += 7;
7502
7866
  }
7503
7867
  else {
7504
7868
  s0 = peg$FAILED;
7505
7869
  if (peg$silentFails === 0) {
7506
- peg$fail(peg$e84);
7870
+ peg$fail(peg$e97);
7507
7871
  }
7508
7872
  }
7509
7873
  if (s0 === peg$FAILED) {
7510
- if (input.substr(peg$currPos, 6) === peg$c79) {
7511
- s0 = peg$c79;
7874
+ if (input.substr(peg$currPos, 6) === peg$c92) {
7875
+ s0 = peg$c92;
7512
7876
  peg$currPos += 6;
7513
7877
  }
7514
7878
  else {
7515
7879
  s0 = peg$FAILED;
7516
7880
  if (peg$silentFails === 0) {
7517
- peg$fail(peg$e85);
7881
+ peg$fail(peg$e98);
7518
7882
  }
7519
7883
  }
7520
7884
  if (s0 === peg$FAILED) {
7521
- if (input.substr(peg$currPos, 4) === peg$c80) {
7522
- s0 = peg$c80;
7885
+ if (input.substr(peg$currPos, 4) === peg$c93) {
7886
+ s0 = peg$c93;
7523
7887
  peg$currPos += 4;
7524
7888
  }
7525
7889
  else {
7526
7890
  s0 = peg$FAILED;
7527
7891
  if (peg$silentFails === 0) {
7528
- peg$fail(peg$e86);
7892
+ peg$fail(peg$e99);
7529
7893
  }
7530
7894
  }
7531
7895
  if (s0 === peg$FAILED) {
7532
- if (input.substr(peg$currPos, 5) === peg$c81) {
7533
- s0 = peg$c81;
7896
+ if (input.substr(peg$currPos, 5) === peg$c94) {
7897
+ s0 = peg$c94;
7534
7898
  peg$currPos += 5;
7535
7899
  }
7536
7900
  else {
7537
7901
  s0 = peg$FAILED;
7538
7902
  if (peg$silentFails === 0) {
7539
- peg$fail(peg$e87);
7903
+ peg$fail(peg$e100);
7540
7904
  }
7541
7905
  }
7542
7906
  if (s0 === peg$FAILED) {
7543
- if (input.substr(peg$currPos, 6) === peg$c82) {
7544
- s0 = peg$c82;
7907
+ if (input.substr(peg$currPos, 6) === peg$c95) {
7908
+ s0 = peg$c95;
7545
7909
  peg$currPos += 6;
7546
7910
  }
7547
7911
  else {
7548
7912
  s0 = peg$FAILED;
7549
7913
  if (peg$silentFails === 0) {
7550
- peg$fail(peg$e88);
7914
+ peg$fail(peg$e101);
7551
7915
  }
7552
7916
  }
7553
7917
  if (s0 === peg$FAILED) {
7554
- if (input.substr(peg$currPos, 6) === peg$c83) {
7555
- s0 = peg$c83;
7918
+ if (input.substr(peg$currPos, 6) === peg$c96) {
7919
+ s0 = peg$c96;
7556
7920
  peg$currPos += 6;
7557
7921
  }
7558
7922
  else {
7559
7923
  s0 = peg$FAILED;
7560
7924
  if (peg$silentFails === 0) {
7561
- peg$fail(peg$e89);
7925
+ peg$fail(peg$e102);
7562
7926
  }
7563
7927
  }
7564
7928
  if (s0 === peg$FAILED) {
7565
- if (input.substr(peg$currPos, 3) === peg$c84) {
7566
- s0 = peg$c84;
7929
+ if (input.substr(peg$currPos, 3) === peg$c97) {
7930
+ s0 = peg$c97;
7567
7931
  peg$currPos += 3;
7568
7932
  }
7569
7933
  else {
7570
7934
  s0 = peg$FAILED;
7571
7935
  if (peg$silentFails === 0) {
7572
- peg$fail(peg$e90);
7936
+ peg$fail(peg$e103);
7573
7937
  }
7574
7938
  }
7575
7939
  if (s0 === peg$FAILED) {
7576
- if (input.substr(peg$currPos, 6) === peg$c85) {
7577
- s0 = peg$c85;
7940
+ if (input.substr(peg$currPos, 6) === peg$c98) {
7941
+ s0 = peg$c98;
7578
7942
  peg$currPos += 6;
7579
7943
  }
7580
7944
  else {
7581
7945
  s0 = peg$FAILED;
7582
7946
  if (peg$silentFails === 0) {
7583
- peg$fail(peg$e91);
7947
+ peg$fail(peg$e104);
7584
7948
  }
7585
7949
  }
7586
7950
  if (s0 === peg$FAILED) {
7587
- if (input.substr(peg$currPos, 4) === peg$c86) {
7588
- s0 = peg$c86;
7951
+ if (input.substr(peg$currPos, 4) === peg$c99) {
7952
+ s0 = peg$c99;
7589
7953
  peg$currPos += 4;
7590
7954
  }
7591
7955
  else {
7592
7956
  s0 = peg$FAILED;
7593
7957
  if (peg$silentFails === 0) {
7594
- peg$fail(peg$e92);
7958
+ peg$fail(peg$e105);
7595
7959
  }
7596
7960
  }
7597
7961
  if (s0 === peg$FAILED) {
7598
- if (input.substr(peg$currPos, 6) === peg$c87) {
7599
- s0 = peg$c87;
7962
+ if (input.substr(peg$currPos, 6) === peg$c100) {
7963
+ s0 = peg$c100;
7600
7964
  peg$currPos += 6;
7601
7965
  }
7602
7966
  else {
7603
7967
  s0 = peg$FAILED;
7604
7968
  if (peg$silentFails === 0) {
7605
- peg$fail(peg$e93);
7969
+ peg$fail(peg$e106);
7606
7970
  }
7607
7971
  }
7608
7972
  if (s0 === peg$FAILED) {
7609
- if (input.substr(peg$currPos, 5) === peg$c88) {
7610
- s0 = peg$c88;
7973
+ if (input.substr(peg$currPos, 5) === peg$c101) {
7974
+ s0 = peg$c101;
7611
7975
  peg$currPos += 5;
7612
7976
  }
7613
7977
  else {
7614
7978
  s0 = peg$FAILED;
7615
7979
  if (peg$silentFails === 0) {
7616
- peg$fail(peg$e94);
7980
+ peg$fail(peg$e107);
7617
7981
  }
7618
7982
  }
7619
7983
  if (s0 === peg$FAILED) {
7620
- if (input.substr(peg$currPos, 6) === peg$c89) {
7621
- s0 = peg$c89;
7984
+ if (input.substr(peg$currPos, 6) === peg$c102) {
7985
+ s0 = peg$c102;
7622
7986
  peg$currPos += 6;
7623
7987
  }
7624
7988
  else {
7625
7989
  s0 = peg$FAILED;
7626
7990
  if (peg$silentFails === 0) {
7627
- peg$fail(peg$e95);
7991
+ peg$fail(peg$e108);
7628
7992
  }
7629
7993
  }
7630
7994
  }
@@ -7656,12 +8020,12 @@ function peg$parse(input, options) {
7656
8020
  s0 = peg$currPos;
7657
8021
  s1 = peg$parsebitmarkMinusMinusString();
7658
8022
  peg$savedPos = s0;
7659
- s1 = peg$f87(s1);
8023
+ s1 = peg$f89(s1);
7660
8024
  s0 = s1;
7661
8025
  peg$silentFails--;
7662
8026
  s1 = peg$FAILED;
7663
8027
  if (peg$silentFails === 0) {
7664
- peg$fail(peg$e96);
8028
+ peg$fail(peg$e109);
7665
8029
  }
7666
8030
  return s0;
7667
8031
  }
@@ -7686,11 +8050,11 @@ function peg$parse(input, options) {
7686
8050
  }
7687
8051
  }
7688
8052
  peg$savedPos = s0;
7689
- s0 = peg$f88(s1, s2);
8053
+ s0 = peg$f90(s1, s2);
7690
8054
  peg$silentFails--;
7691
8055
  s1 = peg$FAILED;
7692
8056
  if (peg$silentFails === 0) {
7693
- peg$fail(peg$e97);
8057
+ peg$fail(peg$e110);
7694
8058
  }
7695
8059
  return s0;
7696
8060
  }
@@ -7700,7 +8064,7 @@ function peg$parse(input, options) {
7700
8064
  s1 = peg$parseNL();
7701
8065
  if (s1 !== peg$FAILED) {
7702
8066
  peg$savedPos = s0;
7703
- s1 = peg$f89();
8067
+ s1 = peg$f91();
7704
8068
  }
7705
8069
  s0 = s1;
7706
8070
  if (s0 === peg$FAILED) {
@@ -7843,7 +8207,7 @@ function peg$parse(input, options) {
7843
8207
  }
7844
8208
  if (s1 !== peg$FAILED) {
7845
8209
  peg$savedPos = s0;
7846
- s1 = peg$f90(s1);
8210
+ s1 = peg$f92(s1);
7847
8211
  }
7848
8212
  s0 = s1;
7849
8213
  }
@@ -7852,13 +8216,13 @@ function peg$parse(input, options) {
7852
8216
  function peg$parseBoldHalfTag() {
7853
8217
  var s0;
7854
8218
  if (input.charCodeAt(peg$currPos) === 42) {
7855
- s0 = peg$c90;
8219
+ s0 = peg$c103;
7856
8220
  peg$currPos++;
7857
8221
  }
7858
8222
  else {
7859
8223
  s0 = peg$FAILED;
7860
8224
  if (peg$silentFails === 0) {
7861
- peg$fail(peg$e98);
8225
+ peg$fail(peg$e111);
7862
8226
  }
7863
8227
  }
7864
8228
  return s0;
@@ -7866,13 +8230,13 @@ function peg$parse(input, options) {
7866
8230
  function peg$parseItalicHalfTag() {
7867
8231
  var s0;
7868
8232
  if (input.charCodeAt(peg$currPos) === 95) {
7869
- s0 = peg$c91;
8233
+ s0 = peg$c104;
7870
8234
  peg$currPos++;
7871
8235
  }
7872
8236
  else {
7873
8237
  s0 = peg$FAILED;
7874
8238
  if (peg$silentFails === 0) {
7875
- peg$fail(peg$e99);
8239
+ peg$fail(peg$e112);
7876
8240
  }
7877
8241
  }
7878
8242
  return s0;
@@ -7880,13 +8244,13 @@ function peg$parse(input, options) {
7880
8244
  function peg$parseLightHalfTag() {
7881
8245
  var s0;
7882
8246
  if (input.charCodeAt(peg$currPos) === 96) {
7883
- s0 = peg$c92;
8247
+ s0 = peg$c105;
7884
8248
  peg$currPos++;
7885
8249
  }
7886
8250
  else {
7887
8251
  s0 = peg$FAILED;
7888
8252
  if (peg$silentFails === 0) {
7889
- peg$fail(peg$e100);
8253
+ peg$fail(peg$e113);
7890
8254
  }
7891
8255
  }
7892
8256
  return s0;
@@ -7894,13 +8258,13 @@ function peg$parse(input, options) {
7894
8258
  function peg$parseHighlightHalfTag() {
7895
8259
  var s0;
7896
8260
  if (input.charCodeAt(peg$currPos) === 33) {
7897
- s0 = peg$c93;
8261
+ s0 = peg$c106;
7898
8262
  peg$currPos++;
7899
8263
  }
7900
8264
  else {
7901
8265
  s0 = peg$FAILED;
7902
8266
  if (peg$silentFails === 0) {
7903
- peg$fail(peg$e101);
8267
+ peg$fail(peg$e114);
7904
8268
  }
7905
8269
  }
7906
8270
  return s0;
@@ -7991,14 +8355,14 @@ function peg$parse(input, options) {
7991
8355
  }
7992
8356
  function peg$parseBodyBitOpenTag() {
7993
8357
  var s0;
7994
- if (input.substr(peg$currPos, 2) === peg$c94) {
7995
- s0 = peg$c94;
8358
+ if (input.substr(peg$currPos, 2) === peg$c107) {
8359
+ s0 = peg$c107;
7996
8360
  peg$currPos += 2;
7997
8361
  }
7998
8362
  else {
7999
8363
  s0 = peg$FAILED;
8000
8364
  if (peg$silentFails === 0) {
8001
- peg$fail(peg$e102);
8365
+ peg$fail(peg$e115);
8002
8366
  }
8003
8367
  }
8004
8368
  return s0;
@@ -8006,13 +8370,13 @@ function peg$parse(input, options) {
8006
8370
  function peg$parseBodyBitCloseTag() {
8007
8371
  var s0;
8008
8372
  if (input.charCodeAt(peg$currPos) === 93) {
8009
- s0 = peg$c95;
8373
+ s0 = peg$c108;
8010
8374
  peg$currPos++;
8011
8375
  }
8012
8376
  else {
8013
8377
  s0 = peg$FAILED;
8014
8378
  if (peg$silentFails === 0) {
8015
- peg$fail(peg$e103);
8379
+ peg$fail(peg$e116);
8016
8380
  }
8017
8381
  }
8018
8382
  return s0;
@@ -8062,7 +8426,7 @@ function peg$parse(input, options) {
8062
8426
  s3 = peg$parseBodyBitCloseTag();
8063
8427
  if (s3 !== peg$FAILED) {
8064
8428
  peg$savedPos = s0;
8065
- s0 = peg$f91(s2);
8429
+ s0 = peg$f93(s2);
8066
8430
  }
8067
8431
  else {
8068
8432
  peg$currPos = s0;
@@ -8163,7 +8527,7 @@ function peg$parse(input, options) {
8163
8527
  s3 = peg$parseBoldTag();
8164
8528
  if (s3 !== peg$FAILED) {
8165
8529
  peg$savedPos = s0;
8166
- s0 = peg$f92(s2);
8530
+ s0 = peg$f94(s2);
8167
8531
  }
8168
8532
  else {
8169
8533
  peg$currPos = s0;
@@ -8259,7 +8623,7 @@ function peg$parse(input, options) {
8259
8623
  s3 = peg$parseItalicTag();
8260
8624
  if (s3 !== peg$FAILED) {
8261
8625
  peg$savedPos = s0;
8262
- s0 = peg$f93(s2);
8626
+ s0 = peg$f95(s2);
8263
8627
  }
8264
8628
  else {
8265
8629
  peg$currPos = s0;
@@ -8355,7 +8719,7 @@ function peg$parse(input, options) {
8355
8719
  s3 = peg$parseLightTag();
8356
8720
  if (s3 !== peg$FAILED) {
8357
8721
  peg$savedPos = s0;
8358
- s0 = peg$f94(s2);
8722
+ s0 = peg$f96(s2);
8359
8723
  }
8360
8724
  else {
8361
8725
  peg$currPos = s0;
@@ -8451,7 +8815,7 @@ function peg$parse(input, options) {
8451
8815
  s3 = peg$parseHighlightTag();
8452
8816
  if (s3 !== peg$FAILED) {
8453
8817
  peg$savedPos = s0;
8454
- s0 = peg$f95(s2);
8818
+ s0 = peg$f97(s2);
8455
8819
  }
8456
8820
  else {
8457
8821
  peg$currPos = s0;
@@ -8546,24 +8910,24 @@ function peg$parse(input, options) {
8546
8910
  var s0, s1;
8547
8911
  peg$silentFails++;
8548
8912
  if (input.charCodeAt(peg$currPos) === 10) {
8549
- s0 = peg$c96;
8913
+ s0 = peg$c109;
8550
8914
  peg$currPos++;
8551
8915
  }
8552
8916
  else {
8553
8917
  s0 = peg$FAILED;
8554
8918
  if (peg$silentFails === 0) {
8555
- peg$fail(peg$e105);
8919
+ peg$fail(peg$e118);
8556
8920
  }
8557
8921
  }
8558
8922
  if (s0 === peg$FAILED) {
8559
- if (input.substr(peg$currPos, 2) === peg$c97) {
8560
- s0 = peg$c97;
8923
+ if (input.substr(peg$currPos, 2) === peg$c110) {
8924
+ s0 = peg$c110;
8561
8925
  peg$currPos += 2;
8562
8926
  }
8563
8927
  else {
8564
8928
  s0 = peg$FAILED;
8565
8929
  if (peg$silentFails === 0) {
8566
- peg$fail(peg$e106);
8930
+ peg$fail(peg$e119);
8567
8931
  }
8568
8932
  }
8569
8933
  if (s0 === peg$FAILED) {
@@ -8574,7 +8938,7 @@ function peg$parse(input, options) {
8574
8938
  else {
8575
8939
  s0 = peg$FAILED;
8576
8940
  if (peg$silentFails === 0) {
8577
- peg$fail(peg$e107);
8941
+ peg$fail(peg$e120);
8578
8942
  }
8579
8943
  }
8580
8944
  }
@@ -8583,7 +8947,7 @@ function peg$parse(input, options) {
8583
8947
  if (s0 === peg$FAILED) {
8584
8948
  s1 = peg$FAILED;
8585
8949
  if (peg$silentFails === 0) {
8586
- peg$fail(peg$e104);
8950
+ peg$fail(peg$e117);
8587
8951
  }
8588
8952
  }
8589
8953
  return s0;
@@ -8618,7 +8982,7 @@ function peg$parse(input, options) {
8618
8982
  peg$silentFails--;
8619
8983
  s1 = peg$FAILED;
8620
8984
  if (peg$silentFails === 0) {
8621
- peg$fail(peg$e108);
8985
+ peg$fail(peg$e121);
8622
8986
  }
8623
8987
  return s0;
8624
8988
  }
@@ -8642,7 +9006,7 @@ function peg$parse(input, options) {
8642
9006
  peg$silentFails--;
8643
9007
  s1 = peg$FAILED;
8644
9008
  if (peg$silentFails === 0) {
8645
- peg$fail(peg$e109);
9009
+ peg$fail(peg$e122);
8646
9010
  }
8647
9011
  return s0;
8648
9012
  }
@@ -8666,7 +9030,7 @@ function peg$parse(input, options) {
8666
9030
  if (s0 === peg$FAILED) {
8667
9031
  s1 = peg$FAILED;
8668
9032
  if (peg$silentFails === 0) {
8669
- peg$fail(peg$e110);
9033
+ peg$fail(peg$e123);
8670
9034
  }
8671
9035
  }
8672
9036
  return s0;
@@ -8681,14 +9045,14 @@ function peg$parse(input, options) {
8681
9045
  else {
8682
9046
  s0 = peg$FAILED;
8683
9047
  if (peg$silentFails === 0) {
8684
- peg$fail(peg$e112);
9048
+ peg$fail(peg$e125);
8685
9049
  }
8686
9050
  }
8687
9051
  peg$silentFails--;
8688
9052
  if (s0 === peg$FAILED) {
8689
9053
  s1 = peg$FAILED;
8690
9054
  if (peg$silentFails === 0) {
8691
- peg$fail(peg$e111);
9055
+ peg$fail(peg$e124);
8692
9056
  }
8693
9057
  }
8694
9058
  return s0;
@@ -8702,7 +9066,7 @@ function peg$parse(input, options) {
8702
9066
  else {
8703
9067
  s0 = peg$FAILED;
8704
9068
  if (peg$silentFails === 0) {
8705
- peg$fail(peg$e113);
9069
+ peg$fail(peg$e126);
8706
9070
  }
8707
9071
  }
8708
9072
  return s0;
@@ -8716,7 +9080,7 @@ function peg$parse(input, options) {
8716
9080
  else {
8717
9081
  s0 = peg$FAILED;
8718
9082
  if (peg$silentFails === 0) {
8719
- peg$fail(peg$e114);
9083
+ peg$fail(peg$e127);
8720
9084
  }
8721
9085
  }
8722
9086
  return s0;
@@ -8730,7 +9094,7 @@ function peg$parse(input, options) {
8730
9094
  else {
8731
9095
  s0 = peg$FAILED;
8732
9096
  if (peg$silentFails === 0) {
8733
- peg$fail(peg$e115);
9097
+ peg$fail(peg$e128);
8734
9098
  }
8735
9099
  }
8736
9100
  return s0;
@@ -8766,38 +9130,38 @@ function peg$parse(input, options) {
8766
9130
  var s0, s1, s2, s3, s4, s5, s6, s7, s8;
8767
9131
  s0 = peg$currPos;
8768
9132
  s1 = peg$currPos;
8769
- if (input.substr(peg$currPos, 4) === peg$c98) {
8770
- s2 = peg$c98;
9133
+ if (input.substr(peg$currPos, 4) === peg$c111) {
9134
+ s2 = peg$c111;
8771
9135
  peg$currPos += 4;
8772
9136
  }
8773
9137
  else {
8774
9138
  s2 = peg$FAILED;
8775
9139
  if (peg$silentFails === 0) {
8776
- peg$fail(peg$e116);
9140
+ peg$fail(peg$e129);
8777
9141
  }
8778
9142
  }
8779
9143
  if (s2 !== peg$FAILED) {
8780
9144
  if (input.charCodeAt(peg$currPos) === 115) {
8781
- s3 = peg$c99;
9145
+ s3 = peg$c112;
8782
9146
  peg$currPos++;
8783
9147
  }
8784
9148
  else {
8785
9149
  s3 = peg$FAILED;
8786
9150
  if (peg$silentFails === 0) {
8787
- peg$fail(peg$e117);
9151
+ peg$fail(peg$e130);
8788
9152
  }
8789
9153
  }
8790
9154
  if (s3 === peg$FAILED) {
8791
9155
  s3 = null;
8792
9156
  }
8793
- if (input.substr(peg$currPos, 3) === peg$c100) {
8794
- s4 = peg$c100;
9157
+ if (input.substr(peg$currPos, 3) === peg$c113) {
9158
+ s4 = peg$c113;
8795
9159
  peg$currPos += 3;
8796
9160
  }
8797
9161
  else {
8798
9162
  s4 = peg$FAILED;
8799
9163
  if (peg$silentFails === 0) {
8800
- peg$fail(peg$e118);
9164
+ peg$fail(peg$e131);
8801
9165
  }
8802
9166
  }
8803
9167
  if (s4 !== peg$FAILED) {
@@ -8884,38 +9248,38 @@ function peg$parse(input, options) {
8884
9248
  s0 = peg$currPos;
8885
9249
  s1 = peg$currPos;
8886
9250
  s2 = peg$currPos;
8887
- if (input.substr(peg$currPos, 4) === peg$c98) {
8888
- s3 = peg$c98;
9251
+ if (input.substr(peg$currPos, 4) === peg$c111) {
9252
+ s3 = peg$c111;
8889
9253
  peg$currPos += 4;
8890
9254
  }
8891
9255
  else {
8892
9256
  s3 = peg$FAILED;
8893
9257
  if (peg$silentFails === 0) {
8894
- peg$fail(peg$e116);
9258
+ peg$fail(peg$e129);
8895
9259
  }
8896
9260
  }
8897
9261
  if (s3 !== peg$FAILED) {
8898
9262
  if (input.charCodeAt(peg$currPos) === 115) {
8899
- s4 = peg$c99;
9263
+ s4 = peg$c112;
8900
9264
  peg$currPos++;
8901
9265
  }
8902
9266
  else {
8903
9267
  s4 = peg$FAILED;
8904
9268
  if (peg$silentFails === 0) {
8905
- peg$fail(peg$e117);
9269
+ peg$fail(peg$e130);
8906
9270
  }
8907
9271
  }
8908
9272
  if (s4 === peg$FAILED) {
8909
9273
  s4 = null;
8910
9274
  }
8911
- if (input.substr(peg$currPos, 3) === peg$c100) {
8912
- s5 = peg$c100;
9275
+ if (input.substr(peg$currPos, 3) === peg$c113) {
9276
+ s5 = peg$c113;
8913
9277
  peg$currPos += 3;
8914
9278
  }
8915
9279
  else {
8916
9280
  s5 = peg$FAILED;
8917
9281
  if (peg$silentFails === 0) {
8918
- peg$fail(peg$e118);
9282
+ peg$fail(peg$e131);
8919
9283
  }
8920
9284
  }
8921
9285
  if (s5 !== peg$FAILED) {
@@ -8932,14 +9296,14 @@ function peg$parse(input, options) {
8932
9296
  s2 = peg$FAILED;
8933
9297
  }
8934
9298
  if (s2 === peg$FAILED) {
8935
- if (input.substr(peg$currPos, 7) === peg$c101) {
8936
- s2 = peg$c101;
9299
+ if (input.substr(peg$currPos, 7) === peg$c114) {
9300
+ s2 = peg$c114;
8937
9301
  peg$currPos += 7;
8938
9302
  }
8939
9303
  else {
8940
9304
  s2 = peg$FAILED;
8941
9305
  if (peg$silentFails === 0) {
8942
- peg$fail(peg$e119);
9306
+ peg$fail(peg$e132);
8943
9307
  }
8944
9308
  }
8945
9309
  }
@@ -9011,7 +9375,7 @@ function peg$parse(input, options) {
9011
9375
  }
9012
9376
  s2 = input.substring(s2, peg$currPos);
9013
9377
  peg$savedPos = s0;
9014
- s0 = peg$f96(s1, s2);
9378
+ s0 = peg$f98(s1, s2);
9015
9379
  }
9016
9380
  else {
9017
9381
  peg$currPos = s0;
@@ -9028,7 +9392,7 @@ function peg$parse(input, options) {
9028
9392
  else {
9029
9393
  s0 = peg$FAILED;
9030
9394
  if (peg$silentFails === 0) {
9031
- peg$fail(peg$e120);
9395
+ peg$fail(peg$e133);
9032
9396
  }
9033
9397
  }
9034
9398
  return s0;