From 061eb82841dbd211572c63588ffbdeb26e467830 Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Mon, 11 Feb 2019 22:23:30 +0100 Subject: [PATCH] feat(parser): support spaces and tabs ahead of single line comment (#289) fixes #288 Signed-off-by: Xavier Coulon --- pkg/parser/asciidoc-grammar.peg | 2 +- pkg/parser/asciidoc_parser.go | 20458 +++++++++++++++--------------- pkg/parser/comment_test.go | 37 + 3 files changed, 10347 insertions(+), 10150 deletions(-) diff --git a/pkg/parser/asciidoc-grammar.peg b/pkg/parser/asciidoc-grammar.peg index 071efe57..fdb5f6a6 100644 --- a/pkg/parser/asciidoc-grammar.peg +++ b/pkg/parser/asciidoc-grammar.peg @@ -1166,7 +1166,7 @@ CommentBlockLine <- (Alphanums / Spaces / (!CommentBlockDelimiter !EOL .){ return string(c.text), nil } -SingleLineComment <- !CommentBlockDelimiter "//" content:(SingleLineCommentContent) EOL { +SingleLineComment <- !CommentBlockDelimiter WS* "//" content:(SingleLineCommentContent) EOL { return types.NewSingleLineComment(content.(string)) } diff --git a/pkg/parser/asciidoc_parser.go b/pkg/parser/asciidoc_parser.go index 97e00fc5..6a34320d 100644 --- a/pkg/parser/asciidoc_parser.go +++ b/pkg/parser/asciidoc_parser.go @@ -68,9 +68,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -128,20 +128,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonDocumentBlock15, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock18, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -150,23 +150,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonDocumentBlock21, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -176,20 +176,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock30, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -198,47 +198,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -271,20 +271,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonDocumentBlock48, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock51, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -293,23 +293,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonDocumentBlock54, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -319,20 +319,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock63, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -341,47 +341,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -421,18 +421,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock85, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -452,12 +452,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock91, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -466,23 +466,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock94, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock98, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -500,15 +500,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -545,18 +545,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -576,12 +576,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock119, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -590,23 +590,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock122, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock126, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -624,15 +624,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -700,12 +700,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock147, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -714,23 +714,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock150, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock154, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -748,15 +748,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -819,18 +819,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock175, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -855,12 +855,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock182, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -869,23 +869,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock185, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock189, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -903,24 +903,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -970,12 +970,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock209, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -984,23 +984,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock212, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock216, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1015,24 +1015,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -1099,18 +1099,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock240, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1135,12 +1135,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock247, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -1149,23 +1149,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock250, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock254, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1183,24 +1183,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -1268,18 +1268,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock279, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1334,18 +1334,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock295, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1370,12 +1370,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock302, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -1384,23 +1384,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock305, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock309, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1418,24 +1418,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -1485,12 +1485,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock329, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -1499,23 +1499,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock332, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock336, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1530,24 +1530,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -1614,18 +1614,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock360, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1650,12 +1650,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock367, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -1664,23 +1664,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock370, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock374, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1698,24 +1698,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -1783,18 +1783,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock399, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1916,18 +1916,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock427, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -1985,10 +1985,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentBlock444, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -2003,12 +2003,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock449, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2017,23 +2017,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock452, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock456, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2106,12 +2106,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock473, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2120,23 +2120,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock476, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock480, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2198,18 +2198,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock496, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2262,10 +2262,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentBlock510, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -2280,12 +2280,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentBlock515, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2294,23 +2294,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentBlock518, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock522, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2374,18 +2374,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock538, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2414,18 +2414,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentBlock544, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2434,24 +2434,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -2505,24 +2505,24 @@ var g = &grammar{ ignoreCase: false, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -2539,12 +2539,12 @@ var g = &grammar{ pos: position{line: 37, col: 28, offset: 1198}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonFrontMatter13, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2553,23 +2553,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonFrontMatter16, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFrontMatter20, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2595,24 +2595,24 @@ var g = &grammar{ ignoreCase: false, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -2637,24 +2637,24 @@ var g = &grammar{ ignoreCase: false, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -2697,18 +2697,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 53, col: 30, offset: 1867}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader13, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2738,18 +2738,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 19, offset: 2136}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader24, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2772,12 +2772,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader31, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2810,15 +2810,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -2830,18 +2830,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader47, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2861,18 +2861,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader53, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2901,12 +2901,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader61, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -2939,15 +2939,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -2959,18 +2959,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader77, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -2990,18 +2990,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader83, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3031,12 +3031,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader91, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3069,15 +3069,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -3089,18 +3089,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader107, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3120,18 +3120,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3169,12 +3169,12 @@ var g = &grammar{ pos: position{line: 72, col: 35, offset: 2626}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader123, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3199,24 +3199,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 72, col: 53, offset: 2644}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -3245,18 +3245,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 159, offset: 2276}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader141, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3275,18 +3275,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 168, offset: 2285}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader148, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3300,24 +3300,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -3334,18 +3334,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 57, col: 33, offset: 2004}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader160, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3370,18 +3370,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 19, offset: 2136}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader169, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3404,12 +3404,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader176, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3442,15 +3442,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -3462,18 +3462,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader192, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3493,18 +3493,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader198, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3533,12 +3533,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader61, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3571,15 +3571,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -3591,18 +3591,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader77, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3622,18 +3622,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader83, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3663,12 +3663,12 @@ var g = &grammar{ pos: position{line: 66, col: 28, offset: 2477}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader91, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3701,15 +3701,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 51, offset: 2500}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -3721,18 +3721,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 66, col: 60, offset: 2509}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader107, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3752,18 +3752,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 68, col: 5, offset: 2552}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3801,12 +3801,12 @@ var g = &grammar{ pos: position{line: 72, col: 35, offset: 2626}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader123, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -3831,24 +3831,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 72, col: 53, offset: 2644}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -3877,18 +3877,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 159, offset: 2276}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader286, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3907,18 +3907,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 61, col: 168, offset: 2285}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader293, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3951,18 +3951,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 80, col: 21, offset: 2879}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader302, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -3998,10 +3998,10 @@ var g = &grammar{ ignoreCase: true, }, &actionExpr{ - pos: position{line: 1308, col: 10, offset: 50124}, + pos: position{line: 1308, col: 10, offset: 50128}, run: (*parser).callonDocumentHeader312, expr: &charClassMatcher{ - pos: position{line: 1308, col: 10, offset: 50124}, + pos: position{line: 1308, col: 10, offset: 50128}, val: "[0-9]", ranges: []rune{'0', '9'}, ignoreCase: false, @@ -4014,12 +4014,12 @@ var g = &grammar{ pos: position{line: 85, col: 40, offset: 3214}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader316, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4028,23 +4028,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentHeader319, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader323, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4062,24 +4062,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 85, col: 62, offset: 3236}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4128,10 +4128,10 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1308, col: 10, offset: 50124}, + pos: position{line: 1308, col: 10, offset: 50128}, run: (*parser).callonDocumentHeader342, expr: &charClassMatcher{ - pos: position{line: 1308, col: 10, offset: 50124}, + pos: position{line: 1308, col: 10, offset: 50128}, val: "[0-9]", ranges: []rune{'0', '9'}, ignoreCase: false, @@ -4144,12 +4144,12 @@ var g = &grammar{ pos: position{line: 89, col: 19, offset: 3342}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader346, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4158,23 +4158,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentHeader349, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader353, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4189,24 +4189,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 89, col: 41, offset: 3364}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4239,18 +4239,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 89, col: 62, offset: 3385}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader370, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4295,12 +4295,12 @@ var g = &grammar{ pos: position{line: 93, col: 26, offset: 3455}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader381, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4309,23 +4309,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentHeader384, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader388, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4343,24 +4343,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 93, col: 48, offset: 3477}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4408,12 +4408,12 @@ var g = &grammar{ pos: position{line: 99, col: 28, offset: 3590}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader408, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4422,23 +4422,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentHeader411, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader415, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4456,24 +4456,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 99, col: 50, offset: 3612}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4492,24 +4492,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4578,18 +4578,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 108, col: 70, offset: 3877}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader447, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4598,24 +4598,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4674,18 +4674,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 110, col: 42, offset: 3997}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader467, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4705,12 +4705,12 @@ var g = &grammar{ pos: position{line: 131, col: 28, offset: 4814}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentHeader473, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4719,23 +4719,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentHeader476, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentHeader480, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4753,15 +4753,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 131, col: 50, offset: 4836}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -4782,24 +4782,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4827,9 +4827,9 @@ var g = &grammar{ ¬Expr{ pos: position{line: 140, col: 20, offset: 5051}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4840,35 +4840,35 @@ var g = &grammar{ pos: position{line: 141, col: 14, offset: 5138}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonDocumentElement8, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement16, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4877,24 +4877,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -4925,20 +4925,20 @@ var g = &grammar{ pos: position{line: 936, col: 25, offset: 36659}, label: "path", expr: &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonDocumentElement29, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement32, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -4947,23 +4947,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonDocumentElement35, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -4973,20 +4973,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement44, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -4995,23 +4995,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -5050,12 +5050,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement60, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5064,23 +5064,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement63, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement67, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5147,12 +5147,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement83, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5161,23 +5161,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement86, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement90, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5244,12 +5244,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement106, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5258,23 +5258,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement109, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5382,10 +5382,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement141, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -5400,12 +5400,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement146, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5414,23 +5414,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement149, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement153, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5503,12 +5503,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement170, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5517,23 +5517,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement173, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement177, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5595,18 +5595,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement193, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5659,10 +5659,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement207, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -5677,12 +5677,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement212, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5691,23 +5691,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement215, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement219, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5771,18 +5771,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement235, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5828,12 +5828,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement245, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5842,23 +5842,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement248, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement252, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -5925,12 +5925,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement268, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -5939,23 +5939,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement271, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement275, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6063,10 +6063,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement303, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -6081,12 +6081,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement308, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6095,23 +6095,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement311, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement315, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6184,12 +6184,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement332, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6198,23 +6198,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement335, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement339, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6276,18 +6276,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement355, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6340,10 +6340,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement369, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -6358,12 +6358,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement374, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6372,23 +6372,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement377, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement381, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6452,18 +6452,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement397, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6509,12 +6509,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement407, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6523,23 +6523,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement410, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement414, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6647,10 +6647,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement442, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -6665,12 +6665,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement447, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6679,23 +6679,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement450, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement454, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6768,12 +6768,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement471, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6782,23 +6782,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement474, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement478, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6860,18 +6860,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement494, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -6924,10 +6924,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement508, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -6942,12 +6942,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement513, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -6956,23 +6956,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement516, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement520, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7036,18 +7036,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement536, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7131,10 +7131,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement557, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -7149,12 +7149,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement562, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -7163,23 +7163,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement565, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement569, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7252,12 +7252,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement586, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -7266,23 +7266,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement589, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement593, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7344,18 +7344,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement609, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7408,10 +7408,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonDocumentElement623, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -7426,12 +7426,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement628, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -7440,23 +7440,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement631, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement635, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7520,18 +7520,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement651, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7560,18 +7560,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 936, col: 71, offset: 36705}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement657, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7580,24 +7580,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7627,18 +7627,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement672, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7647,24 +7647,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7701,18 +7701,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement692, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7721,24 +7721,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7749,9 +7749,9 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1035, col: 44, offset: 40809}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7767,12 +7767,12 @@ var g = &grammar{ pos: position{line: 1039, col: 29, offset: 40926}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement706, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -7781,23 +7781,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement709, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement713, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7825,18 +7825,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement723, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7845,24 +7845,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7873,24 +7873,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1039, col: 74, offset: 40971}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7908,24 +7908,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7952,18 +7952,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement748, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -7972,24 +7972,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -7997,9 +7997,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8025,18 +8025,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1159, col: 39, offset: 45337}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement764, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8045,15 +8045,15 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -8078,12 +8078,12 @@ var g = &grammar{ pos: position{line: 1163, col: 22, offset: 45535}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDocumentElement775, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -8092,23 +8092,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDocumentElement778, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement782, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8134,24 +8134,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1163, col: 67, offset: 45580}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8167,24 +8167,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8208,18 +8208,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1159, col: 104, offset: 45402}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDocumentElement806, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8228,24 +8228,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8253,9 +8253,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8277,29 +8277,51 @@ var g = &grammar{ ignoreCase: false, }, }, + &zeroOrMoreExpr{ + pos: position{line: 1169, col: 45, offset: 45709}, + expr: &choiceExpr{ + pos: position{line: 1312, col: 7, offset: 50176}, + alternatives: []interface{}{ + &litMatcher{ + pos: position{line: 1312, col: 7, offset: 50176}, + val: " ", + ignoreCase: false, + }, + &actionExpr{ + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement822, + expr: &litMatcher{ + pos: position{line: 1312, col: 13, offset: 50182}, + val: "\t", + ignoreCase: false, + }, + }, + }, + }, + }, &litMatcher{ - pos: position{line: 1169, col: 45, offset: 45709}, + pos: position{line: 1169, col: 49, offset: 45713}, val: "//", ignoreCase: false, }, &labeledExpr{ - pos: position{line: 1169, col: 50, offset: 45714}, + pos: position{line: 1169, col: 54, offset: 45718}, label: "content", expr: &actionExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, - run: (*parser).callonDocumentElement821, + pos: position{line: 1173, col: 29, offset: 45846}, + run: (*parser).callonDocumentElement826, expr: &zeroOrMoreExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, + pos: position{line: 1173, col: 29, offset: 45846}, expr: &choiceExpr{ - pos: position{line: 1173, col: 30, offset: 45843}, + pos: position{line: 1173, col: 30, offset: 45847}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement824, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement829, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -8308,23 +8330,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement827, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement832, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement831, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement836, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8334,39 +8356,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1173, col: 51, offset: 45864}, - run: (*parser).callonDocumentElement833, + pos: position{line: 1173, col: 51, offset: 45868}, + run: (*parser).callonDocumentElement838, expr: &seqExpr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1173, col: 58, offset: 45871, + line: 1173, col: 58, offset: 45875, }, }, }, @@ -8377,24 +8399,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8415,39 +8437,39 @@ var g = &grammar{ name: "Table", }, &actionExpr{ - pos: position{line: 1188, col: 31, offset: 46454}, - run: (*parser).callonDocumentElement850, + pos: position{line: 1188, col: 31, offset: 46458}, + run: (*parser).callonDocumentElement855, expr: &labeledExpr{ - pos: position{line: 1188, col: 31, offset: 46454}, + pos: position{line: 1188, col: 31, offset: 46458}, label: "lines", expr: &actionExpr{ - pos: position{line: 1194, col: 5, offset: 46719}, - run: (*parser).callonDocumentElement852, + pos: position{line: 1194, col: 5, offset: 46723}, + run: (*parser).callonDocumentElement857, expr: &seqExpr{ - pos: position{line: 1194, col: 5, offset: 46719}, + pos: position{line: 1194, col: 5, offset: 46723}, exprs: []interface{}{ &labeledExpr{ - pos: position{line: 1194, col: 5, offset: 46719}, + pos: position{line: 1194, col: 5, offset: 46723}, label: "firstLine", expr: &actionExpr{ - pos: position{line: 1194, col: 16, offset: 46730}, - run: (*parser).callonDocumentElement855, + pos: position{line: 1194, col: 16, offset: 46734}, + run: (*parser).callonDocumentElement860, expr: &seqExpr{ - pos: position{line: 1194, col: 16, offset: 46730}, + pos: position{line: 1194, col: 16, offset: 46734}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement859, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement864, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8455,17 +8477,17 @@ var g = &grammar{ }, }, &oneOrMoreExpr{ - pos: position{line: 1194, col: 19, offset: 46733}, + pos: position{line: 1194, col: 19, offset: 46737}, expr: &choiceExpr{ - pos: position{line: 1194, col: 20, offset: 46734}, + pos: position{line: 1194, col: 20, offset: 46738}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement863, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement868, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -8474,23 +8496,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement866, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement871, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement870, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement875, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8500,39 +8522,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1194, col: 41, offset: 46755}, - run: (*parser).callonDocumentElement872, + pos: position{line: 1194, col: 41, offset: 46759}, + run: (*parser).callonDocumentElement877, expr: &seqExpr{ - pos: position{line: 1194, col: 42, offset: 46756}, + pos: position{line: 1194, col: 42, offset: 46760}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1194, col: 42, offset: 46756}, + pos: position{line: 1194, col: 42, offset: 46760}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1194, col: 48, offset: 46762, + line: 1194, col: 48, offset: 46766, }, }, }, @@ -8545,71 +8567,71 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, &labeledExpr{ - pos: position{line: 1199, col: 5, offset: 46916}, + pos: position{line: 1199, col: 5, offset: 46920}, label: "otherLines", expr: &zeroOrMoreExpr{ - pos: position{line: 1199, col: 16, offset: 46927}, + pos: position{line: 1199, col: 16, offset: 46931}, expr: &actionExpr{ - pos: position{line: 1200, col: 9, offset: 46937}, - run: (*parser).callonDocumentElement888, + pos: position{line: 1200, col: 9, offset: 46941}, + run: (*parser).callonDocumentElement893, expr: &seqExpr{ - pos: position{line: 1200, col: 9, offset: 46937}, + pos: position{line: 1200, col: 9, offset: 46941}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1200, col: 9, offset: 46937}, + pos: position{line: 1200, col: 9, offset: 46941}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, - run: (*parser).callonDocumentElement891, + pos: position{line: 1259, col: 14, offset: 49005}, + run: (*parser).callonDocumentElement896, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement899, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement904, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8618,24 +8640,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8645,23 +8667,23 @@ var g = &grammar{ }, }, &labeledExpr{ - pos: position{line: 1201, col: 9, offset: 46957}, + pos: position{line: 1201, col: 9, offset: 46961}, label: "otherLine", expr: &actionExpr{ - pos: position{line: 1201, col: 20, offset: 46968}, - run: (*parser).callonDocumentElement907, + pos: position{line: 1201, col: 20, offset: 46972}, + run: (*parser).callonDocumentElement912, expr: &oneOrMoreExpr{ - pos: position{line: 1201, col: 20, offset: 46968}, + pos: position{line: 1201, col: 20, offset: 46972}, expr: &choiceExpr{ - pos: position{line: 1201, col: 21, offset: 46969}, + pos: position{line: 1201, col: 21, offset: 46973}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement910, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement915, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -8670,23 +8692,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement913, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement918, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement917, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement922, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8696,39 +8718,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1201, col: 42, offset: 46990}, - run: (*parser).callonDocumentElement919, + pos: position{line: 1201, col: 42, offset: 46994}, + run: (*parser).callonDocumentElement924, expr: &seqExpr{ - pos: position{line: 1201, col: 43, offset: 46991}, + pos: position{line: 1201, col: 43, offset: 46995}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1201, col: 43, offset: 46991}, + pos: position{line: 1201, col: 43, offset: 46995}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1201, col: 49, offset: 46997, + line: 1201, col: 49, offset: 47001, }, }, }, @@ -8739,24 +8761,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8772,31 +8794,31 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1212, col: 39, offset: 47372}, - run: (*parser).callonDocumentElement933, + pos: position{line: 1212, col: 39, offset: 47376}, + run: (*parser).callonDocumentElement938, expr: &seqExpr{ - pos: position{line: 1212, col: 39, offset: 47372}, + pos: position{line: 1212, col: 39, offset: 47376}, exprs: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, &zeroOrMoreExpr{ - pos: position{line: 1212, col: 61, offset: 47394}, + pos: position{line: 1212, col: 61, offset: 47398}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement939, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement944, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8805,15 +8827,15 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -8822,40 +8844,40 @@ var g = &grammar{ }, }, &labeledExpr{ - pos: position{line: 1212, col: 73, offset: 47406}, + pos: position{line: 1212, col: 73, offset: 47410}, label: "lines", expr: &actionExpr{ - pos: position{line: 1217, col: 44, offset: 47679}, - run: (*parser).callonDocumentElement945, + pos: position{line: 1217, col: 44, offset: 47683}, + run: (*parser).callonDocumentElement950, expr: &labeledExpr{ - pos: position{line: 1217, col: 44, offset: 47679}, + pos: position{line: 1217, col: 44, offset: 47683}, label: "lines", expr: &zeroOrMoreExpr{ - pos: position{line: 1217, col: 50, offset: 47685}, + pos: position{line: 1217, col: 50, offset: 47689}, expr: &actionExpr{ - pos: position{line: 1222, col: 5, offset: 47825}, - run: (*parser).callonDocumentElement948, + pos: position{line: 1222, col: 5, offset: 47829}, + run: (*parser).callonDocumentElement953, expr: &seqExpr{ - pos: position{line: 1222, col: 5, offset: 47825}, + pos: position{line: 1222, col: 5, offset: 47829}, exprs: []interface{}{ &labeledExpr{ - pos: position{line: 1222, col: 5, offset: 47825}, + pos: position{line: 1222, col: 5, offset: 47829}, label: "line", expr: &actionExpr{ - pos: position{line: 1222, col: 11, offset: 47831}, - run: (*parser).callonDocumentElement951, + pos: position{line: 1222, col: 11, offset: 47835}, + run: (*parser).callonDocumentElement956, expr: &zeroOrMoreExpr{ - pos: position{line: 1222, col: 11, offset: 47831}, + pos: position{line: 1222, col: 11, offset: 47835}, expr: &choiceExpr{ - pos: position{line: 1222, col: 12, offset: 47832}, + pos: position{line: 1222, col: 12, offset: 47836}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement954, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement959, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -8864,23 +8886,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement957, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement962, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement961, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement966, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -8890,47 +8912,47 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1222, col: 33, offset: 47853}, - run: (*parser).callonDocumentElement963, + pos: position{line: 1222, col: 33, offset: 47857}, + run: (*parser).callonDocumentElement968, expr: &seqExpr{ - pos: position{line: 1222, col: 34, offset: 47854}, + pos: position{line: 1222, col: 34, offset: 47858}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1222, col: 34, offset: 47854}, + pos: position{line: 1222, col: 34, offset: 47858}, expr: &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1222, col: 57, offset: 47877}, + pos: position{line: 1222, col: 57, offset: 47881}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1222, col: 62, offset: 47882, + line: 1222, col: 62, offset: 47886, }, }, }, @@ -8941,24 +8963,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -8971,31 +8993,31 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1212, col: 122, offset: 47455}, + pos: position{line: 1212, col: 122, offset: 47459}, alternatives: []interface{}{ &seqExpr{ - pos: position{line: 1212, col: 123, offset: 47456}, + pos: position{line: 1212, col: 123, offset: 47460}, exprs: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, &zeroOrMoreExpr{ - pos: position{line: 1212, col: 145, offset: 47478}, + pos: position{line: 1212, col: 145, offset: 47482}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement985, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement990, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9004,24 +9026,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -9029,9 +9051,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -9040,43 +9062,43 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1231, col: 34, offset: 48132}, - run: (*parser).callonDocumentElement994, + pos: position{line: 1231, col: 34, offset: 48136}, + run: (*parser).callonDocumentElement999, expr: &seqExpr{ - pos: position{line: 1231, col: 34, offset: 48132}, + pos: position{line: 1231, col: 34, offset: 48136}, exprs: []interface{}{ &labeledExpr{ - pos: position{line: 1231, col: 34, offset: 48132}, + pos: position{line: 1231, col: 34, offset: 48136}, label: "attributes", expr: &seqExpr{ - pos: position{line: 1231, col: 46, offset: 48144}, + pos: position{line: 1231, col: 46, offset: 48148}, exprs: []interface{}{ &actionExpr{ - pos: position{line: 1239, col: 21, offset: 48426}, - run: (*parser).callonDocumentElement998, + pos: position{line: 1239, col: 21, offset: 48430}, + run: (*parser).callonDocumentElement1003, expr: &seqExpr{ - pos: position{line: 1239, col: 21, offset: 48426}, + pos: position{line: 1239, col: 21, offset: 48430}, exprs: []interface{}{ &litMatcher{ - pos: position{line: 1239, col: 21, offset: 48426}, + pos: position{line: 1239, col: 21, offset: 48430}, val: "[literal]", ignoreCase: false, }, &zeroOrMoreExpr{ - pos: position{line: 1239, col: 33, offset: 48438}, + pos: position{line: 1239, col: 33, offset: 48442}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1004, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1009, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9085,15 +9107,15 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9105,10 +9127,10 @@ var g = &grammar{ }, }, &zeroOrMoreExpr{ - pos: position{line: 1231, col: 63, offset: 48161}, + pos: position{line: 1231, col: 63, offset: 48165}, expr: &actionExpr{ pos: position{line: 165, col: 21, offset: 5795}, - run: (*parser).callonDocumentElement1010, + run: (*parser).callonDocumentElement1015, expr: &seqExpr{ pos: position{line: 165, col: 21, offset: 5795}, exprs: []interface{}{ @@ -9130,7 +9152,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 175, col: 14, offset: 6348}, - run: (*parser).callonDocumentElement1016, + run: (*parser).callonDocumentElement1021, expr: &seqExpr{ pos: position{line: 175, col: 14, offset: 6348}, exprs: []interface{}{ @@ -9143,20 +9165,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonDocumentElement1020, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonDocumentElement1025, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1023, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1028, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9165,23 +9187,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonDocumentElement1026, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonDocumentElement1031, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9191,20 +9213,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1035, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1040, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9213,47 +9235,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -9273,7 +9295,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 177, col: 5, offset: 6415}, - run: (*parser).callonDocumentElement1049, + run: (*parser).callonDocumentElement1054, expr: &seqExpr{ pos: position{line: 177, col: 5, offset: 6415}, exprs: []interface{}{ @@ -9286,20 +9308,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonDocumentElement1053, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonDocumentElement1058, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1056, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1061, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9308,23 +9330,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonDocumentElement1059, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonDocumentElement1064, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9334,20 +9356,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1068, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1073, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9356,47 +9378,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -9416,7 +9438,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 17, offset: 6731}, - run: (*parser).callonDocumentElement1082, + run: (*parser).callonDocumentElement1087, expr: &seqExpr{ pos: position{line: 187, col: 17, offset: 6731}, exprs: []interface{}{ @@ -9436,18 +9458,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1090, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1095, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9460,19 +9482,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 187, col: 37, offset: 6751}, - run: (*parser).callonDocumentElement1093, + run: (*parser).callonDocumentElement1098, expr: &oneOrMoreExpr{ pos: position{line: 187, col: 37, offset: 6751}, expr: &choiceExpr{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1096, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1101, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9481,23 +9503,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1099, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1104, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1103, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1108, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9508,22 +9530,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 59, offset: 6773}, - run: (*parser).callonDocumentElement1105, + run: (*parser).callonDocumentElement1110, expr: &seqExpr{ pos: position{line: 187, col: 60, offset: 6774}, exprs: []interface{}{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9548,7 +9570,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 16, offset: 7022}, - run: (*parser).callonDocumentElement1112, + run: (*parser).callonDocumentElement1117, expr: &seqExpr{ pos: position{line: 197, col: 16, offset: 7022}, exprs: []interface{}{ @@ -9560,18 +9582,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1118, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1123, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9584,19 +9606,19 @@ var g = &grammar{ label: "role", expr: &actionExpr{ pos: position{line: 197, col: 31, offset: 7037}, - run: (*parser).callonDocumentElement1121, + run: (*parser).callonDocumentElement1126, expr: &oneOrMoreExpr{ pos: position{line: 197, col: 31, offset: 7037}, expr: &choiceExpr{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1124, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1129, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9605,23 +9627,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1127, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1132, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1131, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1136, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9632,22 +9654,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 53, offset: 7059}, - run: (*parser).callonDocumentElement1133, + run: (*parser).callonDocumentElement1138, expr: &seqExpr{ pos: position{line: 197, col: 54, offset: 7060}, exprs: []interface{}{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9685,7 +9707,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 211, col: 21, offset: 7513}, - run: (*parser).callonDocumentElement1143, + run: (*parser).callonDocumentElement1148, expr: &litMatcher{ pos: position{line: 211, col: 21, offset: 7513}, val: "[source]", @@ -9694,7 +9716,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 5, offset: 7571}, - run: (*parser).callonDocumentElement1145, + run: (*parser).callonDocumentElement1150, expr: &seqExpr{ pos: position{line: 213, col: 5, offset: 7571}, exprs: []interface{}{ @@ -9708,19 +9730,19 @@ var g = &grammar{ label: "language", expr: &actionExpr{ pos: position{line: 213, col: 26, offset: 7592}, - run: (*parser).callonDocumentElement1149, + run: (*parser).callonDocumentElement1154, expr: &oneOrMoreExpr{ pos: position{line: 213, col: 26, offset: 7592}, expr: &choiceExpr{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1152, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1157, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9729,23 +9751,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1155, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1160, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1159, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1164, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9756,22 +9778,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 48, offset: 7614}, - run: (*parser).callonDocumentElement1161, + run: (*parser).callonDocumentElement1166, expr: &seqExpr{ pos: position{line: 213, col: 49, offset: 7615}, exprs: []interface{}{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -9809,7 +9831,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 248, col: 20, offset: 8678}, - run: (*parser).callonDocumentElement1171, + run: (*parser).callonDocumentElement1176, expr: &seqExpr{ pos: position{line: 248, col: 20, offset: 8678}, exprs: []interface{}{ @@ -9823,7 +9845,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonDocumentElement1175, + run: (*parser).callonDocumentElement1180, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -9834,18 +9856,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1180, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1185, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9863,19 +9885,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonDocumentElement1184, + run: (*parser).callonDocumentElement1189, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1187, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1192, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9884,23 +9906,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1190, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1195, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1194, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1199, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -9911,31 +9933,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonDocumentElement1196, + run: (*parser).callonDocumentElement1201, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -9978,19 +10000,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonDocumentElement1211, + run: (*parser).callonDocumentElement1216, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1214, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1219, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -9999,23 +10021,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1217, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1222, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1221, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1226, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10030,24 +10052,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -10089,7 +10111,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 252, col: 1, offset: 8878}, - run: (*parser).callonDocumentElement1236, + run: (*parser).callonDocumentElement1241, expr: &seqExpr{ pos: position{line: 252, col: 1, offset: 8878}, exprs: []interface{}{ @@ -10103,7 +10125,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonDocumentElement1240, + run: (*parser).callonDocumentElement1245, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -10114,18 +10136,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1245, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1250, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10143,19 +10165,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonDocumentElement1249, + run: (*parser).callonDocumentElement1254, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1252, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1257, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -10164,23 +10186,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1255, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1260, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1259, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1264, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10191,31 +10213,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonDocumentElement1261, + run: (*parser).callonDocumentElement1266, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -10258,7 +10280,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 256, col: 1, offset: 9043}, - run: (*parser).callonDocumentElement1275, + run: (*parser).callonDocumentElement1280, expr: &seqExpr{ pos: position{line: 256, col: 1, offset: 9043}, exprs: []interface{}{ @@ -10272,7 +10294,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonDocumentElement1279, + run: (*parser).callonDocumentElement1284, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -10283,18 +10305,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1284, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1289, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10312,7 +10334,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 264, col: 20, offset: 9211}, - run: (*parser).callonDocumentElement1287, + run: (*parser).callonDocumentElement1292, expr: &seqExpr{ pos: position{line: 264, col: 20, offset: 9211}, exprs: []interface{}{ @@ -10324,7 +10346,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 264, col: 31, offset: 9222}, - run: (*parser).callonDocumentElement1291, + run: (*parser).callonDocumentElement1296, expr: &seqExpr{ pos: position{line: 264, col: 31, offset: 9222}, exprs: []interface{}{ @@ -10338,7 +10360,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonDocumentElement1295, + run: (*parser).callonDocumentElement1300, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -10349,18 +10371,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1300, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1305, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10378,19 +10400,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonDocumentElement1304, + run: (*parser).callonDocumentElement1309, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1307, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1312, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -10399,23 +10421,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1310, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1315, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1314, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1319, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10426,31 +10448,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonDocumentElement1316, + run: (*parser).callonDocumentElement1321, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -10493,19 +10515,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonDocumentElement1331, + run: (*parser).callonDocumentElement1336, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1334, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1339, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -10514,23 +10536,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1337, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1342, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1341, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1346, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10545,24 +10567,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -10604,7 +10626,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 268, col: 5, offset: 9438}, - run: (*parser).callonDocumentElement1356, + run: (*parser).callonDocumentElement1361, expr: &seqExpr{ pos: position{line: 268, col: 5, offset: 9438}, exprs: []interface{}{ @@ -10618,7 +10640,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonDocumentElement1360, + run: (*parser).callonDocumentElement1365, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -10629,18 +10651,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1365, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1370, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10658,19 +10680,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonDocumentElement1369, + run: (*parser).callonDocumentElement1374, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1372, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1377, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -10679,23 +10701,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1375, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1380, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1379, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1384, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10706,31 +10728,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonDocumentElement1381, + run: (*parser).callonDocumentElement1386, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -10773,7 +10795,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 272, col: 5, offset: 9619}, - run: (*parser).callonDocumentElement1395, + run: (*parser).callonDocumentElement1400, expr: &seqExpr{ pos: position{line: 272, col: 5, offset: 9619}, exprs: []interface{}{ @@ -10787,7 +10809,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonDocumentElement1399, + run: (*parser).callonDocumentElement1404, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -10798,18 +10820,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1404, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1409, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10830,14 +10852,14 @@ var g = &grammar{ }, &stateCodeExpr{ pos: position{line: 276, col: 1, offset: 9720}, - run: (*parser).callonDocumentElement1407, + run: (*parser).callonDocumentElement1412, }, }, }, }, &actionExpr{ pos: position{line: 206, col: 30, offset: 7315}, - run: (*parser).callonDocumentElement1408, + run: (*parser).callonDocumentElement1413, expr: &seqExpr{ pos: position{line: 206, col: 30, offset: 7315}, exprs: []interface{}{ @@ -10854,7 +10876,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 604, col: 19, offset: 21936}, - run: (*parser).callonDocumentElement1413, + run: (*parser).callonDocumentElement1418, expr: &litMatcher{ pos: position{line: 604, col: 19, offset: 21936}, val: "TIP", @@ -10863,7 +10885,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 606, col: 9, offset: 21982}, - run: (*parser).callonDocumentElement1415, + run: (*parser).callonDocumentElement1420, expr: &litMatcher{ pos: position{line: 606, col: 9, offset: 21982}, val: "NOTE", @@ -10872,7 +10894,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 608, col: 9, offset: 22030}, - run: (*parser).callonDocumentElement1417, + run: (*parser).callonDocumentElement1422, expr: &litMatcher{ pos: position{line: 608, col: 9, offset: 22030}, val: "IMPORTANT", @@ -10881,7 +10903,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 610, col: 9, offset: 22088}, - run: (*parser).callonDocumentElement1419, + run: (*parser).callonDocumentElement1424, expr: &litMatcher{ pos: position{line: 610, col: 9, offset: 22088}, val: "WARNING", @@ -10890,7 +10912,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 612, col: 9, offset: 22142}, - run: (*parser).callonDocumentElement1421, + run: (*parser).callonDocumentElement1426, expr: &litMatcher{ pos: position{line: 612, col: 9, offset: 22142}, val: "CAUTION", @@ -10910,7 +10932,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 244, col: 21, offset: 8575}, - run: (*parser).callonDocumentElement1424, + run: (*parser).callonDocumentElement1429, expr: &litMatcher{ pos: position{line: 244, col: 21, offset: 8575}, val: "[horizontal]", @@ -10919,7 +10941,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 222, col: 19, offset: 7871}, - run: (*parser).callonDocumentElement1426, + run: (*parser).callonDocumentElement1431, expr: &seqExpr{ pos: position{line: 222, col: 19, offset: 7871}, exprs: []interface{}{ @@ -10931,18 +10953,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1432, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1437, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -10960,7 +10982,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 226, col: 21, offset: 8003}, - run: (*parser).callonDocumentElement1437, + run: (*parser).callonDocumentElement1442, expr: &seqExpr{ pos: position{line: 226, col: 21, offset: 8003}, exprs: []interface{}{ @@ -10969,7 +10991,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonDocumentElement1440, + run: (*parser).callonDocumentElement1445, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -10977,7 +10999,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonDocumentElement1443, + run: (*parser).callonDocumentElement1448, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -10989,7 +11011,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonDocumentElement1446, + run: (*parser).callonDocumentElement1451, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -11000,10 +11022,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonDocumentElement1449, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonDocumentElement1454, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -11018,12 +11040,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1454, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1459, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -11032,23 +11054,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1457, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1462, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1461, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1466, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11059,7 +11081,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonDocumentElement1463, + run: (*parser).callonDocumentElement1468, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -11111,7 +11133,7 @@ var g = &grammar{ label: "value", expr: &actionExpr{ pos: position{line: 238, col: 19, offset: 8435}, - run: (*parser).callonDocumentElement1474, + run: (*parser).callonDocumentElement1479, expr: &labeledExpr{ pos: position{line: 238, col: 19, offset: 8435}, label: "value", @@ -11121,12 +11143,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1478, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1483, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -11135,23 +11157,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1481, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1486, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1485, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1490, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11162,7 +11184,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 238, col: 47, offset: 8463}, - run: (*parser).callonDocumentElement1487, + run: (*parser).callonDocumentElement1492, expr: &seqExpr{ pos: position{line: 238, col: 48, offset: 8464}, exprs: []interface{}{ @@ -11213,18 +11235,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1501, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1506, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11237,7 +11259,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 228, col: 5, offset: 8138}, - run: (*parser).callonDocumentElement1503, + run: (*parser).callonDocumentElement1508, expr: &seqExpr{ pos: position{line: 228, col: 5, offset: 8138}, exprs: []interface{}{ @@ -11246,7 +11268,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonDocumentElement1506, + run: (*parser).callonDocumentElement1511, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -11254,7 +11276,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonDocumentElement1509, + run: (*parser).callonDocumentElement1514, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -11266,7 +11288,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonDocumentElement1512, + run: (*parser).callonDocumentElement1517, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -11277,10 +11299,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonDocumentElement1515, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonDocumentElement1520, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -11295,12 +11317,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1520, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1525, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -11309,23 +11331,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1523, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1528, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1527, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1532, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11336,7 +11358,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonDocumentElement1529, + run: (*parser).callonDocumentElement1534, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -11389,18 +11411,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1543, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1548, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11429,18 +11451,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1549, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1554, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11449,24 +11471,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -11479,63 +11501,63 @@ var g = &grammar{ }, }, &labeledExpr{ - pos: position{line: 1231, col: 82, offset: 48180}, + pos: position{line: 1231, col: 82, offset: 48184}, label: "lines", expr: &actionExpr{ - pos: position{line: 1244, col: 39, offset: 48569}, - run: (*parser).callonDocumentElement1557, + pos: position{line: 1244, col: 39, offset: 48573}, + run: (*parser).callonDocumentElement1562, expr: &labeledExpr{ - pos: position{line: 1244, col: 39, offset: 48569}, + pos: position{line: 1244, col: 39, offset: 48573}, label: "lines", expr: &oneOrMoreExpr{ - pos: position{line: 1244, col: 45, offset: 48575}, + pos: position{line: 1244, col: 45, offset: 48579}, expr: &actionExpr{ - pos: position{line: 1248, col: 38, offset: 48693}, - run: (*parser).callonDocumentElement1560, + pos: position{line: 1248, col: 38, offset: 48697}, + run: (*parser).callonDocumentElement1565, expr: &seqExpr{ - pos: position{line: 1248, col: 38, offset: 48693}, + pos: position{line: 1248, col: 38, offset: 48697}, exprs: []interface{}{ &labeledExpr{ - pos: position{line: 1248, col: 38, offset: 48693}, + pos: position{line: 1248, col: 38, offset: 48697}, label: "line", expr: &actionExpr{ - pos: position{line: 1248, col: 44, offset: 48699}, - run: (*parser).callonDocumentElement1563, + pos: position{line: 1248, col: 44, offset: 48703}, + run: (*parser).callonDocumentElement1568, expr: &seqExpr{ - pos: position{line: 1248, col: 44, offset: 48699}, + pos: position{line: 1248, col: 44, offset: 48703}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1248, col: 44, offset: 48699}, + pos: position{line: 1248, col: 44, offset: 48703}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, - run: (*parser).callonDocumentElement1566, + pos: position{line: 1259, col: 14, offset: 49005}, + run: (*parser).callonDocumentElement1571, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1574, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1579, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11544,24 +11566,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -11571,17 +11593,17 @@ var g = &grammar{ }, }, &oneOrMoreExpr{ - pos: position{line: 1248, col: 57, offset: 48712}, + pos: position{line: 1248, col: 57, offset: 48716}, expr: &choiceExpr{ - pos: position{line: 1248, col: 58, offset: 48713}, + pos: position{line: 1248, col: 58, offset: 48717}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1583, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1588, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -11590,23 +11612,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1586, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1591, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1590, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1595, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11616,39 +11638,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1248, col: 79, offset: 48734}, - run: (*parser).callonDocumentElement1592, + pos: position{line: 1248, col: 79, offset: 48738}, + run: (*parser).callonDocumentElement1597, expr: &seqExpr{ - pos: position{line: 1248, col: 80, offset: 48735}, + pos: position{line: 1248, col: 80, offset: 48739}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1248, col: 80, offset: 48735}, + pos: position{line: 1248, col: 80, offset: 48739}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1248, col: 86, offset: 48741, + line: 1248, col: 86, offset: 48745, }, }, }, @@ -11661,24 +11683,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -11695,7 +11717,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 108, col: 33, offset: 3840}, - run: (*parser).callonDocumentElement1606, + run: (*parser).callonDocumentElement1611, expr: &seqExpr{ pos: position{line: 108, col: 33, offset: 3840}, exprs: []interface{}{ @@ -11709,7 +11731,7 @@ var g = &grammar{ label: "name", expr: &actionExpr{ pos: position{line: 127, col: 26, offset: 4690}, - run: (*parser).callonDocumentElement1610, + run: (*parser).callonDocumentElement1615, expr: &seqExpr{ pos: position{line: 127, col: 26, offset: 4690}, exprs: []interface{}{ @@ -11744,18 +11766,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 108, col: 70, offset: 3877}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1619, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1624, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11764,24 +11786,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -11791,7 +11813,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 110, col: 5, offset: 3960}, - run: (*parser).callonDocumentElement1626, + run: (*parser).callonDocumentElement1631, expr: &seqExpr{ pos: position{line: 110, col: 5, offset: 3960}, exprs: []interface{}{ @@ -11805,7 +11827,7 @@ var g = &grammar{ label: "name", expr: &actionExpr{ pos: position{line: 127, col: 26, offset: 4690}, - run: (*parser).callonDocumentElement1630, + run: (*parser).callonDocumentElement1635, expr: &seqExpr{ pos: position{line: 127, col: 26, offset: 4690}, exprs: []interface{}{ @@ -11840,18 +11862,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 110, col: 42, offset: 3997}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1639, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1644, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11864,19 +11886,19 @@ var g = &grammar{ label: "value", expr: &actionExpr{ pos: position{line: 131, col: 27, offset: 4813}, - run: (*parser).callonDocumentElement1642, + run: (*parser).callonDocumentElement1647, expr: &zeroOrMoreExpr{ pos: position{line: 131, col: 27, offset: 4813}, expr: &choiceExpr{ pos: position{line: 131, col: 28, offset: 4814}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonDocumentElement1645, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonDocumentElement1650, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -11885,23 +11907,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonDocumentElement1648, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonDocumentElement1653, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1652, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1657, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -11912,22 +11934,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 131, col: 49, offset: 4835}, - run: (*parser).callonDocumentElement1654, + run: (*parser).callonDocumentElement1659, expr: &seqExpr{ pos: position{line: 131, col: 50, offset: 4836}, exprs: []interface{}{ ¬Expr{ pos: position{line: 131, col: 50, offset: 4836}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -11948,24 +11970,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -11975,7 +11997,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 114, col: 27, offset: 4139}, - run: (*parser).callonDocumentElement1666, + run: (*parser).callonDocumentElement1671, expr: &seqExpr{ pos: position{line: 114, col: 27, offset: 4139}, exprs: []interface{}{ @@ -11989,7 +12011,7 @@ var g = &grammar{ label: "name", expr: &actionExpr{ pos: position{line: 127, col: 26, offset: 4690}, - run: (*parser).callonDocumentElement1670, + run: (*parser).callonDocumentElement1675, expr: &seqExpr{ pos: position{line: 127, col: 26, offset: 4690}, exprs: []interface{}{ @@ -12024,18 +12046,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 114, col: 65, offset: 4177}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1679, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1684, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12044,24 +12066,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12071,7 +12093,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 116, col: 5, offset: 4249}, - run: (*parser).callonDocumentElement1686, + run: (*parser).callonDocumentElement1691, expr: &seqExpr{ pos: position{line: 116, col: 5, offset: 4249}, exprs: []interface{}{ @@ -12085,7 +12107,7 @@ var g = &grammar{ label: "name", expr: &actionExpr{ pos: position{line: 127, col: 26, offset: 4690}, - run: (*parser).callonDocumentElement1690, + run: (*parser).callonDocumentElement1695, expr: &seqExpr{ pos: position{line: 127, col: 26, offset: 4690}, exprs: []interface{}{ @@ -12120,18 +12142,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 116, col: 43, offset: 4287}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonDocumentElement1699, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonDocumentElement1704, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12140,24 +12162,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12174,15 +12196,15 @@ var g = &grammar{ ignoreCase: false, }, &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -12236,18 +12258,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes11, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12272,12 +12294,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonQuoteAttributes18, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -12286,23 +12308,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonQuoteAttributes21, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes25, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12320,24 +12342,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12387,12 +12409,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonQuoteAttributes45, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -12401,23 +12423,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonQuoteAttributes48, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes52, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12432,24 +12454,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12516,18 +12538,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes76, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12552,12 +12574,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonQuoteAttributes83, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -12566,23 +12588,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonQuoteAttributes86, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes90, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12600,24 +12622,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12685,18 +12707,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteAttributes115, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12757,18 +12779,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes14, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12793,12 +12815,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonVerseAttributes21, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -12807,23 +12829,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonVerseAttributes24, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes28, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12841,24 +12863,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -12908,12 +12930,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonVerseAttributes48, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -12922,23 +12944,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonVerseAttributes51, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes55, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -12953,24 +12975,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -13037,18 +13059,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes79, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13073,12 +13095,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonVerseAttributes86, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -13087,23 +13109,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonVerseAttributes89, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes93, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13121,24 +13143,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -13206,18 +13228,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseAttributes118, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13523,18 +13545,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 331, col: 28, offset: 11260}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13570,20 +13592,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection0Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -13592,23 +13614,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection0Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -13618,20 +13640,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13640,47 +13662,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -13698,18 +13720,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13723,24 +13745,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -13800,20 +13822,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection0TitleWithAttributes15, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes18, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -13822,23 +13844,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection0TitleWithAttributes21, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -13848,20 +13870,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes30, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -13870,47 +13892,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -13943,20 +13965,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection0TitleWithAttributes48, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes51, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -13965,23 +13987,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection0TitleWithAttributes54, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -13991,20 +14013,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes63, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14013,47 +14035,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -14093,18 +14115,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes85, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14124,12 +14146,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes91, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14138,23 +14160,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes94, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes98, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14172,15 +14194,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -14217,18 +14239,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14248,12 +14270,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes119, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14262,23 +14284,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes122, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes126, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14296,15 +14318,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -14372,12 +14394,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes147, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14386,23 +14408,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes150, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes154, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14420,15 +14442,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -14491,18 +14513,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes175, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14527,12 +14549,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes182, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14541,23 +14563,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes185, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes189, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14575,24 +14597,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -14642,12 +14664,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes209, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14656,23 +14678,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes212, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes216, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14687,24 +14709,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -14771,18 +14793,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes240, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14807,12 +14829,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes247, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -14821,23 +14843,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes250, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes254, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -14855,24 +14877,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -14940,18 +14962,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes279, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15006,18 +15028,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes295, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15042,12 +15064,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes302, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15056,23 +15078,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes305, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes309, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15090,24 +15112,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -15157,12 +15179,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes329, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15171,23 +15193,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes332, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes336, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15202,24 +15224,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -15286,18 +15308,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes360, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15322,12 +15344,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes367, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15336,23 +15358,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes370, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes374, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15370,24 +15392,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -15455,18 +15477,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes399, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15588,18 +15610,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes427, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15657,10 +15679,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection0TitleWithAttributes444, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -15675,12 +15697,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes449, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15689,23 +15711,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes452, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes456, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15778,12 +15800,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes473, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15792,23 +15814,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes476, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes480, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15870,18 +15892,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes496, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -15934,10 +15956,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection0TitleWithAttributes510, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -15952,12 +15974,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0TitleWithAttributes515, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -15966,23 +15988,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0TitleWithAttributes518, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes522, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16046,18 +16068,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes538, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16086,18 +16108,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0TitleWithAttributes544, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16106,24 +16128,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -16167,18 +16189,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 331, col: 28, offset: 11260}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16231,20 +16253,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection0Element23, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element26, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16253,23 +16275,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection0Element29, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -16279,20 +16301,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element38, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16301,47 +16323,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -16374,20 +16396,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection0Element56, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element59, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16396,23 +16418,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection0Element62, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -16422,20 +16444,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element71, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16444,47 +16466,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -16524,18 +16546,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element93, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16555,12 +16577,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element99, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16569,23 +16591,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element102, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element106, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16603,15 +16625,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -16648,18 +16670,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element121, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16679,12 +16701,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element127, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16693,23 +16715,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element130, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element134, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16727,15 +16749,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -16803,12 +16825,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element155, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16817,23 +16839,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element158, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element162, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16851,15 +16873,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -16922,18 +16944,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element183, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -16958,12 +16980,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element190, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -16972,23 +16994,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element193, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element197, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17006,24 +17028,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17073,12 +17095,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element217, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -17087,23 +17109,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element220, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element224, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17118,24 +17140,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17202,18 +17224,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element248, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17238,12 +17260,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element255, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -17252,23 +17274,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element258, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element262, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17286,24 +17308,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17371,18 +17393,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element287, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17437,18 +17459,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element303, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17473,12 +17495,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element310, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -17487,23 +17509,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element313, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element317, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17521,24 +17543,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17588,12 +17610,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element337, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -17602,23 +17624,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element340, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element344, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17633,24 +17655,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17717,18 +17739,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element368, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17753,12 +17775,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element375, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -17767,23 +17789,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element378, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element382, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -17801,24 +17823,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -17886,18 +17908,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element407, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18019,18 +18041,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element435, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18088,10 +18110,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection0Element452, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -18106,12 +18128,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element457, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -18120,23 +18142,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element460, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element464, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18209,12 +18231,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element481, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -18223,23 +18245,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element484, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element488, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18301,18 +18323,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element504, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18365,10 +18387,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection0Element518, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -18383,12 +18405,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection0Element523, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -18397,23 +18419,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection0Element526, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element530, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18477,18 +18499,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element546, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18517,18 +18539,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection0Element552, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18537,24 +18559,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -18634,18 +18656,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 353, col: 29, offset: 11995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18681,20 +18703,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection1Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -18703,23 +18725,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection1Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -18729,20 +18751,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18751,47 +18773,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -18809,18 +18831,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18834,24 +18856,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -18882,18 +18904,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 353, col: 29, offset: 11995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -18946,20 +18968,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection1Element23, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element26, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -18968,23 +18990,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection1Element29, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -18994,20 +19016,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element38, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19016,47 +19038,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -19089,20 +19111,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection1Element56, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element59, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19111,23 +19133,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection1Element62, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -19137,20 +19159,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element71, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19159,47 +19181,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -19239,18 +19261,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element93, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19270,12 +19292,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element99, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19284,23 +19306,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element102, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element106, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19318,15 +19340,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -19363,18 +19385,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element121, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19394,12 +19416,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element127, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19408,23 +19430,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element130, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element134, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19442,15 +19464,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -19518,12 +19540,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element155, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19532,23 +19554,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element158, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element162, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19566,15 +19588,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -19637,18 +19659,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element183, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19673,12 +19695,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element190, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19687,23 +19709,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element193, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element197, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19721,24 +19743,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -19788,12 +19810,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element217, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19802,23 +19824,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element220, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element224, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19833,24 +19855,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -19917,18 +19939,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element248, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -19953,12 +19975,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element255, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -19967,23 +19989,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element258, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element262, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20001,24 +20023,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -20086,18 +20108,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element287, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20152,18 +20174,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element303, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20188,12 +20210,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element310, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -20202,23 +20224,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element313, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element317, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20236,24 +20258,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -20303,12 +20325,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element337, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -20317,23 +20339,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element340, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element344, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20348,24 +20370,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -20432,18 +20454,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element368, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20468,12 +20490,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element375, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -20482,23 +20504,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element378, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element382, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20516,24 +20538,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -20601,18 +20623,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element407, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20734,18 +20756,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element435, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20803,10 +20825,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection1Element452, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -20821,12 +20843,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element457, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -20835,23 +20857,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element460, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element464, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -20924,12 +20946,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element481, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -20938,23 +20960,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element484, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element488, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21016,18 +21038,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element504, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21080,10 +21102,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection1Element518, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -21098,12 +21120,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection1Element523, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -21112,23 +21134,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection1Element526, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element530, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21192,18 +21214,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element546, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21232,18 +21254,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection1Element552, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21252,24 +21274,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -21349,18 +21371,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 369, col: 30, offset: 12561}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21396,20 +21418,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection2Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -21418,23 +21440,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection2Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -21444,20 +21466,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21466,47 +21488,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -21524,18 +21546,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21549,24 +21571,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -21597,18 +21619,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 353, col: 29, offset: 11995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21632,18 +21654,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 369, col: 30, offset: 12561}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element17, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21696,20 +21718,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection2Element31, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element34, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -21718,23 +21740,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection2Element37, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -21744,20 +21766,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element46, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21766,47 +21788,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -21839,20 +21861,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection2Element64, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element67, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -21861,23 +21883,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection2Element70, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -21887,20 +21909,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element79, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -21909,47 +21931,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -21989,18 +22011,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element101, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22020,12 +22042,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element107, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22034,23 +22056,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element110, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element114, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22068,15 +22090,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -22113,18 +22135,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element129, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22144,12 +22166,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element135, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22158,23 +22180,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element138, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element142, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22192,15 +22214,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -22268,12 +22290,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element163, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22282,23 +22304,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element166, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element170, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22316,15 +22338,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -22387,18 +22409,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element191, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22423,12 +22445,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element198, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22437,23 +22459,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element201, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element205, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22471,24 +22493,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -22538,12 +22560,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element225, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22552,23 +22574,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element228, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element232, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22583,24 +22605,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -22667,18 +22689,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element256, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22703,12 +22725,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element263, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22717,23 +22739,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element266, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element270, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22751,24 +22773,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -22836,18 +22858,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element295, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22902,18 +22924,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element311, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22938,12 +22960,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element318, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -22952,23 +22974,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element321, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element325, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -22986,24 +23008,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -23053,12 +23075,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element345, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -23067,23 +23089,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element348, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element352, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23098,24 +23120,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -23182,18 +23204,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element376, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23218,12 +23240,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element383, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -23232,23 +23254,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element386, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element390, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23266,24 +23288,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -23351,18 +23373,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element415, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23484,18 +23506,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element443, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23553,10 +23575,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection2Element460, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -23571,12 +23593,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element465, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -23585,23 +23607,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element468, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element472, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23674,12 +23696,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element489, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -23688,23 +23710,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element492, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element496, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23766,18 +23788,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element512, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23830,10 +23852,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection2Element526, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -23848,12 +23870,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection2Element531, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -23862,23 +23884,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection2Element534, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element538, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23942,18 +23964,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element554, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -23982,18 +24004,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection2Element560, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24002,24 +24024,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -24099,18 +24121,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 385, col: 31, offset: 13150}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24146,20 +24168,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection3Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -24168,23 +24190,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection3Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -24194,20 +24216,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24216,47 +24238,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -24274,18 +24296,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24299,24 +24321,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -24347,18 +24369,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 353, col: 29, offset: 11995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24382,18 +24404,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 369, col: 30, offset: 12561}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element17, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24417,18 +24439,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 385, col: 31, offset: 13150}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element25, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24481,20 +24503,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection3Element39, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element42, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -24503,23 +24525,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection3Element45, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -24529,20 +24551,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element54, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24551,47 +24573,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -24624,20 +24646,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection3Element72, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element75, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -24646,23 +24668,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection3Element78, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -24672,20 +24694,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element87, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24694,47 +24716,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -24774,18 +24796,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element109, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24805,12 +24827,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element115, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -24819,23 +24841,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element118, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element122, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24853,15 +24875,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -24898,18 +24920,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element137, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24929,12 +24951,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element143, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -24943,23 +24965,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element146, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element150, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -24977,15 +24999,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -25053,12 +25075,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element171, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25067,23 +25089,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element174, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element178, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25101,15 +25123,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -25172,18 +25194,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element199, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25208,12 +25230,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element206, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25222,23 +25244,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element209, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element213, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25256,24 +25278,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -25323,12 +25345,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element233, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25337,23 +25359,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element236, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element240, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25368,24 +25390,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -25452,18 +25474,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element264, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25488,12 +25510,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element271, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25502,23 +25524,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element274, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element278, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25536,24 +25558,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -25621,18 +25643,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element303, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25687,18 +25709,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element319, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25723,12 +25745,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element326, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25737,23 +25759,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element329, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element333, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25771,24 +25793,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -25838,12 +25860,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element353, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -25852,23 +25874,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element356, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element360, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -25883,24 +25905,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -25967,18 +25989,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element384, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26003,12 +26025,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element391, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -26017,23 +26039,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element394, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element398, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26051,24 +26073,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -26136,18 +26158,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element423, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26269,18 +26291,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element451, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26338,10 +26360,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection3Element468, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -26356,12 +26378,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element473, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -26370,23 +26392,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element476, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element480, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26459,12 +26481,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element497, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -26473,23 +26495,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element500, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element504, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26551,18 +26573,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element520, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26615,10 +26637,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection3Element534, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -26633,12 +26655,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection3Element539, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -26647,23 +26669,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection3Element542, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element546, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26727,18 +26749,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element562, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26767,18 +26789,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection3Element568, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26787,24 +26809,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -26884,18 +26906,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 401, col: 32, offset: 13760}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -26931,20 +26953,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection4Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -26953,23 +26975,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection4Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -26979,20 +27001,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27001,47 +27023,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -27059,18 +27081,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27084,24 +27106,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -27132,18 +27154,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 353, col: 29, offset: 11995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27167,18 +27189,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 369, col: 30, offset: 12561}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element17, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27202,18 +27224,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 385, col: 31, offset: 13150}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element25, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27237,18 +27259,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 401, col: 32, offset: 13760}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element33, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27301,20 +27323,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection4Element47, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element50, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -27323,23 +27345,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection4Element53, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -27349,20 +27371,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element62, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27371,47 +27393,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -27444,20 +27466,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection4Element80, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element83, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -27466,23 +27488,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection4Element86, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -27492,20 +27514,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element95, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27514,47 +27536,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -27594,18 +27616,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element117, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27625,12 +27647,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element123, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -27639,23 +27661,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element126, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element130, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27673,15 +27695,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -27718,18 +27740,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element145, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27749,12 +27771,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element151, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -27763,23 +27785,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element154, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element158, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27797,15 +27819,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -27873,12 +27895,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element179, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -27887,23 +27909,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element182, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element186, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -27921,15 +27943,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -27992,18 +28014,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element207, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28028,12 +28050,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element214, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28042,23 +28064,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element217, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element221, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28076,24 +28098,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28143,12 +28165,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element241, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28157,23 +28179,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element244, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element248, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28188,24 +28210,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28272,18 +28294,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element272, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28308,12 +28330,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element279, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28322,23 +28344,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element282, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element286, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28356,24 +28378,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28441,18 +28463,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element311, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28507,18 +28529,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element327, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28543,12 +28565,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element334, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28557,23 +28579,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element337, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element341, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28591,24 +28613,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28658,12 +28680,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element361, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28672,23 +28694,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element364, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element368, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28703,24 +28725,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28787,18 +28809,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element392, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28823,12 +28845,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element399, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -28837,23 +28859,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element402, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element406, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -28871,24 +28893,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -28956,18 +28978,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element431, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29089,18 +29111,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element459, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29158,10 +29180,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection4Element476, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -29176,12 +29198,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element481, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -29190,23 +29212,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element484, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element488, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29279,12 +29301,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element505, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -29293,23 +29315,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element508, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element512, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29371,18 +29393,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element528, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29435,10 +29457,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection4Element542, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -29453,12 +29475,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection4Element547, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -29467,23 +29489,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection4Element550, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element554, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29547,18 +29569,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element570, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29587,18 +29609,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection4Element576, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29607,24 +29629,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -29704,18 +29726,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 417, col: 33, offset: 14390}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Title7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29751,20 +29773,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection5Title17, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Title20, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -29773,23 +29795,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection5Title23, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -29799,20 +29821,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Title32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29821,47 +29843,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -29879,18 +29901,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Title49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -29904,24 +29926,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -30016,20 +30038,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection5Element25, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element28, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30038,23 +30060,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection5Element31, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -30064,20 +30086,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element40, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30086,47 +30108,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -30159,20 +30181,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonSection5Element58, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element61, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30181,23 +30203,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonSection5Element64, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -30207,20 +30229,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element73, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30229,47 +30251,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -30309,18 +30331,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element95, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30340,12 +30362,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element101, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30354,23 +30376,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element104, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element108, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30388,15 +30410,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -30433,18 +30455,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element123, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30464,12 +30486,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element129, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30478,23 +30500,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element132, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element136, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30512,15 +30534,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -30588,12 +30610,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element157, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30602,23 +30624,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element160, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element164, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30636,15 +30658,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -30707,18 +30729,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element185, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30743,12 +30765,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element192, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30757,23 +30779,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element195, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element199, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30791,24 +30813,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -30858,12 +30880,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element219, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -30872,23 +30894,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element222, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element226, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -30903,24 +30925,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -30987,18 +31009,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element250, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31023,12 +31045,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element257, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -31037,23 +31059,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element260, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element264, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31071,24 +31093,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -31156,18 +31178,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element289, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31222,18 +31244,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element305, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31258,12 +31280,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element312, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -31272,23 +31294,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element315, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element319, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31306,24 +31328,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -31373,12 +31395,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element339, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -31387,23 +31409,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element342, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element346, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31418,24 +31440,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -31502,18 +31524,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element370, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31538,12 +31560,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element377, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -31552,23 +31574,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element380, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element384, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31586,24 +31608,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -31671,18 +31693,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element409, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31804,18 +31826,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element437, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31873,10 +31895,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection5Element454, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -31891,12 +31913,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element459, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -31905,23 +31927,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element462, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element466, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -31994,12 +32016,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element483, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32008,23 +32030,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element486, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element490, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32086,18 +32108,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element506, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32150,10 +32172,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonSection5Element520, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -32168,12 +32190,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonSection5Element525, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32182,23 +32204,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonSection5Element528, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element532, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32262,18 +32284,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element548, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32302,18 +32324,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSection5Element554, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32322,24 +32344,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -32378,15 +32400,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 430, col: 28, offset: 14847}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -32412,20 +32434,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonTitleElements14, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElements17, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32434,23 +32456,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonTitleElements20, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -32460,20 +32482,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElements29, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32482,47 +32504,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -32540,18 +32562,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElements46, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32586,23 +32608,23 @@ var g = &grammar{ pos: position{line: 434, col: 26, offset: 15019}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement4, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement8, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32612,10 +32634,10 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, run: (*parser).callonTitleElement10, expr: &litMatcher{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, val: ".", ignoreCase: false, }, @@ -32635,20 +32657,20 @@ var g = &grammar{ pos: position{line: 883, col: 24, offset: 34987}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonTitleElement16, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement19, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32657,23 +32679,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonTitleElement22, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -32683,20 +32705,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement31, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32705,47 +32727,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -32758,18 +32780,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 883, col: 32, offset: 34995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement47, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32794,12 +32816,12 @@ var g = &grammar{ pos: position{line: 889, col: 25, offset: 35206}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement54, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32808,23 +32830,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement57, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement61, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32881,20 +32903,20 @@ var g = &grammar{ pos: position{line: 885, col: 10, offset: 35111}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonTitleElement73, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement76, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -32903,23 +32925,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonTitleElement79, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -32929,20 +32951,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement88, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -32951,47 +32973,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -33036,20 +33058,20 @@ var g = &grammar{ pos: position{line: 940, col: 30, offset: 36837}, label: "path", expr: &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonTitleElement109, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement112, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33058,23 +33080,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonTitleElement115, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -33084,20 +33106,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement124, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33106,23 +33128,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -33161,12 +33183,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement140, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33175,23 +33197,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement143, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement147, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33258,12 +33280,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement163, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33272,23 +33294,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement166, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement170, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33355,12 +33377,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement186, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33369,23 +33391,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement189, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement193, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33493,10 +33515,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement221, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -33511,12 +33533,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement226, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33525,23 +33547,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement229, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement233, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33614,12 +33636,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement250, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33628,23 +33650,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement253, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement257, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33706,18 +33728,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement273, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33770,10 +33792,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement287, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -33788,12 +33810,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement292, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33802,23 +33824,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement295, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement299, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33882,18 +33904,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement315, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -33939,12 +33961,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement325, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -33953,23 +33975,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement328, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement332, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34036,12 +34058,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement348, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34050,23 +34072,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement351, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement355, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34174,10 +34196,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement383, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -34192,12 +34214,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement388, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34206,23 +34228,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement391, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement395, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34295,12 +34317,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement412, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34309,23 +34331,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement415, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement419, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34387,18 +34409,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement435, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34451,10 +34473,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement449, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -34469,12 +34491,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement454, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34483,23 +34505,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement457, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement461, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34563,18 +34585,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement477, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34620,12 +34642,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement487, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34634,23 +34656,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement490, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement494, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34758,10 +34780,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement522, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -34776,12 +34798,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement527, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34790,23 +34812,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement530, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement534, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34879,12 +34901,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement551, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -34893,23 +34915,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement554, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement558, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -34971,18 +34993,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement574, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35035,10 +35057,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement588, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -35053,12 +35075,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement593, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35067,23 +35089,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement596, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement600, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35147,18 +35169,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement616, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35242,10 +35264,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement637, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -35260,12 +35282,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement642, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35274,23 +35296,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement645, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement649, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35363,12 +35385,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement666, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35377,23 +35399,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement669, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement673, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35455,18 +35477,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement689, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35519,10 +35541,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement703, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -35537,12 +35559,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement708, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35551,23 +35573,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement711, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement715, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35631,18 +35653,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement731, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35703,30 +35725,30 @@ var g = &grammar{ &zeroOrOneExpr{ pos: position{line: 917, col: 20, offset: 36054}, expr: &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, @@ -35734,20 +35756,20 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonTitleElement750, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement753, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35756,23 +35778,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonTitleElement756, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -35782,20 +35804,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement765, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35804,23 +35826,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -35862,12 +35884,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement781, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -35876,23 +35898,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement784, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement788, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -35953,18 +35975,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement804, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36022,10 +36044,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement821, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -36040,12 +36062,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement826, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36054,23 +36076,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement829, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement833, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36143,12 +36165,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement850, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36157,23 +36179,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement853, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement857, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36235,18 +36257,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement873, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36299,10 +36321,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement887, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -36317,12 +36339,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement892, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36331,23 +36353,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement895, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement899, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36411,18 +36433,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement915, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36506,10 +36528,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement936, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -36524,12 +36546,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement941, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36538,23 +36560,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement944, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement948, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36627,12 +36649,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement965, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36641,23 +36663,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement968, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement972, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36719,18 +36741,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement988, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36783,10 +36805,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement1002, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -36801,12 +36823,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1007, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -36815,23 +36837,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1010, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1014, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36895,18 +36917,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1030, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -36951,50 +36973,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonTitleElement1044, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1047, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37003,23 +37025,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonTitleElement1050, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -37029,20 +37051,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1059, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37051,23 +37073,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -37109,12 +37131,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1075, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37123,23 +37145,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1078, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1082, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37200,18 +37222,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1098, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37269,10 +37291,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement1115, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -37287,12 +37309,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1120, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37301,23 +37323,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1123, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1127, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37390,12 +37412,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1144, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37404,23 +37426,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1147, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1151, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37482,18 +37504,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1167, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37546,10 +37568,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement1181, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -37564,12 +37586,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1186, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37578,23 +37600,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1189, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1193, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37658,18 +37680,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1209, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37753,10 +37775,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement1230, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -37771,12 +37793,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1235, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37785,23 +37807,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1238, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1242, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37874,12 +37896,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1259, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -37888,23 +37910,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1262, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1266, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -37966,18 +37988,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1282, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38030,10 +38052,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonTitleElement1296, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -38048,12 +38070,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1301, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38062,23 +38084,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonTitleElement1304, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1308, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38142,18 +38164,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1324, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38195,50 +38217,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonTitleElement1337, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1340, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38247,23 +38269,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonTitleElement1343, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -38273,20 +38295,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1352, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38295,23 +38317,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -38334,12 +38356,12 @@ var g = &grammar{ name: "InlineFootnote", }, &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1360, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38403,7 +38425,7 @@ var g = &grammar{ }, }, &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, @@ -38416,18 +38438,18 @@ var g = &grammar{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1379, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38442,18 +38464,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1385, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38464,24 +38486,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -38491,18 +38513,18 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1278, col: 9, offset: 49337}, + pos: position{line: 1278, col: 9, offset: 49341}, run: (*parser).callonTitleElement1393, expr: &choiceExpr{ - pos: position{line: 1278, col: 10, offset: 49338}, + pos: position{line: 1278, col: 10, offset: 49342}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonTitleElement1395, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38511,25 +38533,25 @@ var g = &grammar{ }, }, &oneOrMoreExpr{ - pos: position{line: 1278, col: 22, offset: 49350}, + pos: position{line: 1278, col: 22, offset: 49354}, expr: &actionExpr{ - pos: position{line: 1278, col: 23, offset: 49351}, + pos: position{line: 1278, col: 23, offset: 49355}, run: (*parser).callonTitleElement1399, expr: &seqExpr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -38539,20 +38561,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 33, offset: 49361}, + pos: position{line: 1278, col: 33, offset: 49365}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTitleElement1408, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38561,9 +38583,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 37, offset: 49365}, + pos: position{line: 1278, col: 37, offset: 49369}, expr: &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, @@ -38571,15 +38593,15 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 50, offset: 49378}, + pos: position{line: 1278, col: 50, offset: 49382}, expr: &litMatcher{ - pos: position{line: 1278, col: 51, offset: 49379}, + pos: position{line: 1278, col: 51, offset: 49383}, val: ".", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1278, col: 55, offset: 49383}, + pos: position{line: 1278, col: 55, offset: 49387}, expr: &choiceExpr{ pos: position{line: 722, col: 33, offset: 25947}, alternatives: []interface{}{ @@ -38601,16 +38623,16 @@ var g = &grammar{ }, }, &anyMatcher{ - line: 1278, col: 86, offset: 49414, + line: 1278, col: 86, offset: 49418, }, }, }, }, }, &oneOrMoreExpr{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, expr: &litMatcher{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, val: ".", ignoreCase: false, }, @@ -38668,35 +38690,35 @@ var g = &grammar{ ¬Expr{ pos: position{line: 458, col: 6, offset: 15863}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonListItem6, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem14, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38705,24 +38727,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -38772,20 +38794,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonListItem33, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem36, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38794,23 +38816,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonListItem39, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -38820,20 +38842,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem48, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38842,47 +38864,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -38915,20 +38937,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonListItem66, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem69, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -38937,23 +38959,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonListItem72, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -38963,20 +38985,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem81, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -38985,47 +39007,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -39065,18 +39087,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem103, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39096,12 +39118,12 @@ var g = &grammar{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem109, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39110,23 +39132,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem112, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem116, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39144,15 +39166,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -39189,18 +39211,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem131, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39220,12 +39242,12 @@ var g = &grammar{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem137, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39234,23 +39256,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem140, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem144, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39268,15 +39290,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -39344,12 +39366,12 @@ var g = &grammar{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem165, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39358,23 +39380,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem168, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem172, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39392,15 +39414,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -39463,18 +39485,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem193, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39499,12 +39521,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem200, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39513,23 +39535,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem203, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem207, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39547,24 +39569,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -39614,12 +39636,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem227, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39628,23 +39650,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem230, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem234, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39659,24 +39681,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -39743,18 +39765,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem258, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39779,12 +39801,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem265, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -39793,23 +39815,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem268, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem272, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39827,24 +39849,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -39912,18 +39934,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem297, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -39978,18 +40000,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem313, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40014,12 +40036,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem320, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40028,23 +40050,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem323, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem327, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40062,24 +40084,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -40129,12 +40151,12 @@ var g = &grammar{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem347, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40143,23 +40165,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem350, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem354, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40174,24 +40196,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -40258,18 +40280,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem378, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40294,12 +40316,12 @@ var g = &grammar{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem385, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40308,23 +40330,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem388, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem392, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40342,24 +40364,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -40427,18 +40449,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem417, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40560,18 +40582,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem445, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40629,10 +40651,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonListItem462, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -40647,12 +40669,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem467, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40661,23 +40683,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem470, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem474, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40750,12 +40772,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem491, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40764,23 +40786,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem494, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem498, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40842,18 +40864,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem514, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -40906,10 +40928,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonListItem528, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -40924,12 +40946,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonListItem533, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -40938,23 +40960,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonListItem536, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem540, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41018,18 +41040,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem556, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41058,18 +41080,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem562, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41078,24 +41100,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -41113,35 +41135,35 @@ var g = &grammar{ ¬Expr{ pos: position{line: 458, col: 38, offset: 15895}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonListItem571, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListItem579, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41150,24 +41172,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -41194,29 +41216,51 @@ var g = &grammar{ ignoreCase: false, }, }, + &zeroOrMoreExpr{ + pos: position{line: 1169, col: 45, offset: 45709}, + expr: &choiceExpr{ + pos: position{line: 1312, col: 7, offset: 50176}, + alternatives: []interface{}{ + &litMatcher{ + pos: position{line: 1312, col: 7, offset: 50176}, + val: " ", + ignoreCase: false, + }, + &actionExpr{ + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem595, + expr: &litMatcher{ + pos: position{line: 1312, col: 13, offset: 50182}, + val: "\t", + ignoreCase: false, + }, + }, + }, + }, + }, &litMatcher{ - pos: position{line: 1169, col: 45, offset: 45709}, + pos: position{line: 1169, col: 49, offset: 45713}, val: "//", ignoreCase: false, }, &labeledExpr{ - pos: position{line: 1169, col: 50, offset: 45714}, + pos: position{line: 1169, col: 54, offset: 45718}, label: "content", expr: &actionExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, - run: (*parser).callonListItem594, + pos: position{line: 1173, col: 29, offset: 45846}, + run: (*parser).callonListItem599, expr: &zeroOrMoreExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, + pos: position{line: 1173, col: 29, offset: 45846}, expr: &choiceExpr{ - pos: position{line: 1173, col: 30, offset: 45843}, + pos: position{line: 1173, col: 30, offset: 45847}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem597, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem602, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -41225,23 +41269,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem600, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem605, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem604, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem609, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41251,39 +41295,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1173, col: 51, offset: 45864}, - run: (*parser).callonListItem606, + pos: position{line: 1173, col: 51, offset: 45868}, + run: (*parser).callonListItem611, expr: &seqExpr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1173, col: 58, offset: 45871, + line: 1173, col: 58, offset: 45875, }, }, }, @@ -41294,24 +41338,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -41329,35 +41373,35 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 458, col: 71, offset: 15928}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, - run: (*parser).callonListItem622, + pos: position{line: 1259, col: 14, offset: 49005}, + run: (*parser).callonListItem627, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem630, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem635, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41366,24 +41410,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -41396,7 +41440,7 @@ var g = &grammar{ pos: position{line: 458, col: 82, offset: 15939}, expr: &actionExpr{ pos: position{line: 165, col: 21, offset: 5795}, - run: (*parser).callonListItem638, + run: (*parser).callonListItem643, expr: &seqExpr{ pos: position{line: 165, col: 21, offset: 5795}, exprs: []interface{}{ @@ -41418,7 +41462,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 175, col: 14, offset: 6348}, - run: (*parser).callonListItem644, + run: (*parser).callonListItem649, expr: &seqExpr{ pos: position{line: 175, col: 14, offset: 6348}, exprs: []interface{}{ @@ -41431,20 +41475,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListItem648, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListItem653, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem651, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem656, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -41453,23 +41497,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListItem654, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListItem659, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -41479,20 +41523,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem663, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem668, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41501,47 +41545,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -41561,7 +41605,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 177, col: 5, offset: 6415}, - run: (*parser).callonListItem677, + run: (*parser).callonListItem682, expr: &seqExpr{ pos: position{line: 177, col: 5, offset: 6415}, exprs: []interface{}{ @@ -41574,20 +41618,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListItem681, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListItem686, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem684, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem689, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -41596,23 +41640,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListItem687, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListItem692, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -41622,20 +41666,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem696, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem701, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41644,47 +41688,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -41704,7 +41748,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 17, offset: 6731}, - run: (*parser).callonListItem710, + run: (*parser).callonListItem715, expr: &seqExpr{ pos: position{line: 187, col: 17, offset: 6731}, exprs: []interface{}{ @@ -41724,18 +41768,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem718, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem723, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41748,19 +41792,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 187, col: 37, offset: 6751}, - run: (*parser).callonListItem721, + run: (*parser).callonListItem726, expr: &oneOrMoreExpr{ pos: position{line: 187, col: 37, offset: 6751}, expr: &choiceExpr{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem724, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem729, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -41769,23 +41813,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem727, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem732, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem731, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem736, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41796,22 +41840,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 59, offset: 6773}, - run: (*parser).callonListItem733, + run: (*parser).callonListItem738, expr: &seqExpr{ pos: position{line: 187, col: 60, offset: 6774}, exprs: []interface{}{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -41836,7 +41880,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 16, offset: 7022}, - run: (*parser).callonListItem740, + run: (*parser).callonListItem745, expr: &seqExpr{ pos: position{line: 197, col: 16, offset: 7022}, exprs: []interface{}{ @@ -41848,18 +41892,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem746, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem751, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41872,19 +41916,19 @@ var g = &grammar{ label: "role", expr: &actionExpr{ pos: position{line: 197, col: 31, offset: 7037}, - run: (*parser).callonListItem749, + run: (*parser).callonListItem754, expr: &oneOrMoreExpr{ pos: position{line: 197, col: 31, offset: 7037}, expr: &choiceExpr{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem752, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem757, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -41893,23 +41937,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem755, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem760, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem759, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem764, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -41920,22 +41964,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 53, offset: 7059}, - run: (*parser).callonListItem761, + run: (*parser).callonListItem766, expr: &seqExpr{ pos: position{line: 197, col: 54, offset: 7060}, exprs: []interface{}{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -41973,7 +42017,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 211, col: 21, offset: 7513}, - run: (*parser).callonListItem771, + run: (*parser).callonListItem776, expr: &litMatcher{ pos: position{line: 211, col: 21, offset: 7513}, val: "[source]", @@ -41982,7 +42026,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 5, offset: 7571}, - run: (*parser).callonListItem773, + run: (*parser).callonListItem778, expr: &seqExpr{ pos: position{line: 213, col: 5, offset: 7571}, exprs: []interface{}{ @@ -41996,19 +42040,19 @@ var g = &grammar{ label: "language", expr: &actionExpr{ pos: position{line: 213, col: 26, offset: 7592}, - run: (*parser).callonListItem777, + run: (*parser).callonListItem782, expr: &oneOrMoreExpr{ pos: position{line: 213, col: 26, offset: 7592}, expr: &choiceExpr{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem780, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem785, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42017,23 +42061,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem783, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem788, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem787, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem792, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42044,22 +42088,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 48, offset: 7614}, - run: (*parser).callonListItem789, + run: (*parser).callonListItem794, expr: &seqExpr{ pos: position{line: 213, col: 49, offset: 7615}, exprs: []interface{}{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -42097,7 +42141,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 248, col: 20, offset: 8678}, - run: (*parser).callonListItem799, + run: (*parser).callonListItem804, expr: &seqExpr{ pos: position{line: 248, col: 20, offset: 8678}, exprs: []interface{}{ @@ -42111,7 +42155,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem803, + run: (*parser).callonListItem808, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -42122,18 +42166,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem808, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem813, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42151,19 +42195,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem812, + run: (*parser).callonListItem817, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem815, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem820, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42172,23 +42216,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem818, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem823, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem822, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem827, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42199,31 +42243,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem824, + run: (*parser).callonListItem829, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -42266,19 +42310,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListItem839, + run: (*parser).callonListItem844, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem842, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem847, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42287,23 +42331,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem845, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem850, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem849, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem854, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42318,24 +42362,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -42377,7 +42421,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 252, col: 1, offset: 8878}, - run: (*parser).callonListItem864, + run: (*parser).callonListItem869, expr: &seqExpr{ pos: position{line: 252, col: 1, offset: 8878}, exprs: []interface{}{ @@ -42391,7 +42435,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem868, + run: (*parser).callonListItem873, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -42402,18 +42446,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem873, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem878, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42431,19 +42475,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem877, + run: (*parser).callonListItem882, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem880, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem885, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42452,23 +42496,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem883, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem888, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem887, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem892, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42479,31 +42523,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem889, + run: (*parser).callonListItem894, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -42546,7 +42590,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 256, col: 1, offset: 9043}, - run: (*parser).callonListItem903, + run: (*parser).callonListItem908, expr: &seqExpr{ pos: position{line: 256, col: 1, offset: 9043}, exprs: []interface{}{ @@ -42560,7 +42604,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem907, + run: (*parser).callonListItem912, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -42571,18 +42615,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem912, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem917, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42600,7 +42644,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 264, col: 20, offset: 9211}, - run: (*parser).callonListItem915, + run: (*parser).callonListItem920, expr: &seqExpr{ pos: position{line: 264, col: 20, offset: 9211}, exprs: []interface{}{ @@ -42612,7 +42656,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 264, col: 31, offset: 9222}, - run: (*parser).callonListItem919, + run: (*parser).callonListItem924, expr: &seqExpr{ pos: position{line: 264, col: 31, offset: 9222}, exprs: []interface{}{ @@ -42626,7 +42670,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem923, + run: (*parser).callonListItem928, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -42637,18 +42681,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem928, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem933, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42666,19 +42710,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem932, + run: (*parser).callonListItem937, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem935, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem940, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42687,23 +42731,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem938, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem943, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem942, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem947, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42714,31 +42758,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem944, + run: (*parser).callonListItem949, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -42781,19 +42825,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListItem959, + run: (*parser).callonListItem964, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem962, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem967, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42802,23 +42846,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem965, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem970, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem969, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem974, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42833,24 +42877,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -42892,7 +42936,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 268, col: 5, offset: 9438}, - run: (*parser).callonListItem984, + run: (*parser).callonListItem989, expr: &seqExpr{ pos: position{line: 268, col: 5, offset: 9438}, exprs: []interface{}{ @@ -42906,7 +42950,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem988, + run: (*parser).callonListItem993, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -42917,18 +42961,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem993, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem998, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42946,19 +42990,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem997, + run: (*parser).callonListItem1002, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1000, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1005, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -42967,23 +43011,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1003, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1008, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1007, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1012, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -42994,31 +43038,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem1009, + run: (*parser).callonListItem1014, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -43061,7 +43105,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 272, col: 5, offset: 9619}, - run: (*parser).callonListItem1023, + run: (*parser).callonListItem1028, expr: &seqExpr{ pos: position{line: 272, col: 5, offset: 9619}, exprs: []interface{}{ @@ -43075,7 +43119,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1027, + run: (*parser).callonListItem1032, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -43086,18 +43130,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1032, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1037, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43118,14 +43162,14 @@ var g = &grammar{ }, &stateCodeExpr{ pos: position{line: 276, col: 1, offset: 9720}, - run: (*parser).callonListItem1035, + run: (*parser).callonListItem1040, }, }, }, }, &actionExpr{ pos: position{line: 206, col: 30, offset: 7315}, - run: (*parser).callonListItem1036, + run: (*parser).callonListItem1041, expr: &seqExpr{ pos: position{line: 206, col: 30, offset: 7315}, exprs: []interface{}{ @@ -43142,7 +43186,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 604, col: 19, offset: 21936}, - run: (*parser).callonListItem1041, + run: (*parser).callonListItem1046, expr: &litMatcher{ pos: position{line: 604, col: 19, offset: 21936}, val: "TIP", @@ -43151,7 +43195,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 606, col: 9, offset: 21982}, - run: (*parser).callonListItem1043, + run: (*parser).callonListItem1048, expr: &litMatcher{ pos: position{line: 606, col: 9, offset: 21982}, val: "NOTE", @@ -43160,7 +43204,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 608, col: 9, offset: 22030}, - run: (*parser).callonListItem1045, + run: (*parser).callonListItem1050, expr: &litMatcher{ pos: position{line: 608, col: 9, offset: 22030}, val: "IMPORTANT", @@ -43169,7 +43213,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 610, col: 9, offset: 22088}, - run: (*parser).callonListItem1047, + run: (*parser).callonListItem1052, expr: &litMatcher{ pos: position{line: 610, col: 9, offset: 22088}, val: "WARNING", @@ -43178,7 +43222,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 612, col: 9, offset: 22142}, - run: (*parser).callonListItem1049, + run: (*parser).callonListItem1054, expr: &litMatcher{ pos: position{line: 612, col: 9, offset: 22142}, val: "CAUTION", @@ -43198,7 +43242,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 244, col: 21, offset: 8575}, - run: (*parser).callonListItem1052, + run: (*parser).callonListItem1057, expr: &litMatcher{ pos: position{line: 244, col: 21, offset: 8575}, val: "[horizontal]", @@ -43207,7 +43251,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 222, col: 19, offset: 7871}, - run: (*parser).callonListItem1054, + run: (*parser).callonListItem1059, expr: &seqExpr{ pos: position{line: 222, col: 19, offset: 7871}, exprs: []interface{}{ @@ -43219,18 +43263,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1060, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1065, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43248,7 +43292,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 226, col: 21, offset: 8003}, - run: (*parser).callonListItem1065, + run: (*parser).callonListItem1070, expr: &seqExpr{ pos: position{line: 226, col: 21, offset: 8003}, exprs: []interface{}{ @@ -43257,7 +43301,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListItem1068, + run: (*parser).callonListItem1073, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -43265,7 +43309,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1071, + run: (*parser).callonListItem1076, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -43277,7 +43321,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1074, + run: (*parser).callonListItem1079, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -43288,10 +43332,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListItem1077, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListItem1082, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -43306,12 +43350,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1082, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1087, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -43320,23 +43364,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1085, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1090, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1089, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1094, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43347,7 +43391,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListItem1091, + run: (*parser).callonListItem1096, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -43399,7 +43443,7 @@ var g = &grammar{ label: "value", expr: &actionExpr{ pos: position{line: 238, col: 19, offset: 8435}, - run: (*parser).callonListItem1102, + run: (*parser).callonListItem1107, expr: &labeledExpr{ pos: position{line: 238, col: 19, offset: 8435}, label: "value", @@ -43409,12 +43453,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1106, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1111, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -43423,23 +43467,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1109, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1114, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1113, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1118, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43450,7 +43494,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 238, col: 47, offset: 8463}, - run: (*parser).callonListItem1115, + run: (*parser).callonListItem1120, expr: &seqExpr{ pos: position{line: 238, col: 48, offset: 8464}, exprs: []interface{}{ @@ -43501,18 +43545,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1129, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1134, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43525,7 +43569,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 228, col: 5, offset: 8138}, - run: (*parser).callonListItem1131, + run: (*parser).callonListItem1136, expr: &seqExpr{ pos: position{line: 228, col: 5, offset: 8138}, exprs: []interface{}{ @@ -43534,7 +43578,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListItem1134, + run: (*parser).callonListItem1139, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -43542,7 +43586,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1137, + run: (*parser).callonListItem1142, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -43554,7 +43598,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1140, + run: (*parser).callonListItem1145, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -43565,10 +43609,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListItem1143, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListItem1148, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -43583,12 +43627,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1148, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1153, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -43597,23 +43641,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1151, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1156, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1155, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1160, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43624,7 +43668,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListItem1157, + run: (*parser).callonListItem1162, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -43677,18 +43721,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1171, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1176, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43717,18 +43761,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1177, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1182, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43737,24 +43781,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -43774,7 +43818,7 @@ var g = &grammar{ pos: position{line: 459, col: 16, offset: 15974}, expr: &actionExpr{ pos: position{line: 165, col: 21, offset: 5795}, - run: (*parser).callonListItem1186, + run: (*parser).callonListItem1191, expr: &seqExpr{ pos: position{line: 165, col: 21, offset: 5795}, exprs: []interface{}{ @@ -43796,7 +43840,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 175, col: 14, offset: 6348}, - run: (*parser).callonListItem1192, + run: (*parser).callonListItem1197, expr: &seqExpr{ pos: position{line: 175, col: 14, offset: 6348}, exprs: []interface{}{ @@ -43809,20 +43853,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListItem1196, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListItem1201, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1199, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1204, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -43831,23 +43875,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListItem1202, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListItem1207, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -43857,20 +43901,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1211, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1216, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -43879,47 +43923,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -43939,7 +43983,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 177, col: 5, offset: 6415}, - run: (*parser).callonListItem1225, + run: (*parser).callonListItem1230, expr: &seqExpr{ pos: position{line: 177, col: 5, offset: 6415}, exprs: []interface{}{ @@ -43952,20 +43996,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListItem1229, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListItem1234, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1232, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1237, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -43974,23 +44018,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListItem1235, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListItem1240, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -44000,20 +44044,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1244, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1249, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44022,47 +44066,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -44082,7 +44126,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 17, offset: 6731}, - run: (*parser).callonListItem1258, + run: (*parser).callonListItem1263, expr: &seqExpr{ pos: position{line: 187, col: 17, offset: 6731}, exprs: []interface{}{ @@ -44102,18 +44146,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1266, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1271, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44126,19 +44170,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 187, col: 37, offset: 6751}, - run: (*parser).callonListItem1269, + run: (*parser).callonListItem1274, expr: &oneOrMoreExpr{ pos: position{line: 187, col: 37, offset: 6751}, expr: &choiceExpr{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1272, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1277, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44147,23 +44191,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1275, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1280, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1279, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1284, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44174,22 +44218,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 59, offset: 6773}, - run: (*parser).callonListItem1281, + run: (*parser).callonListItem1286, expr: &seqExpr{ pos: position{line: 187, col: 60, offset: 6774}, exprs: []interface{}{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -44214,7 +44258,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 16, offset: 7022}, - run: (*parser).callonListItem1288, + run: (*parser).callonListItem1293, expr: &seqExpr{ pos: position{line: 197, col: 16, offset: 7022}, exprs: []interface{}{ @@ -44226,18 +44270,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1294, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1299, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44250,19 +44294,19 @@ var g = &grammar{ label: "role", expr: &actionExpr{ pos: position{line: 197, col: 31, offset: 7037}, - run: (*parser).callonListItem1297, + run: (*parser).callonListItem1302, expr: &oneOrMoreExpr{ pos: position{line: 197, col: 31, offset: 7037}, expr: &choiceExpr{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1300, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1305, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44271,23 +44315,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1303, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1308, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1307, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1312, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44298,22 +44342,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 53, offset: 7059}, - run: (*parser).callonListItem1309, + run: (*parser).callonListItem1314, expr: &seqExpr{ pos: position{line: 197, col: 54, offset: 7060}, exprs: []interface{}{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -44351,7 +44395,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 211, col: 21, offset: 7513}, - run: (*parser).callonListItem1319, + run: (*parser).callonListItem1324, expr: &litMatcher{ pos: position{line: 211, col: 21, offset: 7513}, val: "[source]", @@ -44360,7 +44404,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 5, offset: 7571}, - run: (*parser).callonListItem1321, + run: (*parser).callonListItem1326, expr: &seqExpr{ pos: position{line: 213, col: 5, offset: 7571}, exprs: []interface{}{ @@ -44374,19 +44418,19 @@ var g = &grammar{ label: "language", expr: &actionExpr{ pos: position{line: 213, col: 26, offset: 7592}, - run: (*parser).callonListItem1325, + run: (*parser).callonListItem1330, expr: &oneOrMoreExpr{ pos: position{line: 213, col: 26, offset: 7592}, expr: &choiceExpr{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1328, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1333, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44395,23 +44439,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1331, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1336, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1335, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1340, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44422,22 +44466,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 48, offset: 7614}, - run: (*parser).callonListItem1337, + run: (*parser).callonListItem1342, expr: &seqExpr{ pos: position{line: 213, col: 49, offset: 7615}, exprs: []interface{}{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -44475,7 +44519,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 248, col: 20, offset: 8678}, - run: (*parser).callonListItem1347, + run: (*parser).callonListItem1352, expr: &seqExpr{ pos: position{line: 248, col: 20, offset: 8678}, exprs: []interface{}{ @@ -44489,7 +44533,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1351, + run: (*parser).callonListItem1356, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -44500,18 +44544,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1356, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1361, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44529,19 +44573,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem1360, + run: (*parser).callonListItem1365, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1363, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1368, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44550,23 +44594,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1366, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1371, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1370, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1375, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44577,31 +44621,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem1372, + run: (*parser).callonListItem1377, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -44644,19 +44688,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListItem1387, + run: (*parser).callonListItem1392, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1390, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1395, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44665,23 +44709,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1393, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1398, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1397, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1402, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44696,24 +44740,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -44755,7 +44799,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 252, col: 1, offset: 8878}, - run: (*parser).callonListItem1412, + run: (*parser).callonListItem1417, expr: &seqExpr{ pos: position{line: 252, col: 1, offset: 8878}, exprs: []interface{}{ @@ -44769,7 +44813,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1416, + run: (*parser).callonListItem1421, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -44780,18 +44824,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1421, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1426, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44809,19 +44853,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem1425, + run: (*parser).callonListItem1430, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1428, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1433, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -44830,23 +44874,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1431, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1436, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1435, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1440, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44857,31 +44901,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem1437, + run: (*parser).callonListItem1442, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -44924,7 +44968,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 256, col: 1, offset: 9043}, - run: (*parser).callonListItem1451, + run: (*parser).callonListItem1456, expr: &seqExpr{ pos: position{line: 256, col: 1, offset: 9043}, exprs: []interface{}{ @@ -44938,7 +44982,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1455, + run: (*parser).callonListItem1460, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -44949,18 +44993,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1460, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1465, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -44978,7 +45022,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 264, col: 20, offset: 9211}, - run: (*parser).callonListItem1463, + run: (*parser).callonListItem1468, expr: &seqExpr{ pos: position{line: 264, col: 20, offset: 9211}, exprs: []interface{}{ @@ -44990,7 +45034,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 264, col: 31, offset: 9222}, - run: (*parser).callonListItem1467, + run: (*parser).callonListItem1472, expr: &seqExpr{ pos: position{line: 264, col: 31, offset: 9222}, exprs: []interface{}{ @@ -45004,7 +45048,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1471, + run: (*parser).callonListItem1476, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -45015,18 +45059,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1476, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1481, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45044,19 +45088,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem1480, + run: (*parser).callonListItem1485, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1483, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1488, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45065,23 +45109,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1486, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1491, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1490, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1495, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45092,31 +45136,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem1492, + run: (*parser).callonListItem1497, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -45159,19 +45203,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListItem1507, + run: (*parser).callonListItem1512, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1510, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1515, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45180,23 +45224,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1513, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1518, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1517, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1522, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45211,24 +45255,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -45270,7 +45314,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 268, col: 5, offset: 9438}, - run: (*parser).callonListItem1532, + run: (*parser).callonListItem1537, expr: &seqExpr{ pos: position{line: 268, col: 5, offset: 9438}, exprs: []interface{}{ @@ -45284,7 +45328,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1536, + run: (*parser).callonListItem1541, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -45295,18 +45339,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1541, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1546, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45324,19 +45368,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListItem1545, + run: (*parser).callonListItem1550, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1548, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1553, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45345,23 +45389,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1551, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1556, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1555, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1560, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45372,31 +45416,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListItem1557, + run: (*parser).callonListItem1562, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -45439,7 +45483,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 272, col: 5, offset: 9619}, - run: (*parser).callonListItem1571, + run: (*parser).callonListItem1576, expr: &seqExpr{ pos: position{line: 272, col: 5, offset: 9619}, exprs: []interface{}{ @@ -45453,7 +45497,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1575, + run: (*parser).callonListItem1580, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -45464,18 +45508,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1580, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1585, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45496,14 +45540,14 @@ var g = &grammar{ }, &stateCodeExpr{ pos: position{line: 276, col: 1, offset: 9720}, - run: (*parser).callonListItem1583, + run: (*parser).callonListItem1588, }, }, }, }, &actionExpr{ pos: position{line: 206, col: 30, offset: 7315}, - run: (*parser).callonListItem1584, + run: (*parser).callonListItem1589, expr: &seqExpr{ pos: position{line: 206, col: 30, offset: 7315}, exprs: []interface{}{ @@ -45520,7 +45564,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 604, col: 19, offset: 21936}, - run: (*parser).callonListItem1589, + run: (*parser).callonListItem1594, expr: &litMatcher{ pos: position{line: 604, col: 19, offset: 21936}, val: "TIP", @@ -45529,7 +45573,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 606, col: 9, offset: 21982}, - run: (*parser).callonListItem1591, + run: (*parser).callonListItem1596, expr: &litMatcher{ pos: position{line: 606, col: 9, offset: 21982}, val: "NOTE", @@ -45538,7 +45582,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 608, col: 9, offset: 22030}, - run: (*parser).callonListItem1593, + run: (*parser).callonListItem1598, expr: &litMatcher{ pos: position{line: 608, col: 9, offset: 22030}, val: "IMPORTANT", @@ -45547,7 +45591,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 610, col: 9, offset: 22088}, - run: (*parser).callonListItem1595, + run: (*parser).callonListItem1600, expr: &litMatcher{ pos: position{line: 610, col: 9, offset: 22088}, val: "WARNING", @@ -45556,7 +45600,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 612, col: 9, offset: 22142}, - run: (*parser).callonListItem1597, + run: (*parser).callonListItem1602, expr: &litMatcher{ pos: position{line: 612, col: 9, offset: 22142}, val: "CAUTION", @@ -45576,7 +45620,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 244, col: 21, offset: 8575}, - run: (*parser).callonListItem1600, + run: (*parser).callonListItem1605, expr: &litMatcher{ pos: position{line: 244, col: 21, offset: 8575}, val: "[horizontal]", @@ -45585,7 +45629,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 222, col: 19, offset: 7871}, - run: (*parser).callonListItem1602, + run: (*parser).callonListItem1607, expr: &seqExpr{ pos: position{line: 222, col: 19, offset: 7871}, exprs: []interface{}{ @@ -45597,18 +45641,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1608, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1613, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45626,7 +45670,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 226, col: 21, offset: 8003}, - run: (*parser).callonListItem1613, + run: (*parser).callonListItem1618, expr: &seqExpr{ pos: position{line: 226, col: 21, offset: 8003}, exprs: []interface{}{ @@ -45635,7 +45679,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListItem1616, + run: (*parser).callonListItem1621, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -45643,7 +45687,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1619, + run: (*parser).callonListItem1624, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -45655,7 +45699,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1622, + run: (*parser).callonListItem1627, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -45666,10 +45710,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListItem1625, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListItem1630, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -45684,12 +45728,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1630, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1635, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45698,23 +45742,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1633, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1638, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1637, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1642, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45725,7 +45769,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListItem1639, + run: (*parser).callonListItem1644, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -45777,7 +45821,7 @@ var g = &grammar{ label: "value", expr: &actionExpr{ pos: position{line: 238, col: 19, offset: 8435}, - run: (*parser).callonListItem1650, + run: (*parser).callonListItem1655, expr: &labeledExpr{ pos: position{line: 238, col: 19, offset: 8435}, label: "value", @@ -45787,12 +45831,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1654, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1659, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45801,23 +45845,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1657, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1662, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1661, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1666, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45828,7 +45872,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 238, col: 47, offset: 8463}, - run: (*parser).callonListItem1663, + run: (*parser).callonListItem1668, expr: &seqExpr{ pos: position{line: 238, col: 48, offset: 8464}, exprs: []interface{}{ @@ -45879,18 +45923,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1677, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1682, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -45903,7 +45947,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 228, col: 5, offset: 8138}, - run: (*parser).callonListItem1679, + run: (*parser).callonListItem1684, expr: &seqExpr{ pos: position{line: 228, col: 5, offset: 8138}, exprs: []interface{}{ @@ -45912,7 +45956,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListItem1682, + run: (*parser).callonListItem1687, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -45920,7 +45964,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListItem1685, + run: (*parser).callonListItem1690, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -45932,7 +45976,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListItem1688, + run: (*parser).callonListItem1693, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -45943,10 +45987,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListItem1691, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListItem1696, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -45961,12 +46005,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListItem1696, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListItem1701, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -45975,23 +46019,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListItem1699, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListItem1704, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1703, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1708, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46002,7 +46046,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListItem1705, + run: (*parser).callonListItem1710, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -46055,18 +46099,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1719, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1724, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46095,18 +46139,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListItem1725, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListItem1730, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46115,24 +46159,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -46193,29 +46237,51 @@ var g = &grammar{ ignoreCase: false, }, }, + &zeroOrMoreExpr{ + pos: position{line: 1169, col: 45, offset: 45709}, + expr: &choiceExpr{ + pos: position{line: 1312, col: 7, offset: 50176}, + alternatives: []interface{}{ + &litMatcher{ + pos: position{line: 1312, col: 7, offset: 50176}, + val: " ", + ignoreCase: false, + }, + &actionExpr{ + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraph11, + expr: &litMatcher{ + pos: position{line: 1312, col: 13, offset: 50182}, + val: "\t", + ignoreCase: false, + }, + }, + }, + }, + }, &litMatcher{ - pos: position{line: 1169, col: 45, offset: 45709}, + pos: position{line: 1169, col: 49, offset: 45713}, val: "//", ignoreCase: false, }, &labeledExpr{ - pos: position{line: 1169, col: 50, offset: 45714}, + pos: position{line: 1169, col: 54, offset: 45718}, label: "content", expr: &actionExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, - run: (*parser).callonListParagraph10, + pos: position{line: 1173, col: 29, offset: 45846}, + run: (*parser).callonListParagraph15, expr: &zeroOrMoreExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, + pos: position{line: 1173, col: 29, offset: 45846}, expr: &choiceExpr{ - pos: position{line: 1173, col: 30, offset: 45843}, + pos: position{line: 1173, col: 30, offset: 45847}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraph13, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraph18, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -46224,23 +46290,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraph16, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraph21, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraph20, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraph25, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46250,39 +46316,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1173, col: 51, offset: 45864}, - run: (*parser).callonListParagraph22, + pos: position{line: 1173, col: 51, offset: 45868}, + run: (*parser).callonListParagraph27, expr: &seqExpr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1173, col: 58, offset: 45871, + line: 1173, col: 58, offset: 45875, }, }, }, @@ -46293,24 +46359,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -46322,7 +46388,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 466, col: 9, offset: 16222}, - run: (*parser).callonListParagraph36, + run: (*parser).callonListParagraph41, expr: &labeledExpr{ pos: position{line: 466, col: 9, offset: 16222}, label: "lines", @@ -46350,35 +46416,35 @@ var g = &grammar{ ¬Expr{ pos: position{line: 471, col: 5, offset: 16342}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonListParagraphLine4, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonListParagraphLine12, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46387,24 +46453,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -46429,29 +46495,51 @@ var g = &grammar{ ignoreCase: false, }, }, + &zeroOrMoreExpr{ + pos: position{line: 1169, col: 45, offset: 45709}, + expr: &choiceExpr{ + pos: position{line: 1312, col: 7, offset: 50176}, + alternatives: []interface{}{ + &litMatcher{ + pos: position{line: 1312, col: 7, offset: 50176}, + val: " ", + ignoreCase: false, + }, + &actionExpr{ + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine27, + expr: &litMatcher{ + pos: position{line: 1312, col: 13, offset: 50182}, + val: "\t", + ignoreCase: false, + }, + }, + }, + }, + }, &litMatcher{ - pos: position{line: 1169, col: 45, offset: 45709}, + pos: position{line: 1169, col: 49, offset: 45713}, val: "//", ignoreCase: false, }, &labeledExpr{ - pos: position{line: 1169, col: 50, offset: 45714}, + pos: position{line: 1169, col: 54, offset: 45718}, label: "content", expr: &actionExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, - run: (*parser).callonListParagraphLine26, + pos: position{line: 1173, col: 29, offset: 45846}, + run: (*parser).callonListParagraphLine31, expr: &zeroOrMoreExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, + pos: position{line: 1173, col: 29, offset: 45846}, expr: &choiceExpr{ - pos: position{line: 1173, col: 30, offset: 45843}, + pos: position{line: 1173, col: 30, offset: 45847}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine29, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine34, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -46460,23 +46548,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine32, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine37, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine36, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine41, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46486,39 +46574,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1173, col: 51, offset: 45864}, - run: (*parser).callonListParagraphLine38, + pos: position{line: 1173, col: 51, offset: 45868}, + run: (*parser).callonListParagraphLine43, expr: &seqExpr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1173, col: 58, offset: 45871, + line: 1173, col: 58, offset: 45875, }, }, }, @@ -46529,24 +46617,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -46559,25 +46647,25 @@ var g = &grammar{ pos: position{line: 473, col: 5, offset: 16381}, expr: &actionExpr{ pos: position{line: 501, col: 26, offset: 17319}, - run: (*parser).callonListParagraphLine53, + run: (*parser).callonListParagraphLine58, expr: &seqExpr{ pos: position{line: 501, col: 26, offset: 17319}, exprs: []interface{}{ &zeroOrMoreExpr{ pos: position{line: 501, col: 26, offset: 17319}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine58, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine63, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46593,7 +46681,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 503, col: 5, offset: 17378}, - run: (*parser).callonListParagraphLine62, + run: (*parser).callonListParagraphLine67, expr: &litMatcher{ pos: position{line: 503, col: 5, offset: 17378}, val: ".....", @@ -46602,7 +46690,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 505, col: 9, offset: 17491}, - run: (*parser).callonListParagraphLine64, + run: (*parser).callonListParagraphLine69, expr: &litMatcher{ pos: position{line: 505, col: 9, offset: 17491}, val: "....", @@ -46611,7 +46699,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 507, col: 9, offset: 17602}, - run: (*parser).callonListParagraphLine66, + run: (*parser).callonListParagraphLine71, expr: &litMatcher{ pos: position{line: 507, col: 9, offset: 17602}, val: "...", @@ -46620,7 +46708,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 509, col: 9, offset: 17711}, - run: (*parser).callonListParagraphLine68, + run: (*parser).callonListParagraphLine73, expr: &litMatcher{ pos: position{line: 509, col: 9, offset: 17711}, val: "..", @@ -46629,7 +46717,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 511, col: 9, offset: 17818}, - run: (*parser).callonListParagraphLine70, + run: (*parser).callonListParagraphLine75, expr: &litMatcher{ pos: position{line: 511, col: 9, offset: 17818}, val: ".", @@ -46638,7 +46726,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 514, col: 9, offset: 17945}, - run: (*parser).callonListParagraphLine72, + run: (*parser).callonListParagraphLine77, expr: &seqExpr{ pos: position{line: 514, col: 9, offset: 17945}, exprs: []interface{}{ @@ -46662,7 +46750,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 516, col: 9, offset: 18057}, - run: (*parser).callonListParagraphLine77, + run: (*parser).callonListParagraphLine82, expr: &seqExpr{ pos: position{line: 516, col: 9, offset: 18057}, exprs: []interface{}{ @@ -46683,7 +46771,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 518, col: 9, offset: 18171}, - run: (*parser).callonListParagraphLine81, + run: (*parser).callonListParagraphLine86, expr: &seqExpr{ pos: position{line: 518, col: 9, offset: 18171}, exprs: []interface{}{ @@ -46704,7 +46792,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 520, col: 9, offset: 18285}, - run: (*parser).callonListParagraphLine85, + run: (*parser).callonListParagraphLine90, expr: &seqExpr{ pos: position{line: 520, col: 9, offset: 18285}, exprs: []interface{}{ @@ -46728,7 +46816,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 522, col: 9, offset: 18400}, - run: (*parser).callonListParagraphLine90, + run: (*parser).callonListParagraphLine95, expr: &seqExpr{ pos: position{line: 522, col: 9, offset: 18400}, exprs: []interface{}{ @@ -46756,18 +46844,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 524, col: 8, offset: 18514}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine98, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine103, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46783,25 +46871,25 @@ var g = &grammar{ pos: position{line: 474, col: 5, offset: 16408}, expr: &actionExpr{ pos: position{line: 540, col: 5, offset: 19213}, - run: (*parser).callonListParagraphLine101, + run: (*parser).callonListParagraphLine106, expr: &seqExpr{ pos: position{line: 540, col: 5, offset: 19213}, exprs: []interface{}{ &zeroOrMoreExpr{ pos: position{line: 540, col: 5, offset: 19213}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine106, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine111, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46817,7 +46905,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 541, col: 9, offset: 19234}, - run: (*parser).callonListParagraphLine110, + run: (*parser).callonListParagraphLine115, expr: &litMatcher{ pos: position{line: 541, col: 9, offset: 19234}, val: "*****", @@ -46826,7 +46914,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 544, col: 11, offset: 19403}, - run: (*parser).callonListParagraphLine112, + run: (*parser).callonListParagraphLine117, expr: &litMatcher{ pos: position{line: 544, col: 11, offset: 19403}, val: "****", @@ -46835,7 +46923,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 547, col: 11, offset: 19572}, - run: (*parser).callonListParagraphLine114, + run: (*parser).callonListParagraphLine119, expr: &litMatcher{ pos: position{line: 547, col: 11, offset: 19572}, val: "***", @@ -46844,7 +46932,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 550, col: 11, offset: 19741}, - run: (*parser).callonListParagraphLine116, + run: (*parser).callonListParagraphLine121, expr: &litMatcher{ pos: position{line: 550, col: 11, offset: 19741}, val: "**", @@ -46853,7 +46941,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 553, col: 11, offset: 19907}, - run: (*parser).callonListParagraphLine118, + run: (*parser).callonListParagraphLine123, expr: &litMatcher{ pos: position{line: 553, col: 11, offset: 19907}, val: "*", @@ -46862,7 +46950,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 556, col: 11, offset: 20071}, - run: (*parser).callonListParagraphLine120, + run: (*parser).callonListParagraphLine125, expr: &litMatcher{ pos: position{line: 556, col: 11, offset: 20071}, val: "-", @@ -46875,18 +46963,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 558, col: 12, offset: 20218}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine125, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine130, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46905,19 +46993,19 @@ var g = &grammar{ exprs: []interface{}{ &actionExpr{ pos: position{line: 581, col: 24, offset: 21119}, - run: (*parser).callonListParagraphLine129, + run: (*parser).callonListParagraphLine134, expr: &zeroOrMoreExpr{ pos: position{line: 581, col: 24, offset: 21119}, expr: &choiceExpr{ pos: position{line: 581, col: 25, offset: 21120}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine132, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine137, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -46926,23 +47014,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine135, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine140, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine139, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine144, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -46953,22 +47041,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 581, col: 46, offset: 21141}, - run: (*parser).callonListParagraphLine141, + run: (*parser).callonListParagraphLine146, expr: &seqExpr{ pos: position{line: 581, col: 47, offset: 21142}, exprs: []interface{}{ ¬Expr{ pos: position{line: 581, col: 47, offset: 21142}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -46997,7 +47085,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 588, col: 29, offset: 21339}, - run: (*parser).callonListParagraphLine150, + run: (*parser).callonListParagraphLine155, expr: &choiceExpr{ pos: position{line: 588, col: 30, offset: 21340}, alternatives: []interface{}{ @@ -47026,7 +47114,7 @@ var g = &grammar{ pos: position{line: 476, col: 5, offset: 16490}, expr: &actionExpr{ pos: position{line: 486, col: 25, offset: 16833}, - run: (*parser).callonListParagraphLine156, + run: (*parser).callonListParagraphLine161, expr: &seqExpr{ pos: position{line: 486, col: 25, offset: 16833}, exprs: []interface{}{ @@ -47038,18 +47126,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 486, col: 29, offset: 16837}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine162, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine167, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47058,24 +47146,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -47088,7 +47176,7 @@ var g = &grammar{ pos: position{line: 477, col: 5, offset: 16516}, expr: &actionExpr{ pos: position{line: 165, col: 21, offset: 5795}, - run: (*parser).callonListParagraphLine170, + run: (*parser).callonListParagraphLine175, expr: &seqExpr{ pos: position{line: 165, col: 21, offset: 5795}, exprs: []interface{}{ @@ -47110,7 +47198,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 175, col: 14, offset: 6348}, - run: (*parser).callonListParagraphLine176, + run: (*parser).callonListParagraphLine181, expr: &seqExpr{ pos: position{line: 175, col: 14, offset: 6348}, exprs: []interface{}{ @@ -47123,20 +47211,20 @@ var g = &grammar{ pos: position{line: 175, col: 19, offset: 6353}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListParagraphLine180, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListParagraphLine185, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine183, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine188, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47145,23 +47233,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListParagraphLine186, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListParagraphLine191, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -47171,20 +47259,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine195, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine200, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47193,47 +47281,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -47253,7 +47341,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 177, col: 5, offset: 6415}, - run: (*parser).callonListParagraphLine209, + run: (*parser).callonListParagraphLine214, expr: &seqExpr{ pos: position{line: 177, col: 5, offset: 6415}, exprs: []interface{}{ @@ -47266,20 +47354,20 @@ var g = &grammar{ pos: position{line: 177, col: 10, offset: 6420}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, - run: (*parser).callonListParagraphLine213, + pos: position{line: 1294, col: 7, offset: 49797}, + run: (*parser).callonListParagraphLine218, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine216, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine221, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47288,23 +47376,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, - run: (*parser).callonListParagraphLine219, + pos: position{line: 1294, col: 20, offset: 49810}, + run: (*parser).callonListParagraphLine224, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -47314,20 +47402,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine228, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine233, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47336,47 +47424,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -47396,7 +47484,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 17, offset: 6731}, - run: (*parser).callonListParagraphLine242, + run: (*parser).callonListParagraphLine247, expr: &seqExpr{ pos: position{line: 187, col: 17, offset: 6731}, exprs: []interface{}{ @@ -47416,18 +47504,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 187, col: 26, offset: 6740}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine250, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine255, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47440,19 +47528,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 187, col: 37, offset: 6751}, - run: (*parser).callonListParagraphLine253, + run: (*parser).callonListParagraphLine258, expr: &oneOrMoreExpr{ pos: position{line: 187, col: 37, offset: 6751}, expr: &choiceExpr{ pos: position{line: 187, col: 38, offset: 6752}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine256, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine261, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47461,23 +47549,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine259, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine264, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine263, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine268, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47488,22 +47576,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 187, col: 59, offset: 6773}, - run: (*parser).callonListParagraphLine265, + run: (*parser).callonListParagraphLine270, expr: &seqExpr{ pos: position{line: 187, col: 60, offset: 6774}, exprs: []interface{}{ ¬Expr{ pos: position{line: 187, col: 60, offset: 6774}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -47528,7 +47616,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 16, offset: 7022}, - run: (*parser).callonListParagraphLine272, + run: (*parser).callonListParagraphLine277, expr: &seqExpr{ pos: position{line: 197, col: 16, offset: 7022}, exprs: []interface{}{ @@ -47540,18 +47628,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 197, col: 21, offset: 7027}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine278, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine283, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47564,19 +47652,19 @@ var g = &grammar{ label: "role", expr: &actionExpr{ pos: position{line: 197, col: 31, offset: 7037}, - run: (*parser).callonListParagraphLine281, + run: (*parser).callonListParagraphLine286, expr: &oneOrMoreExpr{ pos: position{line: 197, col: 31, offset: 7037}, expr: &choiceExpr{ pos: position{line: 197, col: 32, offset: 7038}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine284, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine289, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47585,23 +47673,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine287, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine292, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine291, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine296, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47612,22 +47700,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 197, col: 53, offset: 7059}, - run: (*parser).callonListParagraphLine293, + run: (*parser).callonListParagraphLine298, expr: &seqExpr{ pos: position{line: 197, col: 54, offset: 7060}, exprs: []interface{}{ ¬Expr{ pos: position{line: 197, col: 54, offset: 7060}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -47665,7 +47753,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 211, col: 21, offset: 7513}, - run: (*parser).callonListParagraphLine303, + run: (*parser).callonListParagraphLine308, expr: &litMatcher{ pos: position{line: 211, col: 21, offset: 7513}, val: "[source]", @@ -47674,7 +47762,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 5, offset: 7571}, - run: (*parser).callonListParagraphLine305, + run: (*parser).callonListParagraphLine310, expr: &seqExpr{ pos: position{line: 213, col: 5, offset: 7571}, exprs: []interface{}{ @@ -47688,19 +47776,19 @@ var g = &grammar{ label: "language", expr: &actionExpr{ pos: position{line: 213, col: 26, offset: 7592}, - run: (*parser).callonListParagraphLine309, + run: (*parser).callonListParagraphLine314, expr: &oneOrMoreExpr{ pos: position{line: 213, col: 26, offset: 7592}, expr: &choiceExpr{ pos: position{line: 213, col: 27, offset: 7593}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine312, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine317, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47709,23 +47797,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine315, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine320, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine319, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine324, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47736,22 +47824,22 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 213, col: 48, offset: 7614}, - run: (*parser).callonListParagraphLine321, + run: (*parser).callonListParagraphLine326, expr: &seqExpr{ pos: position{line: 213, col: 49, offset: 7615}, exprs: []interface{}{ ¬Expr{ pos: position{line: 213, col: 49, offset: 7615}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -47789,7 +47877,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 248, col: 20, offset: 8678}, - run: (*parser).callonListParagraphLine331, + run: (*parser).callonListParagraphLine336, expr: &seqExpr{ pos: position{line: 248, col: 20, offset: 8678}, exprs: []interface{}{ @@ -47803,7 +47891,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListParagraphLine335, + run: (*parser).callonListParagraphLine340, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -47814,18 +47902,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 248, col: 41, offset: 8699}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine340, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine345, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47843,19 +47931,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListParagraphLine344, + run: (*parser).callonListParagraphLine349, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine347, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine352, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47864,23 +47952,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine350, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine355, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine354, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine359, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -47891,31 +47979,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListParagraphLine356, + run: (*parser).callonListParagraphLine361, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -47958,19 +48046,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListParagraphLine371, + run: (*parser).callonListParagraphLine376, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine374, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine379, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -47979,23 +48067,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine377, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine382, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine381, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine386, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48010,24 +48098,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -48069,7 +48157,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 252, col: 1, offset: 8878}, - run: (*parser).callonListParagraphLine396, + run: (*parser).callonListParagraphLine401, expr: &seqExpr{ pos: position{line: 252, col: 1, offset: 8878}, exprs: []interface{}{ @@ -48083,7 +48171,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListParagraphLine400, + run: (*parser).callonListParagraphLine405, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -48094,18 +48182,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 252, col: 22, offset: 8899}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine405, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine410, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48123,19 +48211,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListParagraphLine409, + run: (*parser).callonListParagraphLine414, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine412, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine417, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -48144,23 +48232,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine415, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine420, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine419, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine424, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48171,31 +48259,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListParagraphLine421, + run: (*parser).callonListParagraphLine426, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -48238,7 +48326,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 256, col: 1, offset: 9043}, - run: (*parser).callonListParagraphLine435, + run: (*parser).callonListParagraphLine440, expr: &seqExpr{ pos: position{line: 256, col: 1, offset: 9043}, exprs: []interface{}{ @@ -48252,7 +48340,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListParagraphLine439, + run: (*parser).callonListParagraphLine444, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -48263,18 +48351,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 256, col: 22, offset: 9064}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine444, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine449, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48292,7 +48380,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 264, col: 20, offset: 9211}, - run: (*parser).callonListParagraphLine447, + run: (*parser).callonListParagraphLine452, expr: &seqExpr{ pos: position{line: 264, col: 20, offset: 9211}, exprs: []interface{}{ @@ -48304,7 +48392,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 264, col: 31, offset: 9222}, - run: (*parser).callonListParagraphLine451, + run: (*parser).callonListParagraphLine456, expr: &seqExpr{ pos: position{line: 264, col: 31, offset: 9222}, exprs: []interface{}{ @@ -48318,7 +48406,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListParagraphLine455, + run: (*parser).callonListParagraphLine460, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -48329,18 +48417,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 264, col: 52, offset: 9243}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine460, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine465, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48358,19 +48446,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListParagraphLine464, + run: (*parser).callonListParagraphLine469, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine467, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine472, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -48379,23 +48467,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine470, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine475, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine474, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine479, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48406,31 +48494,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListParagraphLine476, + run: (*parser).callonListParagraphLine481, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -48473,19 +48561,19 @@ var g = &grammar{ label: "title", expr: &actionExpr{ pos: position{line: 293, col: 15, offset: 9999}, - run: (*parser).callonListParagraphLine491, + run: (*parser).callonListParagraphLine496, expr: &zeroOrMoreExpr{ pos: position{line: 293, col: 15, offset: 9999}, expr: &choiceExpr{ pos: position{line: 293, col: 16, offset: 10000}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine494, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine499, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -48494,23 +48582,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine497, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine502, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine501, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine506, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48525,24 +48613,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 293, col: 38, offset: 10022}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -48584,7 +48672,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 268, col: 5, offset: 9438}, - run: (*parser).callonListParagraphLine516, + run: (*parser).callonListParagraphLine521, expr: &seqExpr{ pos: position{line: 268, col: 5, offset: 9438}, exprs: []interface{}{ @@ -48598,7 +48686,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListParagraphLine520, + run: (*parser).callonListParagraphLine525, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -48609,18 +48697,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 268, col: 26, offset: 9459}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine525, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine530, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48638,19 +48726,19 @@ var g = &grammar{ label: "author", expr: &actionExpr{ pos: position{line: 287, col: 16, offset: 9871}, - run: (*parser).callonListParagraphLine529, + run: (*parser).callonListParagraphLine534, expr: &zeroOrMoreExpr{ pos: position{line: 287, col: 16, offset: 9871}, expr: &choiceExpr{ pos: position{line: 287, col: 17, offset: 9872}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine532, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine537, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -48659,23 +48747,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine535, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine540, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine539, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine544, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48686,31 +48774,31 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 287, col: 38, offset: 9893}, - run: (*parser).callonListParagraphLine541, + run: (*parser).callonListParagraphLine546, expr: &seqExpr{ pos: position{line: 287, col: 39, offset: 9894}, exprs: []interface{}{ ¬Expr{ pos: position{line: 287, col: 39, offset: 9894}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -48753,7 +48841,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 272, col: 5, offset: 9619}, - run: (*parser).callonListParagraphLine555, + run: (*parser).callonListParagraphLine560, expr: &seqExpr{ pos: position{line: 272, col: 5, offset: 9619}, exprs: []interface{}{ @@ -48767,7 +48855,7 @@ var g = &grammar{ label: "kind", expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListParagraphLine559, + run: (*parser).callonListParagraphLine564, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -48778,18 +48866,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 272, col: 26, offset: 9640}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine564, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine569, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48810,14 +48898,14 @@ var g = &grammar{ }, &stateCodeExpr{ pos: position{line: 276, col: 1, offset: 9720}, - run: (*parser).callonListParagraphLine567, + run: (*parser).callonListParagraphLine572, }, }, }, }, &actionExpr{ pos: position{line: 206, col: 30, offset: 7315}, - run: (*parser).callonListParagraphLine568, + run: (*parser).callonListParagraphLine573, expr: &seqExpr{ pos: position{line: 206, col: 30, offset: 7315}, exprs: []interface{}{ @@ -48834,7 +48922,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 604, col: 19, offset: 21936}, - run: (*parser).callonListParagraphLine573, + run: (*parser).callonListParagraphLine578, expr: &litMatcher{ pos: position{line: 604, col: 19, offset: 21936}, val: "TIP", @@ -48843,7 +48931,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 606, col: 9, offset: 21982}, - run: (*parser).callonListParagraphLine575, + run: (*parser).callonListParagraphLine580, expr: &litMatcher{ pos: position{line: 606, col: 9, offset: 21982}, val: "NOTE", @@ -48852,7 +48940,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 608, col: 9, offset: 22030}, - run: (*parser).callonListParagraphLine577, + run: (*parser).callonListParagraphLine582, expr: &litMatcher{ pos: position{line: 608, col: 9, offset: 22030}, val: "IMPORTANT", @@ -48861,7 +48949,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 610, col: 9, offset: 22088}, - run: (*parser).callonListParagraphLine579, + run: (*parser).callonListParagraphLine584, expr: &litMatcher{ pos: position{line: 610, col: 9, offset: 22088}, val: "WARNING", @@ -48870,7 +48958,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 612, col: 9, offset: 22142}, - run: (*parser).callonListParagraphLine581, + run: (*parser).callonListParagraphLine586, expr: &litMatcher{ pos: position{line: 612, col: 9, offset: 22142}, val: "CAUTION", @@ -48890,7 +48978,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 244, col: 21, offset: 8575}, - run: (*parser).callonListParagraphLine584, + run: (*parser).callonListParagraphLine589, expr: &litMatcher{ pos: position{line: 244, col: 21, offset: 8575}, val: "[horizontal]", @@ -48899,7 +48987,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 222, col: 19, offset: 7871}, - run: (*parser).callonListParagraphLine586, + run: (*parser).callonListParagraphLine591, expr: &seqExpr{ pos: position{line: 222, col: 19, offset: 7871}, exprs: []interface{}{ @@ -48911,18 +48999,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 222, col: 23, offset: 7875}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine592, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine597, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -48940,7 +49028,7 @@ var g = &grammar{ alternatives: []interface{}{ &actionExpr{ pos: position{line: 226, col: 21, offset: 8003}, - run: (*parser).callonListParagraphLine597, + run: (*parser).callonListParagraphLine602, expr: &seqExpr{ pos: position{line: 226, col: 21, offset: 8003}, exprs: []interface{}{ @@ -48949,7 +49037,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListParagraphLine600, + run: (*parser).callonListParagraphLine605, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -48957,7 +49045,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListParagraphLine603, + run: (*parser).callonListParagraphLine608, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -48969,7 +49057,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListParagraphLine606, + run: (*parser).callonListParagraphLine611, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -48980,10 +49068,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListParagraphLine609, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListParagraphLine614, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -48998,12 +49086,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine614, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine619, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -49012,23 +49100,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine617, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine622, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine621, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine626, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49039,7 +49127,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListParagraphLine623, + run: (*parser).callonListParagraphLine628, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -49091,7 +49179,7 @@ var g = &grammar{ label: "value", expr: &actionExpr{ pos: position{line: 238, col: 19, offset: 8435}, - run: (*parser).callonListParagraphLine634, + run: (*parser).callonListParagraphLine639, expr: &labeledExpr{ pos: position{line: 238, col: 19, offset: 8435}, label: "value", @@ -49101,12 +49189,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine638, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine643, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -49115,23 +49203,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine641, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine646, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine645, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine650, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49142,7 +49230,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 238, col: 47, offset: 8463}, - run: (*parser).callonListParagraphLine647, + run: (*parser).callonListParagraphLine652, expr: &seqExpr{ pos: position{line: 238, col: 48, offset: 8464}, exprs: []interface{}{ @@ -49193,18 +49281,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine661, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine666, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49217,7 +49305,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 228, col: 5, offset: 8138}, - run: (*parser).callonListParagraphLine663, + run: (*parser).callonListParagraphLine668, expr: &seqExpr{ pos: position{line: 228, col: 5, offset: 8138}, exprs: []interface{}{ @@ -49226,7 +49314,7 @@ var g = &grammar{ label: "key", expr: &actionExpr{ pos: position{line: 232, col: 17, offset: 8263}, - run: (*parser).callonListParagraphLine666, + run: (*parser).callonListParagraphLine671, expr: &seqExpr{ pos: position{line: 232, col: 17, offset: 8263}, exprs: []interface{}{ @@ -49234,7 +49322,7 @@ var g = &grammar{ pos: position{line: 232, col: 17, offset: 8263}, expr: &actionExpr{ pos: position{line: 260, col: 14, offset: 9148}, - run: (*parser).callonListParagraphLine669, + run: (*parser).callonListParagraphLine674, expr: &litMatcher{ pos: position{line: 260, col: 14, offset: 9148}, val: "quote", @@ -49246,7 +49334,7 @@ var g = &grammar{ pos: position{line: 232, col: 28, offset: 8274}, expr: &actionExpr{ pos: position{line: 283, col: 14, offset: 9812}, - run: (*parser).callonListParagraphLine672, + run: (*parser).callonListParagraphLine677, expr: &litMatcher{ pos: position{line: 283, col: 14, offset: 9812}, val: "verse", @@ -49257,10 +49345,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, - run: (*parser).callonListParagraphLine675, + pos: position{line: 1235, col: 16, offset: 48364}, + run: (*parser).callonListParagraphLine680, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -49275,12 +49363,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonListParagraphLine680, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonListParagraphLine685, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -49289,23 +49377,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonListParagraphLine683, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonListParagraphLine688, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine687, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine692, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49316,7 +49404,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 232, col: 78, offset: 8324}, - run: (*parser).callonListParagraphLine689, + run: (*parser).callonListParagraphLine694, expr: &seqExpr{ pos: position{line: 232, col: 79, offset: 8325}, exprs: []interface{}{ @@ -49369,18 +49457,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine703, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine708, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49409,18 +49497,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 166, col: 170, offset: 6050}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine709, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine714, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49429,24 +49517,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49461,7 +49549,7 @@ var g = &grammar{ pos: position{line: 1001, col: 19, offset: 39446}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, @@ -49476,18 +49564,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine724, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine729, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49496,24 +49584,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49531,18 +49619,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine736, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine741, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49551,24 +49639,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49586,18 +49674,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine748, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine753, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49606,24 +49694,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49646,18 +49734,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine761, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine766, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49666,24 +49754,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49701,18 +49789,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine773, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine778, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49721,24 +49809,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49753,7 +49841,7 @@ var g = &grammar{ label: "line", expr: &actionExpr{ pos: position{line: 480, col: 9, offset: 16573}, - run: (*parser).callonListParagraphLine781, + run: (*parser).callonListParagraphLine786, expr: &seqExpr{ pos: position{line: 480, col: 9, offset: 16573}, exprs: []interface{}{ @@ -49775,23 +49863,23 @@ var g = &grammar{ pos: position{line: 480, col: 45, offset: 16609}, expr: &actionExpr{ pos: position{line: 703, col: 14, offset: 25165}, - run: (*parser).callonListParagraphLine788, + run: (*parser).callonListParagraphLine793, expr: &seqExpr{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine792, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine797, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49806,18 +49894,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonListParagraphLine798, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonListParagraphLine803, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49828,24 +49916,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49861,24 +49949,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49910,18 +49998,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 486, col: 29, offset: 16837}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonContinuedDocumentElement9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -49930,24 +50018,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -49988,18 +50076,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 501, col: 26, offset: 17319}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonOrderedListItem9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50178,18 +50266,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 524, col: 8, offset: 18514}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonOrderedListItem49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50265,18 +50353,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 540, col: 5, offset: 19213}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonUnorderedListItem9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50350,18 +50438,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 558, col: 12, offset: 20218}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonUnorderedListItem28, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50431,18 +50519,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 566, col: 7, offset: 20439}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonUnorderedListItem47, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50519,12 +50607,12 @@ var g = &grammar{ pos: position{line: 581, col: 25, offset: 21120}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonLabeledListItem7, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -50533,23 +50621,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonLabeledListItem10, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonLabeledListItem14, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50567,15 +50655,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 581, col: 47, offset: 21142}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -50661,26 +50749,26 @@ var g = &grammar{ pos: position{line: 594, col: 6, offset: 21441}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonLabeledListItemDescription7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, }, &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -50721,18 +50809,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 596, col: 9, offset: 21696}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonLabeledListItemDescription21, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50741,24 +50829,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -50797,18 +50885,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 623, col: 12, offset: 22503}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonParagraph11, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50819,15 +50907,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 623, col: 16, offset: 22507}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -50934,18 +51022,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 627, col: 12, offset: 22735}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonParagraph42, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -50956,15 +51044,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 627, col: 16, offset: 22739}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -51034,18 +51122,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 638, col: 16, offset: 23008}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseParagraph15, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51056,15 +51144,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 638, col: 20, offset: 23012}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -51171,18 +51259,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 642, col: 16, offset: 23256}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseParagraph46, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51193,15 +51281,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 642, col: 20, offset: 23260}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -51250,35 +51338,35 @@ var g = &grammar{ ¬Expr{ pos: position{line: 652, col: 19, offset: 23485}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonInlineElements4, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElements12, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51287,24 +51375,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51339,29 +51427,51 @@ var g = &grammar{ ignoreCase: false, }, }, + &zeroOrMoreExpr{ + pos: position{line: 1169, col: 45, offset: 45709}, + expr: &choiceExpr{ + pos: position{line: 1312, col: 7, offset: 50176}, + alternatives: []interface{}{ + &litMatcher{ + pos: position{line: 1312, col: 7, offset: 50176}, + val: " ", + ignoreCase: false, + }, + &actionExpr{ + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements30, + expr: &litMatcher{ + pos: position{line: 1312, col: 13, offset: 50182}, + val: "\t", + ignoreCase: false, + }, + }, + }, + }, + }, &litMatcher{ - pos: position{line: 1169, col: 45, offset: 45709}, + pos: position{line: 1169, col: 49, offset: 45713}, val: "//", ignoreCase: false, }, &labeledExpr{ - pos: position{line: 1169, col: 50, offset: 45714}, + pos: position{line: 1169, col: 54, offset: 45718}, label: "content", expr: &actionExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, - run: (*parser).callonInlineElements29, + pos: position{line: 1173, col: 29, offset: 45846}, + run: (*parser).callonInlineElements34, expr: &zeroOrMoreExpr{ - pos: position{line: 1173, col: 29, offset: 45842}, + pos: position{line: 1173, col: 29, offset: 45846}, expr: &choiceExpr{ - pos: position{line: 1173, col: 30, offset: 45843}, + pos: position{line: 1173, col: 30, offset: 45847}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, - run: (*parser).callonInlineElements32, + pos: position{line: 1270, col: 14, offset: 49237}, + run: (*parser).callonInlineElements37, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -51370,23 +51480,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, - run: (*parser).callonInlineElements35, + pos: position{line: 1284, col: 11, offset: 49631}, + run: (*parser).callonInlineElements40, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements39, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements44, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51396,39 +51506,39 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1173, col: 51, offset: 45864}, - run: (*parser).callonInlineElements41, + pos: position{line: 1173, col: 51, offset: 45868}, + run: (*parser).callonInlineElements46, expr: &seqExpr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1173, col: 52, offset: 45865}, + pos: position{line: 1173, col: 52, offset: 45869}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, }, &anyMatcher{ - line: 1173, col: 58, offset: 45871, + line: 1173, col: 58, offset: 45875, }, }, }, @@ -51439,24 +51549,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51468,7 +51578,7 @@ var g = &grammar{ }, &actionExpr{ pos: position{line: 655, col: 9, offset: 23612}, - run: (*parser).callonInlineElements55, + run: (*parser).callonInlineElements60, expr: &seqExpr{ pos: position{line: 655, col: 9, offset: 23612}, exprs: []interface{}{ @@ -51478,7 +51588,7 @@ var g = &grammar{ pos: position{line: 1001, col: 19, offset: 39446}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, @@ -51493,18 +51603,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements65, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements70, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51513,24 +51623,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51548,18 +51658,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements77, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements82, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51568,24 +51678,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51603,18 +51713,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements89, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements94, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51623,24 +51733,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51663,18 +51773,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements102, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements107, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51683,24 +51793,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51718,18 +51828,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements114, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements119, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51738,24 +51848,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51783,23 +51893,23 @@ var g = &grammar{ pos: position{line: 655, col: 61, offset: 23664}, expr: &actionExpr{ pos: position{line: 703, col: 14, offset: 25165}, - run: (*parser).callonInlineElements126, + run: (*parser).callonInlineElements131, expr: &seqExpr{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements130, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements135, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51814,18 +51924,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, - run: (*parser).callonInlineElements136, + pos: position{line: 1312, col: 13, offset: 50182}, + run: (*parser).callonInlineElements141, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51836,24 +51946,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51865,24 +51975,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51909,24 +52019,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 661, col: 18, offset: 23830}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -51941,18 +52051,18 @@ var g = &grammar{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement14, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51967,18 +52077,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement20, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -51989,24 +52099,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -52023,23 +52133,23 @@ var g = &grammar{ pos: position{line: 662, col: 14, offset: 23860}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement30, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement34, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52049,10 +52159,10 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, run: (*parser).callonInlineElement36, expr: &litMatcher{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, val: ".", ignoreCase: false, }, @@ -52080,20 +52190,20 @@ var g = &grammar{ pos: position{line: 940, col: 30, offset: 36837}, label: "path", expr: &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElement44, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement47, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52102,23 +52212,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElement50, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -52128,20 +52238,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement59, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52150,23 +52260,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -52205,12 +52315,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement75, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52219,23 +52329,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement78, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement82, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52302,12 +52412,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement98, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52316,23 +52426,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement101, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement105, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52399,12 +52509,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement121, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52413,23 +52523,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement124, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement128, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52537,10 +52647,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement156, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -52555,12 +52665,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement161, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52569,23 +52679,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement164, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement168, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52658,12 +52768,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement185, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52672,23 +52782,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement188, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement192, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52750,18 +52860,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement208, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52814,10 +52924,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement222, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -52832,12 +52942,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement227, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52846,23 +52956,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement230, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement234, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52926,18 +53036,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement250, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -52983,12 +53093,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement260, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -52997,23 +53107,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement263, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement267, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53080,12 +53190,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement283, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53094,23 +53204,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement286, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement290, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53218,10 +53328,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement318, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -53236,12 +53346,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement323, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53250,23 +53360,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement326, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement330, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53339,12 +53449,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement347, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53353,23 +53463,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement350, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement354, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53431,18 +53541,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement370, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53495,10 +53605,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement384, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -53513,12 +53623,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement389, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53527,23 +53637,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement392, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement396, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53607,18 +53717,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement412, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53664,12 +53774,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement422, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53678,23 +53788,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement425, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement429, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53802,10 +53912,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement457, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -53820,12 +53930,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement462, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53834,23 +53944,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement465, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement469, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -53923,12 +54033,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement486, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -53937,23 +54047,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement489, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement493, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54015,18 +54125,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement509, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54079,10 +54189,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement523, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -54097,12 +54207,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement528, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54111,23 +54221,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement531, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement535, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54191,18 +54301,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement551, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54286,10 +54396,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement572, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -54304,12 +54414,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement577, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54318,23 +54428,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement580, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement584, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54407,12 +54517,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement601, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54421,23 +54531,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement604, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement608, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54499,18 +54609,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement624, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54563,10 +54673,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement638, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -54581,12 +54691,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement643, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54595,23 +54705,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement646, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement650, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54675,18 +54785,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement666, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54747,30 +54857,30 @@ var g = &grammar{ &zeroOrOneExpr{ pos: position{line: 917, col: 20, offset: 36054}, expr: &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, @@ -54778,20 +54888,20 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElement685, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement688, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54800,23 +54910,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElement691, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -54826,20 +54936,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement700, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54848,23 +54958,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -54906,12 +55016,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement716, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -54920,23 +55030,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement719, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement723, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -54997,18 +55107,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement739, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55066,10 +55176,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement756, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -55084,12 +55194,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement761, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55098,23 +55208,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement764, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement768, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55187,12 +55297,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement785, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55201,23 +55311,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement788, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement792, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55279,18 +55389,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement808, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55343,10 +55453,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement822, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -55361,12 +55471,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement827, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55375,23 +55485,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement830, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement834, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55455,18 +55565,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement850, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55550,10 +55660,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement871, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -55568,12 +55678,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement876, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55582,23 +55692,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement879, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement883, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55671,12 +55781,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement900, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55685,23 +55795,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement903, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement907, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55763,18 +55873,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement923, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55827,10 +55937,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement937, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -55845,12 +55955,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement942, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -55859,23 +55969,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement945, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement949, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55939,18 +56049,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement965, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -55995,50 +56105,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElement979, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement982, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56047,23 +56157,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElement985, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -56073,20 +56183,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement994, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56095,23 +56205,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -56153,12 +56263,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1010, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56167,23 +56277,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1013, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1017, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56244,18 +56354,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1033, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56313,10 +56423,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement1050, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -56331,12 +56441,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1055, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56345,23 +56455,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1058, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1062, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56434,12 +56544,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1079, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56448,23 +56558,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1082, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1086, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56526,18 +56636,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1102, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56590,10 +56700,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement1116, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -56608,12 +56718,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1121, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56622,23 +56732,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1124, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1128, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56702,18 +56812,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1144, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56797,10 +56907,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement1165, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -56815,12 +56925,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1170, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56829,23 +56939,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1173, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1177, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -56918,12 +57028,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1194, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -56932,23 +57042,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1197, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1201, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57010,18 +57120,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1217, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57074,10 +57184,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElement1231, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -57092,12 +57202,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1236, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57106,23 +57216,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1239, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1243, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57186,18 +57296,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1259, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57239,50 +57349,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElement1272, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1275, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57291,23 +57401,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElement1278, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -57317,20 +57427,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1287, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57339,23 +57449,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -57382,12 +57492,12 @@ var g = &grammar{ name: "InlineFootnote", }, &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1296, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57414,20 +57524,20 @@ var g = &grammar{ pos: position{line: 883, col: 24, offset: 34987}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElement1304, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1307, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57436,23 +57546,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElement1310, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -57462,20 +57572,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1319, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57484,47 +57594,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -57537,18 +57647,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 883, col: 32, offset: 34995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1335, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57573,12 +57683,12 @@ var g = &grammar{ pos: position{line: 889, col: 25, offset: 35206}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1342, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57587,23 +57697,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElement1345, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1349, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57660,20 +57770,20 @@ var g = &grammar{ pos: position{line: 885, col: 10, offset: 35111}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElement1361, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1364, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57682,23 +57792,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElement1367, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -57708,20 +57818,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1376, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57730,47 +57840,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -57854,20 +57964,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElement1404, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1407, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -57876,23 +57986,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElement1410, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -57902,20 +58012,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1419, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -57924,47 +58034,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -57982,18 +58092,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1436, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58005,25 +58115,25 @@ var g = &grammar{ }, }, &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, inverted: false, }, &actionExpr{ - pos: position{line: 1278, col: 9, offset: 49337}, + pos: position{line: 1278, col: 9, offset: 49341}, run: (*parser).callonInlineElement1439, expr: &choiceExpr{ - pos: position{line: 1278, col: 10, offset: 49338}, + pos: position{line: 1278, col: 10, offset: 49342}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElement1441, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -58032,25 +58142,25 @@ var g = &grammar{ }, }, &oneOrMoreExpr{ - pos: position{line: 1278, col: 22, offset: 49350}, + pos: position{line: 1278, col: 22, offset: 49354}, expr: &actionExpr{ - pos: position{line: 1278, col: 23, offset: 49351}, + pos: position{line: 1278, col: 23, offset: 49355}, run: (*parser).callonInlineElement1445, expr: &seqExpr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -58060,20 +58170,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 33, offset: 49361}, + pos: position{line: 1278, col: 33, offset: 49365}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElement1454, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58082,9 +58192,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 37, offset: 49365}, + pos: position{line: 1278, col: 37, offset: 49369}, expr: &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, @@ -58092,15 +58202,15 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 50, offset: 49378}, + pos: position{line: 1278, col: 50, offset: 49382}, expr: &litMatcher{ - pos: position{line: 1278, col: 51, offset: 49379}, + pos: position{line: 1278, col: 51, offset: 49383}, val: ".", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1278, col: 55, offset: 49383}, + pos: position{line: 1278, col: 55, offset: 49387}, expr: &choiceExpr{ pos: position{line: 722, col: 33, offset: 25947}, alternatives: []interface{}{ @@ -58122,16 +58232,16 @@ var g = &grammar{ }, }, &anyMatcher{ - line: 1278, col: 86, offset: 49414, + line: 1278, col: 86, offset: 49418, }, }, }, }, }, &oneOrMoreExpr{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, expr: &litMatcher{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, val: ".", ignoreCase: false, }, @@ -58158,35 +58268,35 @@ var g = &grammar{ ¬Expr{ pos: position{line: 681, col: 37, offset: 24432}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonInlineElementsWithoutSubtitution4, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution12, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58195,24 +58305,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58227,7 +58337,7 @@ var g = &grammar{ pos: position{line: 1001, col: 19, offset: 39446}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, @@ -58242,18 +58352,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution27, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58262,24 +58372,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58297,18 +58407,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution39, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58317,24 +58427,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58352,18 +58462,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution51, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58372,24 +58482,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58412,18 +58522,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution64, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58432,24 +58542,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58467,18 +58577,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution76, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58487,24 +58597,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58537,18 +58647,18 @@ var g = &grammar{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution92, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58563,18 +58673,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementsWithoutSubtitution98, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58585,24 +58695,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58614,24 +58724,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58652,24 +58762,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 685, col: 36, offset: 24690}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58684,18 +58794,18 @@ var g = &grammar{ pos: position{line: 703, col: 14, offset: 25165}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution14, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58710,18 +58820,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 703, col: 21, offset: 25172}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution20, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58732,24 +58842,24 @@ var g = &grammar{ &andExpr{ pos: position{line: 703, col: 25, offset: 25176}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -58766,23 +58876,23 @@ var g = &grammar{ pos: position{line: 686, col: 14, offset: 24720}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution30, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution34, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58792,10 +58902,10 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, run: (*parser).callonInlineElementWithoutSubtitution36, expr: &litMatcher{ - pos: position{line: 1274, col: 8, offset: 49289}, + pos: position{line: 1274, col: 8, offset: 49293}, val: ".", ignoreCase: false, }, @@ -58823,20 +58933,20 @@ var g = &grammar{ pos: position{line: 940, col: 30, offset: 36837}, label: "path", expr: &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElementWithoutSubtitution44, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution47, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -58845,23 +58955,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElementWithoutSubtitution50, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -58871,20 +58981,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution59, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -58893,23 +59003,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -58948,12 +59058,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution75, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -58962,23 +59072,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution78, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution82, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59045,12 +59155,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution98, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59059,23 +59169,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution101, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution105, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59142,12 +59252,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution121, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59156,23 +59266,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution124, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution128, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59280,10 +59390,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution156, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -59298,12 +59408,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution161, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59312,23 +59422,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution164, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution168, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59401,12 +59511,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution185, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59415,23 +59525,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution188, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution192, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59493,18 +59603,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution208, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59557,10 +59667,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution222, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -59575,12 +59685,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution227, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59589,23 +59699,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution230, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution234, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59669,18 +59779,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution250, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59726,12 +59836,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution260, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59740,23 +59850,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution263, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution267, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59823,12 +59933,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution283, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59837,23 +59947,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution286, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution290, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -59961,10 +60071,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution318, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -59979,12 +60089,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution323, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -59993,23 +60103,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution326, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution330, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60082,12 +60192,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution347, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60096,23 +60206,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution350, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution354, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60174,18 +60284,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution370, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60238,10 +60348,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution384, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -60256,12 +60366,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution389, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60270,23 +60380,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution392, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution396, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60350,18 +60460,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution412, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60407,12 +60517,12 @@ var g = &grammar{ pos: position{line: 962, col: 20, offset: 37829}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution422, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60421,23 +60531,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution425, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution429, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60545,10 +60655,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution457, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -60563,12 +60673,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution462, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60577,23 +60687,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution465, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution469, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60666,12 +60776,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution486, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60680,23 +60790,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution489, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution493, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60758,18 +60868,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution509, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60822,10 +60932,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution523, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -60840,12 +60950,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution528, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -60854,23 +60964,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution531, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution535, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -60934,18 +61044,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution551, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61029,10 +61139,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution572, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -61047,12 +61157,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution577, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61061,23 +61171,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution580, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution584, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61150,12 +61260,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution601, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61164,23 +61274,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution604, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution608, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61242,18 +61352,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution624, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61306,10 +61416,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution638, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -61324,12 +61434,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution643, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61338,23 +61448,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution646, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution650, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61418,18 +61528,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution666, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61490,30 +61600,30 @@ var g = &grammar{ &zeroOrOneExpr{ pos: position{line: 917, col: 20, offset: 36054}, expr: &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, @@ -61521,20 +61631,20 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElementWithoutSubtitution685, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution688, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61543,23 +61653,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElementWithoutSubtitution691, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -61569,20 +61679,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution700, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61591,23 +61701,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -61649,12 +61759,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution716, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61663,23 +61773,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution719, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution723, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61740,18 +61850,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution739, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61809,10 +61919,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution756, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -61827,12 +61937,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution761, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61841,23 +61951,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution764, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution768, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -61930,12 +62040,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution785, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -61944,23 +62054,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution788, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution792, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62022,18 +62132,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution808, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62086,10 +62196,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution822, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -62104,12 +62214,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution827, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62118,23 +62228,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution830, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution834, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62198,18 +62308,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution850, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62293,10 +62403,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution871, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -62311,12 +62421,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution876, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62325,23 +62435,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution879, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution883, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62414,12 +62524,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution900, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62428,23 +62538,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution903, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution907, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62506,18 +62616,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution923, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62570,10 +62680,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution937, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -62588,12 +62698,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution942, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62602,23 +62712,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution945, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution949, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62682,18 +62792,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution965, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62738,50 +62848,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElementWithoutSubtitution979, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution982, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62790,23 +62900,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElementWithoutSubtitution985, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -62816,20 +62926,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution994, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62838,23 +62948,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -62896,12 +63006,12 @@ var g = &grammar{ pos: position{line: 927, col: 23, offset: 36419}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1010, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -62910,23 +63020,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1013, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1017, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -62987,18 +63097,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 921, col: 53, offset: 36158}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1033, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63056,10 +63166,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution1050, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -63074,12 +63184,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1055, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63088,23 +63198,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1058, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1062, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63177,12 +63287,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1079, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63191,23 +63301,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1082, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1086, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63269,18 +63379,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1102, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63333,10 +63443,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution1116, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -63351,12 +63461,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1121, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63365,23 +63475,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1124, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1128, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63445,18 +63555,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1144, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63540,10 +63650,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution1165, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -63558,12 +63668,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1170, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63572,23 +63682,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1173, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1177, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63661,12 +63771,12 @@ var g = &grammar{ pos: position{line: 238, col: 26, offset: 8442}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1194, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63675,23 +63785,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1197, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1201, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63753,18 +63863,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 226, col: 72, offset: 8054}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1217, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63817,10 +63927,10 @@ var g = &grammar{ ¬Expr{ pos: position{line: 232, col: 39, offset: 8285}, expr: &actionExpr{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, run: (*parser).callonInlineElementWithoutSubtitution1231, expr: &litMatcher{ - pos: position{line: 1235, col: 16, offset: 48360}, + pos: position{line: 1235, col: 16, offset: 48364}, val: "literal", ignoreCase: false, }, @@ -63835,12 +63945,12 @@ var g = &grammar{ pos: position{line: 232, col: 57, offset: 8303}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1236, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -63849,23 +63959,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1239, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1243, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63929,18 +64039,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 228, col: 29, offset: 8162}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1259, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -63982,50 +64092,50 @@ var g = &grammar{ pos: position{line: 908, col: 20, offset: 35743}, exprs: []interface{}{ &choiceExpr{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1306, col: 15, offset: 50057}, + pos: position{line: 1306, col: 15, offset: 50061}, val: "http://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 27, offset: 50069}, + pos: position{line: 1306, col: 27, offset: 50073}, val: "https://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 40, offset: 50082}, + pos: position{line: 1306, col: 40, offset: 50086}, val: "ftp://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 51, offset: 50093}, + pos: position{line: 1306, col: 51, offset: 50097}, val: "irc://", ignoreCase: false, }, &litMatcher{ - pos: position{line: 1306, col: 62, offset: 50104}, + pos: position{line: 1306, col: 62, offset: 50108}, val: "mailto:", ignoreCase: false, }, }, }, &actionExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, run: (*parser).callonInlineElementWithoutSubtitution1272, expr: &oneOrMoreExpr{ - pos: position{line: 1288, col: 8, offset: 49674}, + pos: position{line: 1288, col: 8, offset: 49678}, expr: &choiceExpr{ - pos: position{line: 1288, col: 9, offset: 49675}, + pos: position{line: 1288, col: 9, offset: 49679}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1275, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64034,23 +64144,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1288, col: 21, offset: 49687}, + pos: position{line: 1288, col: 21, offset: 49691}, run: (*parser).callonInlineElementWithoutSubtitution1278, expr: &seqExpr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1288, col: 22, offset: 49688}, + pos: position{line: 1288, col: 22, offset: 49692}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -64060,20 +64170,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 31, offset: 49697}, + pos: position{line: 1288, col: 31, offset: 49701}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1287, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64082,23 +64192,23 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1288, col: 35, offset: 49701}, + pos: position{line: 1288, col: 35, offset: 49705}, expr: &litMatcher{ - pos: position{line: 1288, col: 36, offset: 49702}, + pos: position{line: 1288, col: 36, offset: 49706}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1288, col: 40, offset: 49706}, + pos: position{line: 1288, col: 40, offset: 49710}, expr: &litMatcher{ - pos: position{line: 1288, col: 41, offset: 49707}, + pos: position{line: 1288, col: 41, offset: 49711}, val: "]", ignoreCase: false, }, }, &anyMatcher{ - line: 1288, col: 46, offset: 49712, + line: 1288, col: 46, offset: 49716, }, }, }, @@ -64121,12 +64231,12 @@ var g = &grammar{ name: "Passthrough", }, &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1295, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64153,20 +64263,20 @@ var g = &grammar{ pos: position{line: 883, col: 24, offset: 34987}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElementWithoutSubtitution1303, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1306, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64175,23 +64285,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElementWithoutSubtitution1309, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -64201,20 +64311,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1318, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64223,47 +64333,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -64276,18 +64386,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 883, col: 32, offset: 34995}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1334, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64312,12 +64422,12 @@ var g = &grammar{ pos: position{line: 889, col: 25, offset: 35206}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1341, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64326,23 +64436,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineElementWithoutSubtitution1344, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1348, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64399,20 +64509,20 @@ var g = &grammar{ pos: position{line: 885, col: 10, offset: 35111}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElementWithoutSubtitution1360, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1363, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64421,23 +64531,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElementWithoutSubtitution1366, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -64447,20 +64557,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1375, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64469,47 +64579,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -64542,20 +64652,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonInlineElementWithoutSubtitution1393, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1396, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64564,23 +64674,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonInlineElementWithoutSubtitution1399, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -64590,20 +64700,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1408, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64612,47 +64722,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -64670,18 +64780,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1425, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64693,25 +64803,25 @@ var g = &grammar{ }, }, &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, inverted: false, }, &actionExpr{ - pos: position{line: 1278, col: 9, offset: 49337}, + pos: position{line: 1278, col: 9, offset: 49341}, run: (*parser).callonInlineElementWithoutSubtitution1428, expr: &choiceExpr{ - pos: position{line: 1278, col: 10, offset: 49338}, + pos: position{line: 1278, col: 10, offset: 49342}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineElementWithoutSubtitution1430, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -64720,25 +64830,25 @@ var g = &grammar{ }, }, &oneOrMoreExpr{ - pos: position{line: 1278, col: 22, offset: 49350}, + pos: position{line: 1278, col: 22, offset: 49354}, expr: &actionExpr{ - pos: position{line: 1278, col: 23, offset: 49351}, + pos: position{line: 1278, col: 23, offset: 49355}, run: (*parser).callonInlineElementWithoutSubtitution1434, expr: &seqExpr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1278, col: 24, offset: 49352}, + pos: position{line: 1278, col: 24, offset: 49356}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -64748,20 +64858,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 33, offset: 49361}, + pos: position{line: 1278, col: 33, offset: 49365}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineElementWithoutSubtitution1443, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -64770,9 +64880,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 37, offset: 49365}, + pos: position{line: 1278, col: 37, offset: 49369}, expr: &charClassMatcher{ - pos: position{line: 1268, col: 16, offset: 49197}, + pos: position{line: 1268, col: 16, offset: 49201}, val: "[()[]]", chars: []rune{'(', ')', '[', ']'}, ignoreCase: false, @@ -64780,15 +64890,15 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1278, col: 50, offset: 49378}, + pos: position{line: 1278, col: 50, offset: 49382}, expr: &litMatcher{ - pos: position{line: 1278, col: 51, offset: 49379}, + pos: position{line: 1278, col: 51, offset: 49383}, val: ".", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1278, col: 55, offset: 49383}, + pos: position{line: 1278, col: 55, offset: 49387}, expr: &choiceExpr{ pos: position{line: 722, col: 33, offset: 25947}, alternatives: []interface{}{ @@ -64810,16 +64920,16 @@ var g = &grammar{ }, }, &anyMatcher{ - line: 1278, col: 86, offset: 49414, + line: 1278, col: 86, offset: 49418, }, }, }, }, }, &oneOrMoreExpr{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, expr: &litMatcher{ - pos: position{line: 1280, col: 7, offset: 49455}, + pos: position{line: 1280, col: 7, offset: 49459}, val: ".", ignoreCase: false, }, @@ -65008,7 +65118,7 @@ var g = &grammar{ ¬Expr{ pos: position{line: 732, col: 50, offset: 26532}, expr: &charClassMatcher{ - pos: position{line: 1266, col: 13, offset: 49169}, + pos: position{line: 1266, col: 13, offset: 49173}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -65300,7 +65410,7 @@ var g = &grammar{ ¬Expr{ pos: position{line: 760, col: 50, offset: 27998}, expr: &charClassMatcher{ - pos: position{line: 1266, col: 13, offset: 49169}, + pos: position{line: 1266, col: 13, offset: 49173}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -65592,7 +65702,7 @@ var g = &grammar{ ¬Expr{ pos: position{line: 780, col: 50, offset: 29383}, expr: &charClassMatcher{ - pos: position{line: 1266, col: 13, offset: 49169}, + pos: position{line: 1266, col: 13, offset: 49173}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66355,18 +66465,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 834, col: 48, offset: 33132}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuotedTextContent8, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66403,12 +66513,12 @@ var g = &grammar{ pos: position{line: 838, col: 20, offset: 33370}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonQuotedTextContentElement6, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66425,15 +66535,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 838, col: 33, offset: 33383}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -66445,18 +66555,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 838, col: 42, offset: 33392}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuotedTextContentElement18, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66523,12 +66633,12 @@ var g = &grammar{ pos: position{line: 844, col: 30, offset: 33567}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonQuotedTextContentElement34, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66545,15 +66655,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 844, col: 43, offset: 33580}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -66565,18 +66675,18 @@ var g = &grammar{ ¬Expr{ pos: position{line: 844, col: 52, offset: 33589}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuotedTextContentElement46, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66623,12 +66733,12 @@ var g = &grammar{ pos: position{line: 864, col: 41, offset: 34282}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonPassthrough8, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66637,23 +66747,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonPassthrough11, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonPassthrough15, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66714,12 +66824,12 @@ var g = &grammar{ pos: position{line: 858, col: 39, offset: 34071}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonPassthrough29, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66728,23 +66838,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonPassthrough32, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonPassthrough36, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66762,15 +66872,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 858, col: 61, offset: 34093}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -66838,12 +66948,12 @@ var g = &grammar{ pos: position{line: 876, col: 31, offset: 34785}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonPassthroughMacro8, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66852,23 +66962,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonPassthroughMacro11, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonPassthroughMacro15, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -66933,12 +67043,12 @@ var g = &grammar{ name: "QuotedText", }, &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonPassthroughMacro30, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -66947,23 +67057,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonPassthroughMacro33, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonPassthroughMacro37, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67063,12 +67173,12 @@ var g = &grammar{ pos: position{line: 979, col: 17, offset: 38655}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineFootnote15, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -67077,23 +67187,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineFootnote18, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineFootnote22, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67127,24 +67237,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 979, col: 49, offset: 38687}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67205,12 +67315,12 @@ var g = &grammar{ pos: position{line: 979, col: 17, offset: 38655}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonInlineFootnote48, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -67219,23 +67329,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonInlineFootnote51, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonInlineFootnote55, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67269,24 +67379,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 979, col: 49, offset: 38687}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67339,24 +67449,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 985, col: 35, offset: 38846}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67365,18 +67475,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 985, col: 40, offset: 38851}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFootnoteContent16, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67401,20 +67511,20 @@ var g = &grammar{ pos: position{line: 181, col: 25, offset: 6504}, label: "id", expr: &actionExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, run: (*parser).callonFootnoteContent23, expr: &oneOrMoreExpr{ - pos: position{line: 1294, col: 7, offset: 49793}, + pos: position{line: 1294, col: 7, offset: 49797}, expr: &choiceExpr{ - pos: position{line: 1294, col: 8, offset: 49794}, + pos: position{line: 1294, col: 8, offset: 49798}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonFootnoteContent26, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -67423,23 +67533,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1294, col: 20, offset: 49806}, + pos: position{line: 1294, col: 20, offset: 49810}, run: (*parser).callonFootnoteContent29, expr: &seqExpr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1294, col: 21, offset: 49807}, + pos: position{line: 1294, col: 21, offset: 49811}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -67449,20 +67559,20 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 30, offset: 49816}, + pos: position{line: 1294, col: 30, offset: 49820}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFootnoteContent38, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67471,47 +67581,47 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1294, col: 34, offset: 49820}, + pos: position{line: 1294, col: 34, offset: 49824}, expr: &litMatcher{ - pos: position{line: 1294, col: 35, offset: 49821}, + pos: position{line: 1294, col: 35, offset: 49825}, val: "[", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 39, offset: 49825}, + pos: position{line: 1294, col: 39, offset: 49829}, expr: &litMatcher{ - pos: position{line: 1294, col: 40, offset: 49826}, + pos: position{line: 1294, col: 40, offset: 49830}, val: "]", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 44, offset: 49830}, + pos: position{line: 1294, col: 44, offset: 49834}, expr: &litMatcher{ - pos: position{line: 1294, col: 45, offset: 49831}, + pos: position{line: 1294, col: 45, offset: 49835}, val: "<<", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 50, offset: 49836}, + pos: position{line: 1294, col: 50, offset: 49840}, expr: &litMatcher{ - pos: position{line: 1294, col: 51, offset: 49837}, + pos: position{line: 1294, col: 51, offset: 49841}, val: ">>", ignoreCase: false, }, }, ¬Expr{ - pos: position{line: 1294, col: 56, offset: 49842}, + pos: position{line: 1294, col: 56, offset: 49846}, expr: &litMatcher{ - pos: position{line: 1294, col: 57, offset: 49843}, + pos: position{line: 1294, col: 57, offset: 49847}, val: ",", ignoreCase: false, }, }, &anyMatcher{ - line: 1294, col: 62, offset: 49848, + line: 1294, col: 62, offset: 49852, }, }, }, @@ -67529,18 +67639,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 181, col: 38, offset: 6517}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFootnoteContent55, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67559,18 +67669,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 985, col: 75, offset: 38886}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFootnoteContent61, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67608,18 +67718,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67628,24 +67738,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67682,18 +67792,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock29, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67702,24 +67812,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67730,9 +67840,9 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1035, col: 44, offset: 40809}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67748,12 +67858,12 @@ var g = &grammar{ pos: position{line: 1039, col: 29, offset: 40926}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDelimitedBlock43, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -67762,23 +67872,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDelimitedBlock46, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock50, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67806,18 +67916,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock60, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67826,24 +67936,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67854,24 +67964,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1039, col: 74, offset: 40971}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67889,24 +67999,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67933,18 +68043,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock85, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -67953,24 +68063,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -67978,9 +68088,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68006,18 +68116,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1159, col: 39, offset: 45337}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock101, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68026,15 +68136,15 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -68059,12 +68169,12 @@ var g = &grammar{ pos: position{line: 1163, col: 22, offset: 45535}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonDelimitedBlock112, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -68073,23 +68183,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonDelimitedBlock115, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock119, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68115,24 +68225,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1163, col: 67, offset: 45580}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68148,24 +68258,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68189,18 +68299,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1159, col: 104, offset: 45402}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonDelimitedBlock143, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68209,24 +68319,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68234,9 +68344,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68276,18 +68386,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFencedBlock7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68296,24 +68406,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68343,18 +68453,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFencedBlock23, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68363,24 +68473,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68388,9 +68498,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68406,35 +68516,35 @@ var g = &grammar{ pos: position{line: 1019, col: 23, offset: 40154}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonFencedBlockContent2, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonFencedBlockContent10, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68443,24 +68553,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68496,18 +68606,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonExampleBlock7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68516,24 +68626,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68547,35 +68657,35 @@ var g = &grammar{ pos: position{line: 1050, col: 48, offset: 41436}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonExampleBlock17, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonExampleBlock25, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68584,24 +68694,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68635,18 +68745,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonExampleBlock40, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68655,24 +68765,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68680,9 +68790,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -68730,18 +68840,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 501, col: 26, offset: 17319}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68920,18 +69030,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 524, col: 8, offset: 18514}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine49, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -68954,18 +69064,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 540, col: 5, offset: 19213}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine57, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69039,18 +69149,18 @@ var g = &grammar{ &oneOrMoreExpr{ pos: position{line: 558, col: 12, offset: 20218}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine76, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69076,12 +69186,12 @@ var g = &grammar{ pos: position{line: 581, col: 25, offset: 21120}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonBlockParagraphLine83, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -69090,23 +69200,23 @@ var g = &grammar{ }, }, &actionExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, run: (*parser).callonBlockParagraphLine86, expr: &oneOrMoreExpr{ - pos: position{line: 1284, col: 11, offset: 49627}, + pos: position{line: 1284, col: 11, offset: 49631}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine90, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69124,15 +69234,15 @@ var g = &grammar{ ¬Expr{ pos: position{line: 581, col: 47, offset: 21142}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -69202,18 +69312,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 486, col: 29, offset: 16837}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine113, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69222,24 +69332,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69254,7 +69364,7 @@ var g = &grammar{ pos: position{line: 1001, col: 19, offset: 39446}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1185, col: 26, offset: 46352}, + pos: position{line: 1185, col: 26, offset: 46356}, val: "....", ignoreCase: false, }, @@ -69269,18 +69379,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1013, col: 31, offset: 39937}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine128, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69289,24 +69399,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69324,18 +69434,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1024, col: 33, offset: 40417}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine140, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69344,24 +69454,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69379,18 +69489,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1048, col: 33, offset: 41380}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine152, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69399,24 +69509,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69439,18 +69549,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine165, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69459,24 +69569,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69494,18 +69604,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonBlockParagraphLine177, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69514,24 +69624,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69570,18 +69680,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteBlock7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69590,24 +69700,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69637,18 +69747,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteBlock23, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69657,24 +69767,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69682,9 +69792,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69715,18 +69825,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonQuoteBlockElement9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69735,24 +69845,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69763,9 +69873,9 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1078, col: 26, offset: 42467}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69811,18 +69921,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlock11, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69831,24 +69941,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69878,18 +69988,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlock27, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -69898,24 +70008,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69923,9 +70033,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -69983,18 +70093,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlockLine9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70003,24 +70113,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70031,9 +70141,9 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1104, col: 40, offset: 43266}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70046,24 +70156,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70099,18 +70209,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1071, col: 31, offset: 42205}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlockLineContent11, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70119,24 +70229,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70147,24 +70257,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1108, col: 57, offset: 43409}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70173,18 +70283,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1108, col: 62, offset: 43414}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlockLineContent27, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70199,18 +70309,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1108, col: 80, offset: 43432}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonVerseBlockLineContent33, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70241,18 +70351,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSidebarBlock7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70261,24 +70371,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70308,18 +70418,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1115, col: 33, offset: 43806}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSidebarBlock23, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70328,24 +70438,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70353,9 +70463,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70371,35 +70481,35 @@ var g = &grammar{ pos: position{line: 1121, col: 24, offset: 44030}, alternatives: []interface{}{ &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonSidebarBlockContent2, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonSidebarBlockContent10, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70408,24 +70518,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70493,18 +70603,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1139, col: 26, offset: 44616}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTable7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70513,24 +70623,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70571,18 +70681,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1139, col: 26, offset: 44616}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTable26, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70591,24 +70701,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70616,9 +70726,9 @@ var g = &grammar{ }, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70649,18 +70759,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1139, col: 26, offset: 44616}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableLineHeader9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70669,24 +70779,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70706,58 +70816,58 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, }, &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonTableLineHeader24, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableLineHeader32, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70766,24 +70876,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70817,18 +70927,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1139, col: 26, offset: 44616}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableLine9, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70837,24 +70947,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70874,24 +70984,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70899,35 +71009,35 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1146, col: 53, offset: 44866}, expr: &actionExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, run: (*parser).callonTableLine25, expr: &seqExpr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, exprs: []interface{}{ ¬Expr{ - pos: position{line: 1259, col: 14, offset: 49001}, + pos: position{line: 1259, col: 14, offset: 49005}, expr: ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, &zeroOrMoreExpr{ - pos: position{line: 1259, col: 19, offset: 49006}, + pos: position{line: 1259, col: 19, offset: 49010}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableLine33, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -70936,24 +71046,24 @@ var g = &grammar{ }, }, &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -70983,18 +71093,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1137, col: 27, offset: 44586}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableCell7, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -71023,18 +71133,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1137, col: 27, offset: 44586}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableCell18, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -71048,24 +71158,24 @@ var g = &grammar{ ¬Expr{ pos: position{line: 1150, col: 63, offset: 44997}, expr: &choiceExpr{ - pos: position{line: 1320, col: 8, offset: 50270}, + pos: position{line: 1320, col: 8, offset: 50274}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, inverted: false, }, ¬Expr{ - pos: position{line: 1318, col: 8, offset: 50259}, + pos: position{line: 1318, col: 8, offset: 50263}, expr: &anyMatcher{ - line: 1318, col: 9, offset: 50260, + line: 1318, col: 9, offset: 50264, }, }, }, @@ -71074,18 +71184,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1150, col: 68, offset: 45002}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableCell29, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -71100,18 +71210,18 @@ var g = &grammar{ &zeroOrMoreExpr{ pos: position{line: 1150, col: 86, offset: 45020}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonTableCell35, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -71129,14 +71239,14 @@ var g = &grammar{ }, { name: "Alphanums", - pos: position{line: 1270, col: 1, offset: 49220}, + pos: position{line: 1270, col: 1, offset: 49224}, expr: &actionExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, run: (*parser).callonAlphanums1, expr: &oneOrMoreExpr{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, expr: &charClassMatcher{ - pos: position{line: 1270, col: 14, offset: 49233}, + pos: position{line: 1270, col: 14, offset: 49237}, val: "[a-zA-Z0-9]", ranges: []rune{'a', 'z', 'A', 'Z', '0', '9'}, ignoreCase: false, @@ -71147,20 +71257,20 @@ var g = &grammar{ }, { name: "WS", - pos: position{line: 1312, col: 1, offset: 50166}, + pos: position{line: 1312, col: 1, offset: 50170}, expr: &choiceExpr{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1312, col: 7, offset: 50172}, + pos: position{line: 1312, col: 7, offset: 50176}, val: " ", ignoreCase: false, }, &actionExpr{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, run: (*parser).callonWS3, expr: &litMatcher{ - pos: position{line: 1312, col: 13, offset: 50178}, + pos: position{line: 1312, col: 13, offset: 50182}, val: "\t", ignoreCase: false, }, @@ -71170,17 +71280,17 @@ var g = &grammar{ }, { name: "NEWLINE", - pos: position{line: 1316, col: 1, offset: 50219}, + pos: position{line: 1316, col: 1, offset: 50223}, expr: &choiceExpr{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, alternatives: []interface{}{ &litMatcher{ - pos: position{line: 1316, col: 12, offset: 50230}, + pos: position{line: 1316, col: 12, offset: 50234}, val: "\r\n", ignoreCase: false, }, &charClassMatcher{ - pos: position{line: 1316, col: 21, offset: 50239}, + pos: position{line: 1316, col: 21, offset: 50243}, val: "[\\r\\n]", chars: []rune{'\r', '\n'}, ignoreCase: false, @@ -74780,54 +74890,64 @@ func (p *parser) callonDocumentElement758() (interface{}, error) { return p.cur.onDocumentElement758(stack["content"]) } -func (c *current) onDocumentElement824() (interface{}, error) { +func (c *current) onDocumentElement822() (interface{}, error) { + return string(c.text), nil +} + +func (p *parser) callonDocumentElement822() (interface{}, error) { + stack := p.vstack[len(p.vstack)-1] + _ = stack + return p.cur.onDocumentElement822() +} + +func (c *current) onDocumentElement829() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement824() (interface{}, error) { +func (p *parser) callonDocumentElement829() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement824() + return p.cur.onDocumentElement829() } -func (c *current) onDocumentElement831() (interface{}, error) { +func (c *current) onDocumentElement836() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement831() (interface{}, error) { +func (p *parser) callonDocumentElement836() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement831() + return p.cur.onDocumentElement836() } -func (c *current) onDocumentElement827() (interface{}, error) { +func (c *current) onDocumentElement832() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement827() (interface{}, error) { +func (p *parser) callonDocumentElement832() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement827() + return p.cur.onDocumentElement832() } -func (c *current) onDocumentElement833() (interface{}, error) { +func (c *current) onDocumentElement838() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement833() (interface{}, error) { +func (p *parser) callonDocumentElement838() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement833() + return p.cur.onDocumentElement838() } -func (c *current) onDocumentElement821() (interface{}, error) { +func (c *current) onDocumentElement826() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement821() (interface{}, error) { +func (p *parser) callonDocumentElement826() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement821() + return p.cur.onDocumentElement826() } func (c *current) onDocumentElement815(content interface{}) (interface{}, error) { @@ -74840,1726 +74960,1726 @@ func (p *parser) callonDocumentElement815() (interface{}, error) { return p.cur.onDocumentElement815(stack["content"]) } -func (c *current) onDocumentElement859() (interface{}, error) { +func (c *current) onDocumentElement864() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement859() (interface{}, error) { +func (p *parser) callonDocumentElement864() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement859() + return p.cur.onDocumentElement864() } -func (c *current) onDocumentElement863() (interface{}, error) { +func (c *current) onDocumentElement868() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement863() (interface{}, error) { +func (p *parser) callonDocumentElement868() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement863() + return p.cur.onDocumentElement868() } -func (c *current) onDocumentElement870() (interface{}, error) { +func (c *current) onDocumentElement875() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement870() (interface{}, error) { +func (p *parser) callonDocumentElement875() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement870() + return p.cur.onDocumentElement875() } -func (c *current) onDocumentElement866() (interface{}, error) { +func (c *current) onDocumentElement871() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement866() (interface{}, error) { +func (p *parser) callonDocumentElement871() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement866() + return p.cur.onDocumentElement871() } -func (c *current) onDocumentElement872() (interface{}, error) { +func (c *current) onDocumentElement877() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement872() (interface{}, error) { +func (p *parser) callonDocumentElement877() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement872() + return p.cur.onDocumentElement877() } -func (c *current) onDocumentElement855() (interface{}, error) { +func (c *current) onDocumentElement860() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement855() (interface{}, error) { +func (p *parser) callonDocumentElement860() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement855() + return p.cur.onDocumentElement860() } -func (c *current) onDocumentElement899() (interface{}, error) { +func (c *current) onDocumentElement904() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement899() (interface{}, error) { +func (p *parser) callonDocumentElement904() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement899() + return p.cur.onDocumentElement904() } -func (c *current) onDocumentElement891() (interface{}, error) { +func (c *current) onDocumentElement896() (interface{}, error) { return types.NewBlankLine() } -func (p *parser) callonDocumentElement891() (interface{}, error) { +func (p *parser) callonDocumentElement896() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement891() + return p.cur.onDocumentElement896() } -func (c *current) onDocumentElement910() (interface{}, error) { +func (c *current) onDocumentElement915() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement910() (interface{}, error) { +func (p *parser) callonDocumentElement915() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement910() + return p.cur.onDocumentElement915() } -func (c *current) onDocumentElement917() (interface{}, error) { +func (c *current) onDocumentElement922() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement917() (interface{}, error) { +func (p *parser) callonDocumentElement922() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement917() + return p.cur.onDocumentElement922() } -func (c *current) onDocumentElement913() (interface{}, error) { +func (c *current) onDocumentElement918() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement913() (interface{}, error) { +func (p *parser) callonDocumentElement918() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement913() + return p.cur.onDocumentElement918() } -func (c *current) onDocumentElement919() (interface{}, error) { +func (c *current) onDocumentElement924() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement919() (interface{}, error) { +func (p *parser) callonDocumentElement924() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement919() + return p.cur.onDocumentElement924() } -func (c *current) onDocumentElement907() (interface{}, error) { +func (c *current) onDocumentElement912() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement907() (interface{}, error) { +func (p *parser) callonDocumentElement912() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement907() + return p.cur.onDocumentElement912() } -func (c *current) onDocumentElement888(otherLine interface{}) (interface{}, error) { +func (c *current) onDocumentElement893(otherLine interface{}) (interface{}, error) { return otherLine, nil // do not include the trailing 'EOL' } -func (p *parser) callonDocumentElement888() (interface{}, error) { +func (p *parser) callonDocumentElement893() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement888(stack["otherLine"]) + return p.cur.onDocumentElement893(stack["otherLine"]) } -func (c *current) onDocumentElement852(firstLine, otherLines interface{}) (interface{}, error) { +func (c *current) onDocumentElement857(firstLine, otherLines interface{}) (interface{}, error) { return append([]interface{}{firstLine}, otherLines.([]interface{})...), nil } -func (p *parser) callonDocumentElement852() (interface{}, error) { +func (p *parser) callonDocumentElement857() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement852(stack["firstLine"], stack["otherLines"]) + return p.cur.onDocumentElement857(stack["firstLine"], stack["otherLines"]) } -func (c *current) onDocumentElement850(lines interface{}) (interface{}, error) { +func (c *current) onDocumentElement855(lines interface{}) (interface{}, error) { return types.NewLiteralBlock(types.LiteralBlockWithSpacesOnFirstLine, lines.([]interface{})) } -func (p *parser) callonDocumentElement850() (interface{}, error) { +func (p *parser) callonDocumentElement855() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement850(stack["lines"]) + return p.cur.onDocumentElement855(stack["lines"]) } -func (c *current) onDocumentElement939() (interface{}, error) { +func (c *current) onDocumentElement944() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement939() (interface{}, error) { +func (p *parser) callonDocumentElement944() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement939() + return p.cur.onDocumentElement944() } -func (c *current) onDocumentElement954() (interface{}, error) { +func (c *current) onDocumentElement959() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement954() (interface{}, error) { +func (p *parser) callonDocumentElement959() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement954() + return p.cur.onDocumentElement959() } -func (c *current) onDocumentElement961() (interface{}, error) { +func (c *current) onDocumentElement966() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement961() (interface{}, error) { +func (p *parser) callonDocumentElement966() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement961() + return p.cur.onDocumentElement966() } -func (c *current) onDocumentElement957() (interface{}, error) { +func (c *current) onDocumentElement962() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement957() (interface{}, error) { +func (p *parser) callonDocumentElement962() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement957() + return p.cur.onDocumentElement962() } -func (c *current) onDocumentElement963() (interface{}, error) { +func (c *current) onDocumentElement968() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement963() (interface{}, error) { +func (p *parser) callonDocumentElement968() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement963() + return p.cur.onDocumentElement968() } -func (c *current) onDocumentElement951() (interface{}, error) { +func (c *current) onDocumentElement956() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement951() (interface{}, error) { +func (p *parser) callonDocumentElement956() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement951() + return p.cur.onDocumentElement956() } -func (c *current) onDocumentElement948(line interface{}) (interface{}, error) { +func (c *current) onDocumentElement953(line interface{}) (interface{}, error) { return line, nil // do not include the trailing 'EOL' } -func (p *parser) callonDocumentElement948() (interface{}, error) { +func (p *parser) callonDocumentElement953() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement948(stack["line"]) + return p.cur.onDocumentElement953(stack["line"]) } -func (c *current) onDocumentElement945(lines interface{}) (interface{}, error) { +func (c *current) onDocumentElement950(lines interface{}) (interface{}, error) { return lines.([]interface{}), nil } -func (p *parser) callonDocumentElement945() (interface{}, error) { +func (p *parser) callonDocumentElement950() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement945(stack["lines"]) + return p.cur.onDocumentElement950(stack["lines"]) } -func (c *current) onDocumentElement985() (interface{}, error) { +func (c *current) onDocumentElement990() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement985() (interface{}, error) { +func (p *parser) callonDocumentElement990() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement985() + return p.cur.onDocumentElement990() } -func (c *current) onDocumentElement933(lines interface{}) (interface{}, error) { +func (c *current) onDocumentElement938(lines interface{}) (interface{}, error) { return types.NewLiteralBlock(types.LiteralBlockWithDelimiter, lines.([]interface{})) } -func (p *parser) callonDocumentElement933() (interface{}, error) { +func (p *parser) callonDocumentElement938() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement933(stack["lines"]) + return p.cur.onDocumentElement938(stack["lines"]) } -func (c *current) onDocumentElement1004() (interface{}, error) { +func (c *current) onDocumentElement1009() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1004() (interface{}, error) { +func (p *parser) callonDocumentElement1009() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1004() + return p.cur.onDocumentElement1009() } -func (c *current) onDocumentElement998() (interface{}, error) { +func (c *current) onDocumentElement1003() (interface{}, error) { return types.NewLiteralAttribute() } -func (p *parser) callonDocumentElement998() (interface{}, error) { +func (p *parser) callonDocumentElement1003() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement998() + return p.cur.onDocumentElement1003() } -func (c *current) onDocumentElement1023() (interface{}, error) { +func (c *current) onDocumentElement1028() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1023() (interface{}, error) { +func (p *parser) callonDocumentElement1028() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1023() + return p.cur.onDocumentElement1028() } -func (c *current) onDocumentElement1035() (interface{}, error) { +func (c *current) onDocumentElement1040() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1035() (interface{}, error) { +func (p *parser) callonDocumentElement1040() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1035() + return p.cur.onDocumentElement1040() } -func (c *current) onDocumentElement1026() (interface{}, error) { +func (c *current) onDocumentElement1031() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1026() (interface{}, error) { +func (p *parser) callonDocumentElement1031() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1026() + return p.cur.onDocumentElement1031() } -func (c *current) onDocumentElement1020() (interface{}, error) { +func (c *current) onDocumentElement1025() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1020() (interface{}, error) { +func (p *parser) callonDocumentElement1025() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1020() + return p.cur.onDocumentElement1025() } -func (c *current) onDocumentElement1016(id interface{}) (interface{}, error) { +func (c *current) onDocumentElement1021(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonDocumentElement1016() (interface{}, error) { +func (p *parser) callonDocumentElement1021() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1016(stack["id"]) + return p.cur.onDocumentElement1021(stack["id"]) } -func (c *current) onDocumentElement1056() (interface{}, error) { +func (c *current) onDocumentElement1061() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1056() (interface{}, error) { +func (p *parser) callonDocumentElement1061() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1056() + return p.cur.onDocumentElement1061() } -func (c *current) onDocumentElement1068() (interface{}, error) { +func (c *current) onDocumentElement1073() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1068() (interface{}, error) { +func (p *parser) callonDocumentElement1073() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1068() + return p.cur.onDocumentElement1073() } -func (c *current) onDocumentElement1059() (interface{}, error) { +func (c *current) onDocumentElement1064() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1059() (interface{}, error) { +func (p *parser) callonDocumentElement1064() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1059() + return p.cur.onDocumentElement1064() } -func (c *current) onDocumentElement1053() (interface{}, error) { +func (c *current) onDocumentElement1058() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1053() (interface{}, error) { +func (p *parser) callonDocumentElement1058() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1053() + return p.cur.onDocumentElement1058() } -func (c *current) onDocumentElement1049(id interface{}) (interface{}, error) { +func (c *current) onDocumentElement1054(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonDocumentElement1049() (interface{}, error) { +func (p *parser) callonDocumentElement1054() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1049(stack["id"]) + return p.cur.onDocumentElement1054(stack["id"]) } -func (c *current) onDocumentElement1090() (interface{}, error) { +func (c *current) onDocumentElement1095() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1090() (interface{}, error) { +func (p *parser) callonDocumentElement1095() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1090() + return p.cur.onDocumentElement1095() } -func (c *current) onDocumentElement1096() (interface{}, error) { +func (c *current) onDocumentElement1101() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1096() (interface{}, error) { +func (p *parser) callonDocumentElement1101() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1096() + return p.cur.onDocumentElement1101() } -func (c *current) onDocumentElement1103() (interface{}, error) { +func (c *current) onDocumentElement1108() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1103() (interface{}, error) { +func (p *parser) callonDocumentElement1108() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1103() + return p.cur.onDocumentElement1108() } -func (c *current) onDocumentElement1099() (interface{}, error) { +func (c *current) onDocumentElement1104() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1099() (interface{}, error) { +func (p *parser) callonDocumentElement1104() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1099() + return p.cur.onDocumentElement1104() } -func (c *current) onDocumentElement1105() (interface{}, error) { +func (c *current) onDocumentElement1110() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1105() (interface{}, error) { +func (p *parser) callonDocumentElement1110() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1105() + return p.cur.onDocumentElement1110() } -func (c *current) onDocumentElement1093() (interface{}, error) { +func (c *current) onDocumentElement1098() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1093() (interface{}, error) { +func (p *parser) callonDocumentElement1098() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1093() + return p.cur.onDocumentElement1098() } -func (c *current) onDocumentElement1082(title interface{}) (interface{}, error) { +func (c *current) onDocumentElement1087(title interface{}) (interface{}, error) { return types.NewElementTitle(title.(string)) } -func (p *parser) callonDocumentElement1082() (interface{}, error) { +func (p *parser) callonDocumentElement1087() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1082(stack["title"]) + return p.cur.onDocumentElement1087(stack["title"]) } -func (c *current) onDocumentElement1118() (interface{}, error) { +func (c *current) onDocumentElement1123() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1118() (interface{}, error) { +func (p *parser) callonDocumentElement1123() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1118() + return p.cur.onDocumentElement1123() } -func (c *current) onDocumentElement1124() (interface{}, error) { +func (c *current) onDocumentElement1129() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1124() (interface{}, error) { +func (p *parser) callonDocumentElement1129() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1124() + return p.cur.onDocumentElement1129() } -func (c *current) onDocumentElement1131() (interface{}, error) { +func (c *current) onDocumentElement1136() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1131() (interface{}, error) { +func (p *parser) callonDocumentElement1136() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1131() + return p.cur.onDocumentElement1136() } -func (c *current) onDocumentElement1127() (interface{}, error) { +func (c *current) onDocumentElement1132() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1127() (interface{}, error) { +func (p *parser) callonDocumentElement1132() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1127() + return p.cur.onDocumentElement1132() } -func (c *current) onDocumentElement1133() (interface{}, error) { +func (c *current) onDocumentElement1138() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1133() (interface{}, error) { +func (p *parser) callonDocumentElement1138() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1133() + return p.cur.onDocumentElement1138() } -func (c *current) onDocumentElement1121() (interface{}, error) { +func (c *current) onDocumentElement1126() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1121() (interface{}, error) { +func (p *parser) callonDocumentElement1126() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1121() + return p.cur.onDocumentElement1126() } -func (c *current) onDocumentElement1112(role interface{}) (interface{}, error) { +func (c *current) onDocumentElement1117(role interface{}) (interface{}, error) { return types.NewElementRole(role.(string)) } -func (p *parser) callonDocumentElement1112() (interface{}, error) { +func (p *parser) callonDocumentElement1117() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1112(stack["role"]) + return p.cur.onDocumentElement1117(stack["role"]) } -func (c *current) onDocumentElement1143() (interface{}, error) { +func (c *current) onDocumentElement1148() (interface{}, error) { return types.NewSourceAttributes("") } -func (p *parser) callonDocumentElement1143() (interface{}, error) { +func (p *parser) callonDocumentElement1148() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1143() + return p.cur.onDocumentElement1148() } -func (c *current) onDocumentElement1152() (interface{}, error) { +func (c *current) onDocumentElement1157() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1152() (interface{}, error) { +func (p *parser) callonDocumentElement1157() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1152() + return p.cur.onDocumentElement1157() } -func (c *current) onDocumentElement1159() (interface{}, error) { +func (c *current) onDocumentElement1164() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1159() (interface{}, error) { +func (p *parser) callonDocumentElement1164() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1159() + return p.cur.onDocumentElement1164() } -func (c *current) onDocumentElement1155() (interface{}, error) { +func (c *current) onDocumentElement1160() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1155() (interface{}, error) { +func (p *parser) callonDocumentElement1160() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1155() + return p.cur.onDocumentElement1160() } -func (c *current) onDocumentElement1161() (interface{}, error) { +func (c *current) onDocumentElement1166() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1161() (interface{}, error) { +func (p *parser) callonDocumentElement1166() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1161() + return p.cur.onDocumentElement1166() } -func (c *current) onDocumentElement1149() (interface{}, error) { +func (c *current) onDocumentElement1154() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1149() (interface{}, error) { +func (p *parser) callonDocumentElement1154() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1149() + return p.cur.onDocumentElement1154() } -func (c *current) onDocumentElement1145(language interface{}) (interface{}, error) { +func (c *current) onDocumentElement1150(language interface{}) (interface{}, error) { return types.NewSourceAttributes(language.(string)) } -func (p *parser) callonDocumentElement1145() (interface{}, error) { +func (p *parser) callonDocumentElement1150() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1145(stack["language"]) + return p.cur.onDocumentElement1150(stack["language"]) } -func (c *current) onDocumentElement1175() (interface{}, error) { +func (c *current) onDocumentElement1180() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1175() (interface{}, error) { +func (p *parser) callonDocumentElement1180() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1175() + return p.cur.onDocumentElement1180() } -func (c *current) onDocumentElement1180() (interface{}, error) { +func (c *current) onDocumentElement1185() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1180() (interface{}, error) { +func (p *parser) callonDocumentElement1185() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1180() + return p.cur.onDocumentElement1185() } -func (c *current) onDocumentElement1187() (interface{}, error) { +func (c *current) onDocumentElement1192() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1187() (interface{}, error) { +func (p *parser) callonDocumentElement1192() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1187() + return p.cur.onDocumentElement1192() } -func (c *current) onDocumentElement1194() (interface{}, error) { +func (c *current) onDocumentElement1199() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1194() (interface{}, error) { +func (p *parser) callonDocumentElement1199() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1194() + return p.cur.onDocumentElement1199() } -func (c *current) onDocumentElement1190() (interface{}, error) { +func (c *current) onDocumentElement1195() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1190() (interface{}, error) { +func (p *parser) callonDocumentElement1195() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1190() + return p.cur.onDocumentElement1195() } -func (c *current) onDocumentElement1196() (interface{}, error) { +func (c *current) onDocumentElement1201() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1196() (interface{}, error) { +func (p *parser) callonDocumentElement1201() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1196() + return p.cur.onDocumentElement1201() } -func (c *current) onDocumentElement1184() (interface{}, error) { +func (c *current) onDocumentElement1189() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1184() (interface{}, error) { +func (p *parser) callonDocumentElement1189() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1184() + return p.cur.onDocumentElement1189() } -func (c *current) onDocumentElement1214() (interface{}, error) { +func (c *current) onDocumentElement1219() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1214() (interface{}, error) { +func (p *parser) callonDocumentElement1219() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1214() + return p.cur.onDocumentElement1219() } -func (c *current) onDocumentElement1221() (interface{}, error) { +func (c *current) onDocumentElement1226() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1221() (interface{}, error) { +func (p *parser) callonDocumentElement1226() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1221() + return p.cur.onDocumentElement1226() } -func (c *current) onDocumentElement1217() (interface{}, error) { +func (c *current) onDocumentElement1222() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1217() (interface{}, error) { +func (p *parser) callonDocumentElement1222() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1217() + return p.cur.onDocumentElement1222() } -func (c *current) onDocumentElement1211() (interface{}, error) { +func (c *current) onDocumentElement1216() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1211() (interface{}, error) { +func (p *parser) callonDocumentElement1216() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1211() + return p.cur.onDocumentElement1216() } -func (c *current) onDocumentElement1171(kind, author, title interface{}) (interface{}, error) { +func (c *current) onDocumentElement1176(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonDocumentElement1171() (interface{}, error) { +func (p *parser) callonDocumentElement1176() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1171(stack["kind"], stack["author"], stack["title"]) + return p.cur.onDocumentElement1176(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onDocumentElement1240() (interface{}, error) { +func (c *current) onDocumentElement1245() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1240() (interface{}, error) { +func (p *parser) callonDocumentElement1245() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1240() + return p.cur.onDocumentElement1245() } -func (c *current) onDocumentElement1245() (interface{}, error) { +func (c *current) onDocumentElement1250() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1245() (interface{}, error) { +func (p *parser) callonDocumentElement1250() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1245() + return p.cur.onDocumentElement1250() } -func (c *current) onDocumentElement1252() (interface{}, error) { +func (c *current) onDocumentElement1257() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1252() (interface{}, error) { +func (p *parser) callonDocumentElement1257() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1252() + return p.cur.onDocumentElement1257() } -func (c *current) onDocumentElement1259() (interface{}, error) { +func (c *current) onDocumentElement1264() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1259() (interface{}, error) { +func (p *parser) callonDocumentElement1264() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1259() + return p.cur.onDocumentElement1264() } -func (c *current) onDocumentElement1255() (interface{}, error) { +func (c *current) onDocumentElement1260() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1255() (interface{}, error) { +func (p *parser) callonDocumentElement1260() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1255() + return p.cur.onDocumentElement1260() } -func (c *current) onDocumentElement1261() (interface{}, error) { +func (c *current) onDocumentElement1266() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1261() (interface{}, error) { +func (p *parser) callonDocumentElement1266() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1261() + return p.cur.onDocumentElement1266() } -func (c *current) onDocumentElement1249() (interface{}, error) { +func (c *current) onDocumentElement1254() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1249() (interface{}, error) { +func (p *parser) callonDocumentElement1254() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1249() + return p.cur.onDocumentElement1254() } -func (c *current) onDocumentElement1236(kind, author interface{}) (interface{}, error) { +func (c *current) onDocumentElement1241(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonDocumentElement1236() (interface{}, error) { +func (p *parser) callonDocumentElement1241() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1236(stack["kind"], stack["author"]) + return p.cur.onDocumentElement1241(stack["kind"], stack["author"]) } -func (c *current) onDocumentElement1279() (interface{}, error) { +func (c *current) onDocumentElement1284() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1279() (interface{}, error) { +func (p *parser) callonDocumentElement1284() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1279() + return p.cur.onDocumentElement1284() } -func (c *current) onDocumentElement1284() (interface{}, error) { +func (c *current) onDocumentElement1289() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1284() (interface{}, error) { +func (p *parser) callonDocumentElement1289() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1284() + return p.cur.onDocumentElement1289() } -func (c *current) onDocumentElement1275(kind interface{}) (interface{}, error) { +func (c *current) onDocumentElement1280(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonDocumentElement1275() (interface{}, error) { +func (p *parser) callonDocumentElement1280() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1275(stack["kind"]) + return p.cur.onDocumentElement1280(stack["kind"]) } -func (c *current) onDocumentElement1295() (interface{}, error) { +func (c *current) onDocumentElement1300() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1295() (interface{}, error) { +func (p *parser) callonDocumentElement1300() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1295() + return p.cur.onDocumentElement1300() } -func (c *current) onDocumentElement1300() (interface{}, error) { +func (c *current) onDocumentElement1305() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1300() (interface{}, error) { +func (p *parser) callonDocumentElement1305() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1300() + return p.cur.onDocumentElement1305() } -func (c *current) onDocumentElement1307() (interface{}, error) { +func (c *current) onDocumentElement1312() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1307() (interface{}, error) { +func (p *parser) callonDocumentElement1312() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1307() + return p.cur.onDocumentElement1312() } -func (c *current) onDocumentElement1314() (interface{}, error) { +func (c *current) onDocumentElement1319() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1314() (interface{}, error) { +func (p *parser) callonDocumentElement1319() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1314() + return p.cur.onDocumentElement1319() } -func (c *current) onDocumentElement1310() (interface{}, error) { +func (c *current) onDocumentElement1315() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1310() (interface{}, error) { +func (p *parser) callonDocumentElement1315() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1310() + return p.cur.onDocumentElement1315() } -func (c *current) onDocumentElement1316() (interface{}, error) { +func (c *current) onDocumentElement1321() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1316() (interface{}, error) { +func (p *parser) callonDocumentElement1321() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1316() + return p.cur.onDocumentElement1321() } -func (c *current) onDocumentElement1304() (interface{}, error) { +func (c *current) onDocumentElement1309() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1304() (interface{}, error) { +func (p *parser) callonDocumentElement1309() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1304() + return p.cur.onDocumentElement1309() } -func (c *current) onDocumentElement1334() (interface{}, error) { +func (c *current) onDocumentElement1339() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1334() (interface{}, error) { +func (p *parser) callonDocumentElement1339() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1334() + return p.cur.onDocumentElement1339() } -func (c *current) onDocumentElement1341() (interface{}, error) { +func (c *current) onDocumentElement1346() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1341() (interface{}, error) { +func (p *parser) callonDocumentElement1346() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1341() + return p.cur.onDocumentElement1346() } -func (c *current) onDocumentElement1337() (interface{}, error) { +func (c *current) onDocumentElement1342() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1337() (interface{}, error) { +func (p *parser) callonDocumentElement1342() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1337() + return p.cur.onDocumentElement1342() } -func (c *current) onDocumentElement1331() (interface{}, error) { +func (c *current) onDocumentElement1336() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1331() (interface{}, error) { +func (p *parser) callonDocumentElement1336() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1331() + return p.cur.onDocumentElement1336() } -func (c *current) onDocumentElement1291(kind, author, title interface{}) (interface{}, error) { +func (c *current) onDocumentElement1296(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonDocumentElement1291() (interface{}, error) { +func (p *parser) callonDocumentElement1296() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1291(stack["kind"], stack["author"], stack["title"]) + return p.cur.onDocumentElement1296(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onDocumentElement1360() (interface{}, error) { +func (c *current) onDocumentElement1365() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1360() (interface{}, error) { +func (p *parser) callonDocumentElement1365() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1360() + return p.cur.onDocumentElement1365() } -func (c *current) onDocumentElement1365() (interface{}, error) { +func (c *current) onDocumentElement1370() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1365() (interface{}, error) { +func (p *parser) callonDocumentElement1370() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1365() + return p.cur.onDocumentElement1370() } -func (c *current) onDocumentElement1372() (interface{}, error) { +func (c *current) onDocumentElement1377() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1372() (interface{}, error) { +func (p *parser) callonDocumentElement1377() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1372() + return p.cur.onDocumentElement1377() } -func (c *current) onDocumentElement1379() (interface{}, error) { +func (c *current) onDocumentElement1384() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1379() (interface{}, error) { +func (p *parser) callonDocumentElement1384() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1379() + return p.cur.onDocumentElement1384() } -func (c *current) onDocumentElement1375() (interface{}, error) { +func (c *current) onDocumentElement1380() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1375() (interface{}, error) { +func (p *parser) callonDocumentElement1380() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1375() + return p.cur.onDocumentElement1380() } -func (c *current) onDocumentElement1381() (interface{}, error) { +func (c *current) onDocumentElement1386() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1381() (interface{}, error) { +func (p *parser) callonDocumentElement1386() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1381() + return p.cur.onDocumentElement1386() } -func (c *current) onDocumentElement1369() (interface{}, error) { +func (c *current) onDocumentElement1374() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1369() (interface{}, error) { +func (p *parser) callonDocumentElement1374() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1369() + return p.cur.onDocumentElement1374() } -func (c *current) onDocumentElement1356(kind, author interface{}) (interface{}, error) { +func (c *current) onDocumentElement1361(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonDocumentElement1356() (interface{}, error) { +func (p *parser) callonDocumentElement1361() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1356(stack["kind"], stack["author"]) + return p.cur.onDocumentElement1361(stack["kind"], stack["author"]) } -func (c *current) onDocumentElement1399() (interface{}, error) { +func (c *current) onDocumentElement1404() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1399() (interface{}, error) { +func (p *parser) callonDocumentElement1404() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1399() + return p.cur.onDocumentElement1404() } -func (c *current) onDocumentElement1404() (interface{}, error) { +func (c *current) onDocumentElement1409() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1404() (interface{}, error) { +func (p *parser) callonDocumentElement1409() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1404() + return p.cur.onDocumentElement1409() } -func (c *current) onDocumentElement1395(kind interface{}) (interface{}, error) { +func (c *current) onDocumentElement1400(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonDocumentElement1395() (interface{}, error) { +func (p *parser) callonDocumentElement1400() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1395(stack["kind"]) + return p.cur.onDocumentElement1400(stack["kind"]) } -func (c *current) onDocumentElement1407(attribute interface{}) error { +func (c *current) onDocumentElement1412(attribute interface{}) error { c.state["verse"] = true return nil } -func (p *parser) callonDocumentElement1407() error { +func (p *parser) callonDocumentElement1412() error { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1407(stack["attribute"]) + return p.cur.onDocumentElement1412(stack["attribute"]) } -func (c *current) onDocumentElement1287(attribute interface{}) (interface{}, error) { +func (c *current) onDocumentElement1292(attribute interface{}) (interface{}, error) { return attribute, nil } -func (p *parser) callonDocumentElement1287() (interface{}, error) { +func (p *parser) callonDocumentElement1292() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1287(stack["attribute"]) + return p.cur.onDocumentElement1292(stack["attribute"]) } -func (c *current) onDocumentElement1413() (interface{}, error) { +func (c *current) onDocumentElement1418() (interface{}, error) { return types.Tip, nil } -func (p *parser) callonDocumentElement1413() (interface{}, error) { +func (p *parser) callonDocumentElement1418() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1413() + return p.cur.onDocumentElement1418() } -func (c *current) onDocumentElement1415() (interface{}, error) { +func (c *current) onDocumentElement1420() (interface{}, error) { return types.Note, nil } -func (p *parser) callonDocumentElement1415() (interface{}, error) { +func (p *parser) callonDocumentElement1420() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1415() + return p.cur.onDocumentElement1420() } -func (c *current) onDocumentElement1417() (interface{}, error) { +func (c *current) onDocumentElement1422() (interface{}, error) { return types.Important, nil } -func (p *parser) callonDocumentElement1417() (interface{}, error) { +func (p *parser) callonDocumentElement1422() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1417() + return p.cur.onDocumentElement1422() } -func (c *current) onDocumentElement1419() (interface{}, error) { +func (c *current) onDocumentElement1424() (interface{}, error) { return types.Warning, nil } -func (p *parser) callonDocumentElement1419() (interface{}, error) { +func (p *parser) callonDocumentElement1424() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1419() + return p.cur.onDocumentElement1424() } -func (c *current) onDocumentElement1421() (interface{}, error) { +func (c *current) onDocumentElement1426() (interface{}, error) { return types.Caution, nil } -func (p *parser) callonDocumentElement1421() (interface{}, error) { +func (p *parser) callonDocumentElement1426() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1421() + return p.cur.onDocumentElement1426() } -func (c *current) onDocumentElement1408(k interface{}) (interface{}, error) { +func (c *current) onDocumentElement1413(k interface{}) (interface{}, error) { return types.NewAdmonitionAttribute(k.(types.AdmonitionKind)) } -func (p *parser) callonDocumentElement1408() (interface{}, error) { +func (p *parser) callonDocumentElement1413() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1408(stack["k"]) + return p.cur.onDocumentElement1413(stack["k"]) } -func (c *current) onDocumentElement1424() (interface{}, error) { +func (c *current) onDocumentElement1429() (interface{}, error) { return types.ElementAttributes{"layout": "horizontal"}, nil } -func (p *parser) callonDocumentElement1424() (interface{}, error) { +func (p *parser) callonDocumentElement1429() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1424() + return p.cur.onDocumentElement1429() } -func (c *current) onDocumentElement1432() (interface{}, error) { +func (c *current) onDocumentElement1437() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1432() (interface{}, error) { +func (p *parser) callonDocumentElement1437() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1432() + return p.cur.onDocumentElement1437() } -func (c *current) onDocumentElement1443() (interface{}, error) { +func (c *current) onDocumentElement1448() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1443() (interface{}, error) { +func (p *parser) callonDocumentElement1448() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1443() + return p.cur.onDocumentElement1448() } -func (c *current) onDocumentElement1446() (interface{}, error) { +func (c *current) onDocumentElement1451() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1446() (interface{}, error) { +func (p *parser) callonDocumentElement1451() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1446() + return p.cur.onDocumentElement1451() } -func (c *current) onDocumentElement1449() (interface{}, error) { +func (c *current) onDocumentElement1454() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1449() (interface{}, error) { +func (p *parser) callonDocumentElement1454() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1449() + return p.cur.onDocumentElement1454() } -func (c *current) onDocumentElement1454() (interface{}, error) { +func (c *current) onDocumentElement1459() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1454() (interface{}, error) { +func (p *parser) callonDocumentElement1459() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1454() + return p.cur.onDocumentElement1459() } -func (c *current) onDocumentElement1461() (interface{}, error) { +func (c *current) onDocumentElement1466() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1461() (interface{}, error) { +func (p *parser) callonDocumentElement1466() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1461() + return p.cur.onDocumentElement1466() } -func (c *current) onDocumentElement1457() (interface{}, error) { +func (c *current) onDocumentElement1462() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1457() (interface{}, error) { +func (p *parser) callonDocumentElement1462() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1457() + return p.cur.onDocumentElement1462() } -func (c *current) onDocumentElement1463() (interface{}, error) { +func (c *current) onDocumentElement1468() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1463() (interface{}, error) { +func (p *parser) callonDocumentElement1468() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1463() + return p.cur.onDocumentElement1468() } -func (c *current) onDocumentElement1440(key interface{}) (interface{}, error) { +func (c *current) onDocumentElement1445(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1440() (interface{}, error) { +func (p *parser) callonDocumentElement1445() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1440(stack["key"]) + return p.cur.onDocumentElement1445(stack["key"]) } -func (c *current) onDocumentElement1478() (interface{}, error) { +func (c *current) onDocumentElement1483() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1478() (interface{}, error) { +func (p *parser) callonDocumentElement1483() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1478() + return p.cur.onDocumentElement1483() } -func (c *current) onDocumentElement1485() (interface{}, error) { +func (c *current) onDocumentElement1490() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1485() (interface{}, error) { +func (p *parser) callonDocumentElement1490() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1485() + return p.cur.onDocumentElement1490() } -func (c *current) onDocumentElement1481() (interface{}, error) { +func (c *current) onDocumentElement1486() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1481() (interface{}, error) { +func (p *parser) callonDocumentElement1486() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1481() + return p.cur.onDocumentElement1486() } -func (c *current) onDocumentElement1487() (interface{}, error) { +func (c *current) onDocumentElement1492() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1487() (interface{}, error) { +func (p *parser) callonDocumentElement1492() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1487() + return p.cur.onDocumentElement1492() } -func (c *current) onDocumentElement1474(value interface{}) (interface{}, error) { +func (c *current) onDocumentElement1479(value interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1474() (interface{}, error) { +func (p *parser) callonDocumentElement1479() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1474(stack["value"]) + return p.cur.onDocumentElement1479(stack["value"]) } -func (c *current) onDocumentElement1501() (interface{}, error) { +func (c *current) onDocumentElement1506() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1501() (interface{}, error) { +func (p *parser) callonDocumentElement1506() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1501() + return p.cur.onDocumentElement1506() } -func (c *current) onDocumentElement1437(key, value interface{}) (interface{}, error) { +func (c *current) onDocumentElement1442(key, value interface{}) (interface{}, error) { // value is set return types.NewGenericAttribute(key.(string), value) } -func (p *parser) callonDocumentElement1437() (interface{}, error) { +func (p *parser) callonDocumentElement1442() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1437(stack["key"], stack["value"]) + return p.cur.onDocumentElement1442(stack["key"], stack["value"]) } -func (c *current) onDocumentElement1509() (interface{}, error) { +func (c *current) onDocumentElement1514() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1509() (interface{}, error) { +func (p *parser) callonDocumentElement1514() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1509() + return p.cur.onDocumentElement1514() } -func (c *current) onDocumentElement1512() (interface{}, error) { +func (c *current) onDocumentElement1517() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1512() (interface{}, error) { +func (p *parser) callonDocumentElement1517() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1512() + return p.cur.onDocumentElement1517() } -func (c *current) onDocumentElement1515() (interface{}, error) { +func (c *current) onDocumentElement1520() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1515() (interface{}, error) { +func (p *parser) callonDocumentElement1520() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1515() + return p.cur.onDocumentElement1520() } -func (c *current) onDocumentElement1520() (interface{}, error) { +func (c *current) onDocumentElement1525() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1520() (interface{}, error) { +func (p *parser) callonDocumentElement1525() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1520() + return p.cur.onDocumentElement1525() } -func (c *current) onDocumentElement1527() (interface{}, error) { +func (c *current) onDocumentElement1532() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1527() (interface{}, error) { +func (p *parser) callonDocumentElement1532() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1527() + return p.cur.onDocumentElement1532() } -func (c *current) onDocumentElement1523() (interface{}, error) { +func (c *current) onDocumentElement1528() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1523() (interface{}, error) { +func (p *parser) callonDocumentElement1528() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1523() + return p.cur.onDocumentElement1528() } -func (c *current) onDocumentElement1529() (interface{}, error) { +func (c *current) onDocumentElement1534() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1529() (interface{}, error) { +func (p *parser) callonDocumentElement1534() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1529() + return p.cur.onDocumentElement1534() } -func (c *current) onDocumentElement1506(key interface{}) (interface{}, error) { +func (c *current) onDocumentElement1511(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1506() (interface{}, error) { +func (p *parser) callonDocumentElement1511() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1506(stack["key"]) + return p.cur.onDocumentElement1511(stack["key"]) } -func (c *current) onDocumentElement1543() (interface{}, error) { +func (c *current) onDocumentElement1548() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1543() (interface{}, error) { +func (p *parser) callonDocumentElement1548() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1543() + return p.cur.onDocumentElement1548() } -func (c *current) onDocumentElement1503(key interface{}) (interface{}, error) { +func (c *current) onDocumentElement1508(key interface{}) (interface{}, error) { // value is not set return types.NewGenericAttribute(key.(string), nil) } -func (p *parser) callonDocumentElement1503() (interface{}, error) { +func (p *parser) callonDocumentElement1508() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1503(stack["key"]) + return p.cur.onDocumentElement1508(stack["key"]) } -func (c *current) onDocumentElement1426(attributes interface{}) (interface{}, error) { +func (c *current) onDocumentElement1431(attributes interface{}) (interface{}, error) { return types.NewAttributeGroup(attributes.([]interface{})) } -func (p *parser) callonDocumentElement1426() (interface{}, error) { +func (p *parser) callonDocumentElement1431() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1426(stack["attributes"]) + return p.cur.onDocumentElement1431(stack["attributes"]) } -func (c *current) onDocumentElement1549() (interface{}, error) { +func (c *current) onDocumentElement1554() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1549() (interface{}, error) { +func (p *parser) callonDocumentElement1554() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1549() + return p.cur.onDocumentElement1554() } -func (c *current) onDocumentElement1010(attr interface{}) (interface{}, error) { +func (c *current) onDocumentElement1015(attr interface{}) (interface{}, error) { return attr, nil // avoid returning something like `[]interface{}{attr, EOL}` } -func (p *parser) callonDocumentElement1010() (interface{}, error) { +func (p *parser) callonDocumentElement1015() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1010(stack["attr"]) + return p.cur.onDocumentElement1015(stack["attr"]) } -func (c *current) onDocumentElement1574() (interface{}, error) { +func (c *current) onDocumentElement1579() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1574() (interface{}, error) { +func (p *parser) callonDocumentElement1579() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1574() + return p.cur.onDocumentElement1579() } -func (c *current) onDocumentElement1566() (interface{}, error) { +func (c *current) onDocumentElement1571() (interface{}, error) { return types.NewBlankLine() } -func (p *parser) callonDocumentElement1566() (interface{}, error) { +func (p *parser) callonDocumentElement1571() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1566() + return p.cur.onDocumentElement1571() } -func (c *current) onDocumentElement1583() (interface{}, error) { +func (c *current) onDocumentElement1588() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1583() (interface{}, error) { +func (p *parser) callonDocumentElement1588() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1583() + return p.cur.onDocumentElement1588() } -func (c *current) onDocumentElement1590() (interface{}, error) { +func (c *current) onDocumentElement1595() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1590() (interface{}, error) { +func (p *parser) callonDocumentElement1595() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1590() + return p.cur.onDocumentElement1595() } -func (c *current) onDocumentElement1586() (interface{}, error) { +func (c *current) onDocumentElement1591() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1586() (interface{}, error) { +func (p *parser) callonDocumentElement1591() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1586() + return p.cur.onDocumentElement1591() } -func (c *current) onDocumentElement1592() (interface{}, error) { +func (c *current) onDocumentElement1597() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1592() (interface{}, error) { +func (p *parser) callonDocumentElement1597() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1592() + return p.cur.onDocumentElement1597() } -func (c *current) onDocumentElement1563() (interface{}, error) { +func (c *current) onDocumentElement1568() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1563() (interface{}, error) { +func (p *parser) callonDocumentElement1568() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1563() + return p.cur.onDocumentElement1568() } -func (c *current) onDocumentElement1560(line interface{}) (interface{}, error) { +func (c *current) onDocumentElement1565(line interface{}) (interface{}, error) { return line, nil // do not include the trailing 'EOL' } -func (p *parser) callonDocumentElement1560() (interface{}, error) { +func (p *parser) callonDocumentElement1565() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1560(stack["line"]) + return p.cur.onDocumentElement1565(stack["line"]) } -func (c *current) onDocumentElement1557(lines interface{}) (interface{}, error) { +func (c *current) onDocumentElement1562(lines interface{}) (interface{}, error) { return lines.([]interface{}), nil } -func (p *parser) callonDocumentElement1557() (interface{}, error) { +func (p *parser) callonDocumentElement1562() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1557(stack["lines"]) + return p.cur.onDocumentElement1562(stack["lines"]) } -func (c *current) onDocumentElement994(attributes, lines interface{}) (interface{}, error) { +func (c *current) onDocumentElement999(attributes, lines interface{}) (interface{}, error) { return types.NewLiteralBlock(types.LiteralBlockWithAttribute, lines.([]interface{}), attributes.([]interface{})) } -func (p *parser) callonDocumentElement994() (interface{}, error) { +func (p *parser) callonDocumentElement999() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement994(stack["attributes"], stack["lines"]) + return p.cur.onDocumentElement999(stack["attributes"], stack["lines"]) } -func (c *current) onDocumentElement1610() (interface{}, error) { +func (c *current) onDocumentElement1615() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1610() (interface{}, error) { +func (p *parser) callonDocumentElement1615() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1610() + return p.cur.onDocumentElement1615() } -func (c *current) onDocumentElement1619() (interface{}, error) { +func (c *current) onDocumentElement1624() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1619() (interface{}, error) { +func (p *parser) callonDocumentElement1624() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1619() + return p.cur.onDocumentElement1624() } -func (c *current) onDocumentElement1606(name interface{}) (interface{}, error) { +func (c *current) onDocumentElement1611(name interface{}) (interface{}, error) { return types.NewDocumentAttributeDeclaration(name.(string), nil) } -func (p *parser) callonDocumentElement1606() (interface{}, error) { +func (p *parser) callonDocumentElement1611() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1606(stack["name"]) + return p.cur.onDocumentElement1611(stack["name"]) } -func (c *current) onDocumentElement1630() (interface{}, error) { +func (c *current) onDocumentElement1635() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1630() (interface{}, error) { +func (p *parser) callonDocumentElement1635() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1630() + return p.cur.onDocumentElement1635() } -func (c *current) onDocumentElement1639() (interface{}, error) { +func (c *current) onDocumentElement1644() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1639() (interface{}, error) { +func (p *parser) callonDocumentElement1644() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1639() + return p.cur.onDocumentElement1644() } -func (c *current) onDocumentElement1645() (interface{}, error) { +func (c *current) onDocumentElement1650() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1645() (interface{}, error) { +func (p *parser) callonDocumentElement1650() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1645() + return p.cur.onDocumentElement1650() } -func (c *current) onDocumentElement1652() (interface{}, error) { +func (c *current) onDocumentElement1657() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1652() (interface{}, error) { +func (p *parser) callonDocumentElement1657() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1652() + return p.cur.onDocumentElement1657() } -func (c *current) onDocumentElement1648() (interface{}, error) { +func (c *current) onDocumentElement1653() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1648() (interface{}, error) { +func (p *parser) callonDocumentElement1653() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1648() + return p.cur.onDocumentElement1653() } -func (c *current) onDocumentElement1654() (interface{}, error) { +func (c *current) onDocumentElement1659() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1654() (interface{}, error) { +func (p *parser) callonDocumentElement1659() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1654() + return p.cur.onDocumentElement1659() } -func (c *current) onDocumentElement1642() (interface{}, error) { +func (c *current) onDocumentElement1647() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1642() (interface{}, error) { +func (p *parser) callonDocumentElement1647() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1642() + return p.cur.onDocumentElement1647() } -func (c *current) onDocumentElement1626(name, value interface{}) (interface{}, error) { +func (c *current) onDocumentElement1631(name, value interface{}) (interface{}, error) { return types.NewDocumentAttributeDeclaration(name.(string), value) } -func (p *parser) callonDocumentElement1626() (interface{}, error) { +func (p *parser) callonDocumentElement1631() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1626(stack["name"], stack["value"]) + return p.cur.onDocumentElement1631(stack["name"], stack["value"]) } -func (c *current) onDocumentElement1670() (interface{}, error) { +func (c *current) onDocumentElement1675() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1670() (interface{}, error) { +func (p *parser) callonDocumentElement1675() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1670() + return p.cur.onDocumentElement1675() } -func (c *current) onDocumentElement1679() (interface{}, error) { +func (c *current) onDocumentElement1684() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1679() (interface{}, error) { +func (p *parser) callonDocumentElement1684() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1679() + return p.cur.onDocumentElement1684() } -func (c *current) onDocumentElement1666(name interface{}) (interface{}, error) { +func (c *current) onDocumentElement1671(name interface{}) (interface{}, error) { return types.NewDocumentAttributeReset(name.(string)) } -func (p *parser) callonDocumentElement1666() (interface{}, error) { +func (p *parser) callonDocumentElement1671() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1666(stack["name"]) + return p.cur.onDocumentElement1671(stack["name"]) } -func (c *current) onDocumentElement1690() (interface{}, error) { +func (c *current) onDocumentElement1695() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1690() (interface{}, error) { +func (p *parser) callonDocumentElement1695() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1690() + return p.cur.onDocumentElement1695() } -func (c *current) onDocumentElement1699() (interface{}, error) { +func (c *current) onDocumentElement1704() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonDocumentElement1699() (interface{}, error) { +func (p *parser) callonDocumentElement1704() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1699() + return p.cur.onDocumentElement1704() } -func (c *current) onDocumentElement1686(name interface{}) (interface{}, error) { +func (c *current) onDocumentElement1691(name interface{}) (interface{}, error) { return types.NewDocumentAttributeReset(name.(string)) } -func (p *parser) callonDocumentElement1686() (interface{}, error) { +func (p *parser) callonDocumentElement1691() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onDocumentElement1686(stack["name"]) + return p.cur.onDocumentElement1691(stack["name"]) } func (c *current) onDocumentElement1(element interface{}) (interface{}, error) { @@ -90318,54 +90438,64 @@ func (p *parser) callonListItem571() (interface{}, error) { return p.cur.onListItem571() } -func (c *current) onListItem597() (interface{}, error) { +func (c *current) onListItem595() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem597() (interface{}, error) { +func (p *parser) callonListItem595() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem597() + return p.cur.onListItem595() } -func (c *current) onListItem604() (interface{}, error) { +func (c *current) onListItem602() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem604() (interface{}, error) { +func (p *parser) callonListItem602() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem604() + return p.cur.onListItem602() } -func (c *current) onListItem600() (interface{}, error) { +func (c *current) onListItem609() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem600() (interface{}, error) { +func (p *parser) callonListItem609() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem600() + return p.cur.onListItem609() } -func (c *current) onListItem606() (interface{}, error) { +func (c *current) onListItem605() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem606() (interface{}, error) { +func (p *parser) callonListItem605() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem606() + return p.cur.onListItem605() } -func (c *current) onListItem594() (interface{}, error) { +func (c *current) onListItem611() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem594() (interface{}, error) { +func (p *parser) callonListItem611() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem594() + return p.cur.onListItem611() +} + +func (c *current) onListItem599() (interface{}, error) { + return string(c.text), nil +} + +func (p *parser) callonListItem599() (interface{}, error) { + stack := p.vstack[len(p.vstack)-1] + _ = stack + return p.cur.onListItem599() } func (c *current) onListItem588(content interface{}) (interface{}, error) { @@ -90378,2348 +90508,2348 @@ func (p *parser) callonListItem588() (interface{}, error) { return p.cur.onListItem588(stack["content"]) } -func (c *current) onListItem630() (interface{}, error) { +func (c *current) onListItem635() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem630() (interface{}, error) { +func (p *parser) callonListItem635() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem630() + return p.cur.onListItem635() } -func (c *current) onListItem622() (interface{}, error) { +func (c *current) onListItem627() (interface{}, error) { return types.NewBlankLine() } -func (p *parser) callonListItem622() (interface{}, error) { +func (p *parser) callonListItem627() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem622() + return p.cur.onListItem627() } -func (c *current) onListItem651() (interface{}, error) { +func (c *current) onListItem656() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem651() (interface{}, error) { +func (p *parser) callonListItem656() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem651() + return p.cur.onListItem656() } -func (c *current) onListItem663() (interface{}, error) { +func (c *current) onListItem668() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem663() (interface{}, error) { +func (p *parser) callonListItem668() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem663() + return p.cur.onListItem668() } -func (c *current) onListItem654() (interface{}, error) { +func (c *current) onListItem659() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem654() (interface{}, error) { +func (p *parser) callonListItem659() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem654() + return p.cur.onListItem659() } -func (c *current) onListItem648() (interface{}, error) { +func (c *current) onListItem653() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem648() (interface{}, error) { +func (p *parser) callonListItem653() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem648() + return p.cur.onListItem653() } -func (c *current) onListItem644(id interface{}) (interface{}, error) { +func (c *current) onListItem649(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListItem644() (interface{}, error) { +func (p *parser) callonListItem649() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem644(stack["id"]) + return p.cur.onListItem649(stack["id"]) } -func (c *current) onListItem684() (interface{}, error) { +func (c *current) onListItem689() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem684() (interface{}, error) { +func (p *parser) callonListItem689() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem684() + return p.cur.onListItem689() } -func (c *current) onListItem696() (interface{}, error) { +func (c *current) onListItem701() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem696() (interface{}, error) { +func (p *parser) callonListItem701() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem696() + return p.cur.onListItem701() } -func (c *current) onListItem687() (interface{}, error) { +func (c *current) onListItem692() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem687() (interface{}, error) { +func (p *parser) callonListItem692() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem687() + return p.cur.onListItem692() } -func (c *current) onListItem681() (interface{}, error) { +func (c *current) onListItem686() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem681() (interface{}, error) { +func (p *parser) callonListItem686() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem681() + return p.cur.onListItem686() } -func (c *current) onListItem677(id interface{}) (interface{}, error) { +func (c *current) onListItem682(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListItem677() (interface{}, error) { +func (p *parser) callonListItem682() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem677(stack["id"]) + return p.cur.onListItem682(stack["id"]) } -func (c *current) onListItem718() (interface{}, error) { +func (c *current) onListItem723() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem718() (interface{}, error) { +func (p *parser) callonListItem723() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem718() + return p.cur.onListItem723() } -func (c *current) onListItem724() (interface{}, error) { +func (c *current) onListItem729() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem724() (interface{}, error) { +func (p *parser) callonListItem729() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem724() + return p.cur.onListItem729() } -func (c *current) onListItem731() (interface{}, error) { +func (c *current) onListItem736() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem731() (interface{}, error) { +func (p *parser) callonListItem736() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem731() + return p.cur.onListItem736() } -func (c *current) onListItem727() (interface{}, error) { +func (c *current) onListItem732() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem727() (interface{}, error) { +func (p *parser) callonListItem732() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem727() + return p.cur.onListItem732() } -func (c *current) onListItem733() (interface{}, error) { +func (c *current) onListItem738() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem733() (interface{}, error) { +func (p *parser) callonListItem738() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem733() + return p.cur.onListItem738() } -func (c *current) onListItem721() (interface{}, error) { +func (c *current) onListItem726() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem721() (interface{}, error) { +func (p *parser) callonListItem726() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem721() + return p.cur.onListItem726() } -func (c *current) onListItem710(title interface{}) (interface{}, error) { +func (c *current) onListItem715(title interface{}) (interface{}, error) { return types.NewElementTitle(title.(string)) } -func (p *parser) callonListItem710() (interface{}, error) { +func (p *parser) callonListItem715() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem710(stack["title"]) + return p.cur.onListItem715(stack["title"]) } -func (c *current) onListItem746() (interface{}, error) { +func (c *current) onListItem751() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem746() (interface{}, error) { +func (p *parser) callonListItem751() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem746() + return p.cur.onListItem751() } -func (c *current) onListItem752() (interface{}, error) { +func (c *current) onListItem757() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem752() (interface{}, error) { +func (p *parser) callonListItem757() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem752() + return p.cur.onListItem757() } -func (c *current) onListItem759() (interface{}, error) { +func (c *current) onListItem764() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem759() (interface{}, error) { +func (p *parser) callonListItem764() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem759() + return p.cur.onListItem764() } -func (c *current) onListItem755() (interface{}, error) { +func (c *current) onListItem760() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem755() (interface{}, error) { +func (p *parser) callonListItem760() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem755() + return p.cur.onListItem760() } -func (c *current) onListItem761() (interface{}, error) { +func (c *current) onListItem766() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem761() (interface{}, error) { +func (p *parser) callonListItem766() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem761() + return p.cur.onListItem766() } -func (c *current) onListItem749() (interface{}, error) { +func (c *current) onListItem754() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem749() (interface{}, error) { +func (p *parser) callonListItem754() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem749() + return p.cur.onListItem754() } -func (c *current) onListItem740(role interface{}) (interface{}, error) { +func (c *current) onListItem745(role interface{}) (interface{}, error) { return types.NewElementRole(role.(string)) } -func (p *parser) callonListItem740() (interface{}, error) { +func (p *parser) callonListItem745() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem740(stack["role"]) + return p.cur.onListItem745(stack["role"]) } -func (c *current) onListItem771() (interface{}, error) { +func (c *current) onListItem776() (interface{}, error) { return types.NewSourceAttributes("") } -func (p *parser) callonListItem771() (interface{}, error) { +func (p *parser) callonListItem776() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem771() + return p.cur.onListItem776() } -func (c *current) onListItem780() (interface{}, error) { +func (c *current) onListItem785() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem780() (interface{}, error) { +func (p *parser) callonListItem785() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem780() + return p.cur.onListItem785() } -func (c *current) onListItem787() (interface{}, error) { +func (c *current) onListItem792() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem787() (interface{}, error) { +func (p *parser) callonListItem792() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem787() + return p.cur.onListItem792() } -func (c *current) onListItem783() (interface{}, error) { +func (c *current) onListItem788() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem783() (interface{}, error) { +func (p *parser) callonListItem788() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem783() + return p.cur.onListItem788() } -func (c *current) onListItem789() (interface{}, error) { +func (c *current) onListItem794() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem789() (interface{}, error) { +func (p *parser) callonListItem794() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem789() + return p.cur.onListItem794() } -func (c *current) onListItem777() (interface{}, error) { +func (c *current) onListItem782() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem777() (interface{}, error) { +func (p *parser) callonListItem782() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem777() + return p.cur.onListItem782() } -func (c *current) onListItem773(language interface{}) (interface{}, error) { +func (c *current) onListItem778(language interface{}) (interface{}, error) { return types.NewSourceAttributes(language.(string)) } -func (p *parser) callonListItem773() (interface{}, error) { +func (p *parser) callonListItem778() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem773(stack["language"]) + return p.cur.onListItem778(stack["language"]) } -func (c *current) onListItem803() (interface{}, error) { +func (c *current) onListItem808() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem803() (interface{}, error) { +func (p *parser) callonListItem808() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem803() + return p.cur.onListItem808() } -func (c *current) onListItem808() (interface{}, error) { +func (c *current) onListItem813() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem808() (interface{}, error) { +func (p *parser) callonListItem813() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem808() + return p.cur.onListItem813() } -func (c *current) onListItem815() (interface{}, error) { +func (c *current) onListItem820() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem815() (interface{}, error) { +func (p *parser) callonListItem820() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem815() + return p.cur.onListItem820() } -func (c *current) onListItem822() (interface{}, error) { +func (c *current) onListItem827() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem822() (interface{}, error) { +func (p *parser) callonListItem827() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem822() + return p.cur.onListItem827() } -func (c *current) onListItem818() (interface{}, error) { +func (c *current) onListItem823() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem818() (interface{}, error) { +func (p *parser) callonListItem823() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem818() + return p.cur.onListItem823() } -func (c *current) onListItem824() (interface{}, error) { +func (c *current) onListItem829() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem824() (interface{}, error) { +func (p *parser) callonListItem829() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem824() + return p.cur.onListItem829() } -func (c *current) onListItem812() (interface{}, error) { +func (c *current) onListItem817() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem812() (interface{}, error) { +func (p *parser) callonListItem817() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem812() + return p.cur.onListItem817() } -func (c *current) onListItem842() (interface{}, error) { +func (c *current) onListItem847() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem842() (interface{}, error) { +func (p *parser) callonListItem847() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem842() + return p.cur.onListItem847() } -func (c *current) onListItem849() (interface{}, error) { +func (c *current) onListItem854() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem849() (interface{}, error) { +func (p *parser) callonListItem854() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem849() + return p.cur.onListItem854() } -func (c *current) onListItem845() (interface{}, error) { +func (c *current) onListItem850() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem845() (interface{}, error) { +func (p *parser) callonListItem850() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem845() + return p.cur.onListItem850() } -func (c *current) onListItem839() (interface{}, error) { +func (c *current) onListItem844() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem839() (interface{}, error) { +func (p *parser) callonListItem844() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem839() + return p.cur.onListItem844() } -func (c *current) onListItem799(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListItem804(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListItem799() (interface{}, error) { +func (p *parser) callonListItem804() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem799(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListItem804(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListItem868() (interface{}, error) { +func (c *current) onListItem873() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem868() (interface{}, error) { +func (p *parser) callonListItem873() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem868() + return p.cur.onListItem873() } -func (c *current) onListItem873() (interface{}, error) { +func (c *current) onListItem878() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem873() (interface{}, error) { +func (p *parser) callonListItem878() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem873() + return p.cur.onListItem878() } -func (c *current) onListItem880() (interface{}, error) { +func (c *current) onListItem885() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem880() (interface{}, error) { +func (p *parser) callonListItem885() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem880() + return p.cur.onListItem885() } -func (c *current) onListItem887() (interface{}, error) { +func (c *current) onListItem892() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem887() (interface{}, error) { +func (p *parser) callonListItem892() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem887() + return p.cur.onListItem892() } -func (c *current) onListItem883() (interface{}, error) { +func (c *current) onListItem888() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem883() (interface{}, error) { +func (p *parser) callonListItem888() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem883() + return p.cur.onListItem888() } -func (c *current) onListItem889() (interface{}, error) { +func (c *current) onListItem894() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem889() (interface{}, error) { +func (p *parser) callonListItem894() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem889() + return p.cur.onListItem894() } -func (c *current) onListItem877() (interface{}, error) { +func (c *current) onListItem882() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem877() (interface{}, error) { +func (p *parser) callonListItem882() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem877() + return p.cur.onListItem882() } -func (c *current) onListItem864(kind, author interface{}) (interface{}, error) { +func (c *current) onListItem869(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListItem864() (interface{}, error) { +func (p *parser) callonListItem869() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem864(stack["kind"], stack["author"]) + return p.cur.onListItem869(stack["kind"], stack["author"]) } -func (c *current) onListItem907() (interface{}, error) { +func (c *current) onListItem912() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem907() (interface{}, error) { +func (p *parser) callonListItem912() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem907() + return p.cur.onListItem912() } -func (c *current) onListItem912() (interface{}, error) { +func (c *current) onListItem917() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem912() (interface{}, error) { +func (p *parser) callonListItem917() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem912() + return p.cur.onListItem917() } -func (c *current) onListItem903(kind interface{}) (interface{}, error) { +func (c *current) onListItem908(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListItem903() (interface{}, error) { +func (p *parser) callonListItem908() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem903(stack["kind"]) + return p.cur.onListItem908(stack["kind"]) } -func (c *current) onListItem923() (interface{}, error) { +func (c *current) onListItem928() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem923() (interface{}, error) { +func (p *parser) callonListItem928() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem923() + return p.cur.onListItem928() } -func (c *current) onListItem928() (interface{}, error) { +func (c *current) onListItem933() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem928() (interface{}, error) { +func (p *parser) callonListItem933() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem928() + return p.cur.onListItem933() } -func (c *current) onListItem935() (interface{}, error) { +func (c *current) onListItem940() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem935() (interface{}, error) { +func (p *parser) callonListItem940() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem935() + return p.cur.onListItem940() } -func (c *current) onListItem942() (interface{}, error) { +func (c *current) onListItem947() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem942() (interface{}, error) { +func (p *parser) callonListItem947() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem942() + return p.cur.onListItem947() } -func (c *current) onListItem938() (interface{}, error) { +func (c *current) onListItem943() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem938() (interface{}, error) { +func (p *parser) callonListItem943() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem938() + return p.cur.onListItem943() } -func (c *current) onListItem944() (interface{}, error) { +func (c *current) onListItem949() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem944() (interface{}, error) { +func (p *parser) callonListItem949() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem944() + return p.cur.onListItem949() } -func (c *current) onListItem932() (interface{}, error) { +func (c *current) onListItem937() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem932() (interface{}, error) { +func (p *parser) callonListItem937() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem932() + return p.cur.onListItem937() } -func (c *current) onListItem962() (interface{}, error) { +func (c *current) onListItem967() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem962() (interface{}, error) { +func (p *parser) callonListItem967() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem962() + return p.cur.onListItem967() } -func (c *current) onListItem969() (interface{}, error) { +func (c *current) onListItem974() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem969() (interface{}, error) { +func (p *parser) callonListItem974() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem969() + return p.cur.onListItem974() } -func (c *current) onListItem965() (interface{}, error) { +func (c *current) onListItem970() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem965() (interface{}, error) { +func (p *parser) callonListItem970() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem965() + return p.cur.onListItem970() } -func (c *current) onListItem959() (interface{}, error) { +func (c *current) onListItem964() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem959() (interface{}, error) { +func (p *parser) callonListItem964() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem959() + return p.cur.onListItem964() } -func (c *current) onListItem919(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListItem924(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListItem919() (interface{}, error) { +func (p *parser) callonListItem924() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem919(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListItem924(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListItem988() (interface{}, error) { +func (c *current) onListItem993() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem988() (interface{}, error) { +func (p *parser) callonListItem993() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem988() + return p.cur.onListItem993() } -func (c *current) onListItem993() (interface{}, error) { +func (c *current) onListItem998() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem993() (interface{}, error) { +func (p *parser) callonListItem998() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem993() + return p.cur.onListItem998() } -func (c *current) onListItem1000() (interface{}, error) { +func (c *current) onListItem1005() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1000() (interface{}, error) { +func (p *parser) callonListItem1005() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1000() + return p.cur.onListItem1005() } -func (c *current) onListItem1007() (interface{}, error) { +func (c *current) onListItem1012() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1007() (interface{}, error) { +func (p *parser) callonListItem1012() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1007() + return p.cur.onListItem1012() } -func (c *current) onListItem1003() (interface{}, error) { +func (c *current) onListItem1008() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1003() (interface{}, error) { +func (p *parser) callonListItem1008() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1003() + return p.cur.onListItem1008() } -func (c *current) onListItem1009() (interface{}, error) { +func (c *current) onListItem1014() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1009() (interface{}, error) { +func (p *parser) callonListItem1014() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1009() + return p.cur.onListItem1014() } -func (c *current) onListItem997() (interface{}, error) { +func (c *current) onListItem1002() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem997() (interface{}, error) { +func (p *parser) callonListItem1002() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem997() + return p.cur.onListItem1002() } -func (c *current) onListItem984(kind, author interface{}) (interface{}, error) { +func (c *current) onListItem989(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListItem984() (interface{}, error) { +func (p *parser) callonListItem989() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem984(stack["kind"], stack["author"]) + return p.cur.onListItem989(stack["kind"], stack["author"]) } -func (c *current) onListItem1027() (interface{}, error) { +func (c *current) onListItem1032() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1027() (interface{}, error) { +func (p *parser) callonListItem1032() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1027() + return p.cur.onListItem1032() } -func (c *current) onListItem1032() (interface{}, error) { +func (c *current) onListItem1037() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1032() (interface{}, error) { +func (p *parser) callonListItem1037() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1032() + return p.cur.onListItem1037() } -func (c *current) onListItem1023(kind interface{}) (interface{}, error) { +func (c *current) onListItem1028(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListItem1023() (interface{}, error) { +func (p *parser) callonListItem1028() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1023(stack["kind"]) + return p.cur.onListItem1028(stack["kind"]) } -func (c *current) onListItem1035(attribute interface{}) error { +func (c *current) onListItem1040(attribute interface{}) error { c.state["verse"] = true return nil } -func (p *parser) callonListItem1035() error { +func (p *parser) callonListItem1040() error { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1035(stack["attribute"]) + return p.cur.onListItem1040(stack["attribute"]) } -func (c *current) onListItem915(attribute interface{}) (interface{}, error) { +func (c *current) onListItem920(attribute interface{}) (interface{}, error) { return attribute, nil } -func (p *parser) callonListItem915() (interface{}, error) { +func (p *parser) callonListItem920() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem915(stack["attribute"]) + return p.cur.onListItem920(stack["attribute"]) } -func (c *current) onListItem1041() (interface{}, error) { +func (c *current) onListItem1046() (interface{}, error) { return types.Tip, nil } -func (p *parser) callonListItem1041() (interface{}, error) { +func (p *parser) callonListItem1046() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1041() + return p.cur.onListItem1046() } -func (c *current) onListItem1043() (interface{}, error) { +func (c *current) onListItem1048() (interface{}, error) { return types.Note, nil } -func (p *parser) callonListItem1043() (interface{}, error) { +func (p *parser) callonListItem1048() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1043() + return p.cur.onListItem1048() } -func (c *current) onListItem1045() (interface{}, error) { +func (c *current) onListItem1050() (interface{}, error) { return types.Important, nil } -func (p *parser) callonListItem1045() (interface{}, error) { +func (p *parser) callonListItem1050() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1045() + return p.cur.onListItem1050() } -func (c *current) onListItem1047() (interface{}, error) { +func (c *current) onListItem1052() (interface{}, error) { return types.Warning, nil } -func (p *parser) callonListItem1047() (interface{}, error) { +func (p *parser) callonListItem1052() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1047() + return p.cur.onListItem1052() } -func (c *current) onListItem1049() (interface{}, error) { +func (c *current) onListItem1054() (interface{}, error) { return types.Caution, nil } -func (p *parser) callonListItem1049() (interface{}, error) { +func (p *parser) callonListItem1054() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1049() + return p.cur.onListItem1054() } -func (c *current) onListItem1036(k interface{}) (interface{}, error) { +func (c *current) onListItem1041(k interface{}) (interface{}, error) { return types.NewAdmonitionAttribute(k.(types.AdmonitionKind)) } -func (p *parser) callonListItem1036() (interface{}, error) { +func (p *parser) callonListItem1041() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1036(stack["k"]) + return p.cur.onListItem1041(stack["k"]) } -func (c *current) onListItem1052() (interface{}, error) { +func (c *current) onListItem1057() (interface{}, error) { return types.ElementAttributes{"layout": "horizontal"}, nil } -func (p *parser) callonListItem1052() (interface{}, error) { +func (p *parser) callonListItem1057() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1052() + return p.cur.onListItem1057() } -func (c *current) onListItem1060() (interface{}, error) { +func (c *current) onListItem1065() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1060() (interface{}, error) { +func (p *parser) callonListItem1065() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1060() + return p.cur.onListItem1065() } -func (c *current) onListItem1071() (interface{}, error) { +func (c *current) onListItem1076() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1071() (interface{}, error) { +func (p *parser) callonListItem1076() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1071() + return p.cur.onListItem1076() } -func (c *current) onListItem1074() (interface{}, error) { +func (c *current) onListItem1079() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1074() (interface{}, error) { +func (p *parser) callonListItem1079() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1074() + return p.cur.onListItem1079() } -func (c *current) onListItem1077() (interface{}, error) { +func (c *current) onListItem1082() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1077() (interface{}, error) { +func (p *parser) callonListItem1082() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1077() + return p.cur.onListItem1082() } -func (c *current) onListItem1082() (interface{}, error) { +func (c *current) onListItem1087() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1082() (interface{}, error) { +func (p *parser) callonListItem1087() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1082() + return p.cur.onListItem1087() } -func (c *current) onListItem1089() (interface{}, error) { +func (c *current) onListItem1094() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1089() (interface{}, error) { +func (p *parser) callonListItem1094() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1089() + return p.cur.onListItem1094() } -func (c *current) onListItem1085() (interface{}, error) { +func (c *current) onListItem1090() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1085() (interface{}, error) { +func (p *parser) callonListItem1090() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1085() + return p.cur.onListItem1090() } -func (c *current) onListItem1091() (interface{}, error) { +func (c *current) onListItem1096() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1091() (interface{}, error) { +func (p *parser) callonListItem1096() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1091() + return p.cur.onListItem1096() } -func (c *current) onListItem1068(key interface{}) (interface{}, error) { +func (c *current) onListItem1073(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1068() (interface{}, error) { +func (p *parser) callonListItem1073() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1068(stack["key"]) + return p.cur.onListItem1073(stack["key"]) } -func (c *current) onListItem1106() (interface{}, error) { +func (c *current) onListItem1111() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1106() (interface{}, error) { +func (p *parser) callonListItem1111() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1106() + return p.cur.onListItem1111() } -func (c *current) onListItem1113() (interface{}, error) { +func (c *current) onListItem1118() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1113() (interface{}, error) { +func (p *parser) callonListItem1118() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1113() + return p.cur.onListItem1118() } -func (c *current) onListItem1109() (interface{}, error) { +func (c *current) onListItem1114() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1109() (interface{}, error) { +func (p *parser) callonListItem1114() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1109() + return p.cur.onListItem1114() } -func (c *current) onListItem1115() (interface{}, error) { +func (c *current) onListItem1120() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1115() (interface{}, error) { +func (p *parser) callonListItem1120() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1115() + return p.cur.onListItem1120() } -func (c *current) onListItem1102(value interface{}) (interface{}, error) { +func (c *current) onListItem1107(value interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1102() (interface{}, error) { +func (p *parser) callonListItem1107() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1102(stack["value"]) + return p.cur.onListItem1107(stack["value"]) } -func (c *current) onListItem1129() (interface{}, error) { +func (c *current) onListItem1134() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1129() (interface{}, error) { +func (p *parser) callonListItem1134() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1129() + return p.cur.onListItem1134() } -func (c *current) onListItem1065(key, value interface{}) (interface{}, error) { +func (c *current) onListItem1070(key, value interface{}) (interface{}, error) { // value is set return types.NewGenericAttribute(key.(string), value) } -func (p *parser) callonListItem1065() (interface{}, error) { +func (p *parser) callonListItem1070() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1065(stack["key"], stack["value"]) + return p.cur.onListItem1070(stack["key"], stack["value"]) } -func (c *current) onListItem1137() (interface{}, error) { +func (c *current) onListItem1142() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1137() (interface{}, error) { +func (p *parser) callonListItem1142() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1137() + return p.cur.onListItem1142() } -func (c *current) onListItem1140() (interface{}, error) { +func (c *current) onListItem1145() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1140() (interface{}, error) { +func (p *parser) callonListItem1145() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1140() + return p.cur.onListItem1145() } -func (c *current) onListItem1143() (interface{}, error) { +func (c *current) onListItem1148() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1143() (interface{}, error) { +func (p *parser) callonListItem1148() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1143() + return p.cur.onListItem1148() } -func (c *current) onListItem1148() (interface{}, error) { +func (c *current) onListItem1153() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1148() (interface{}, error) { +func (p *parser) callonListItem1153() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1148() + return p.cur.onListItem1153() } -func (c *current) onListItem1155() (interface{}, error) { +func (c *current) onListItem1160() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1155() (interface{}, error) { +func (p *parser) callonListItem1160() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1155() + return p.cur.onListItem1160() } -func (c *current) onListItem1151() (interface{}, error) { +func (c *current) onListItem1156() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1151() (interface{}, error) { +func (p *parser) callonListItem1156() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1151() + return p.cur.onListItem1156() } -func (c *current) onListItem1157() (interface{}, error) { +func (c *current) onListItem1162() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1157() (interface{}, error) { +func (p *parser) callonListItem1162() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1157() + return p.cur.onListItem1162() } -func (c *current) onListItem1134(key interface{}) (interface{}, error) { +func (c *current) onListItem1139(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1134() (interface{}, error) { +func (p *parser) callonListItem1139() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1134(stack["key"]) + return p.cur.onListItem1139(stack["key"]) } -func (c *current) onListItem1171() (interface{}, error) { +func (c *current) onListItem1176() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1171() (interface{}, error) { +func (p *parser) callonListItem1176() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1171() + return p.cur.onListItem1176() } -func (c *current) onListItem1131(key interface{}) (interface{}, error) { +func (c *current) onListItem1136(key interface{}) (interface{}, error) { // value is not set return types.NewGenericAttribute(key.(string), nil) } -func (p *parser) callonListItem1131() (interface{}, error) { +func (p *parser) callonListItem1136() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1131(stack["key"]) + return p.cur.onListItem1136(stack["key"]) } -func (c *current) onListItem1054(attributes interface{}) (interface{}, error) { +func (c *current) onListItem1059(attributes interface{}) (interface{}, error) { return types.NewAttributeGroup(attributes.([]interface{})) } -func (p *parser) callonListItem1054() (interface{}, error) { +func (p *parser) callonListItem1059() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1054(stack["attributes"]) + return p.cur.onListItem1059(stack["attributes"]) } -func (c *current) onListItem1177() (interface{}, error) { +func (c *current) onListItem1182() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1177() (interface{}, error) { +func (p *parser) callonListItem1182() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1177() + return p.cur.onListItem1182() } -func (c *current) onListItem638(attr interface{}) (interface{}, error) { +func (c *current) onListItem643(attr interface{}) (interface{}, error) { return attr, nil // avoid returning something like `[]interface{}{attr, EOL}` } -func (p *parser) callonListItem638() (interface{}, error) { +func (p *parser) callonListItem643() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem638(stack["attr"]) + return p.cur.onListItem643(stack["attr"]) } -func (c *current) onListItem1199() (interface{}, error) { +func (c *current) onListItem1204() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1199() (interface{}, error) { +func (p *parser) callonListItem1204() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1199() + return p.cur.onListItem1204() } -func (c *current) onListItem1211() (interface{}, error) { +func (c *current) onListItem1216() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1211() (interface{}, error) { +func (p *parser) callonListItem1216() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1211() + return p.cur.onListItem1216() } -func (c *current) onListItem1202() (interface{}, error) { +func (c *current) onListItem1207() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1202() (interface{}, error) { +func (p *parser) callonListItem1207() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1202() + return p.cur.onListItem1207() } -func (c *current) onListItem1196() (interface{}, error) { +func (c *current) onListItem1201() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1196() (interface{}, error) { +func (p *parser) callonListItem1201() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1196() + return p.cur.onListItem1201() } -func (c *current) onListItem1192(id interface{}) (interface{}, error) { +func (c *current) onListItem1197(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListItem1192() (interface{}, error) { +func (p *parser) callonListItem1197() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1192(stack["id"]) + return p.cur.onListItem1197(stack["id"]) } -func (c *current) onListItem1232() (interface{}, error) { +func (c *current) onListItem1237() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1232() (interface{}, error) { +func (p *parser) callonListItem1237() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1232() + return p.cur.onListItem1237() } -func (c *current) onListItem1244() (interface{}, error) { +func (c *current) onListItem1249() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1244() (interface{}, error) { +func (p *parser) callonListItem1249() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1244() + return p.cur.onListItem1249() } -func (c *current) onListItem1235() (interface{}, error) { +func (c *current) onListItem1240() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1235() (interface{}, error) { +func (p *parser) callonListItem1240() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1235() + return p.cur.onListItem1240() } -func (c *current) onListItem1229() (interface{}, error) { +func (c *current) onListItem1234() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1229() (interface{}, error) { +func (p *parser) callonListItem1234() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1229() + return p.cur.onListItem1234() } -func (c *current) onListItem1225(id interface{}) (interface{}, error) { +func (c *current) onListItem1230(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListItem1225() (interface{}, error) { +func (p *parser) callonListItem1230() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1225(stack["id"]) + return p.cur.onListItem1230(stack["id"]) } -func (c *current) onListItem1266() (interface{}, error) { +func (c *current) onListItem1271() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1266() (interface{}, error) { +func (p *parser) callonListItem1271() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1266() + return p.cur.onListItem1271() } -func (c *current) onListItem1272() (interface{}, error) { +func (c *current) onListItem1277() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1272() (interface{}, error) { +func (p *parser) callonListItem1277() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1272() + return p.cur.onListItem1277() } -func (c *current) onListItem1279() (interface{}, error) { +func (c *current) onListItem1284() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1279() (interface{}, error) { +func (p *parser) callonListItem1284() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1279() + return p.cur.onListItem1284() } -func (c *current) onListItem1275() (interface{}, error) { +func (c *current) onListItem1280() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1275() (interface{}, error) { +func (p *parser) callonListItem1280() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1275() + return p.cur.onListItem1280() } -func (c *current) onListItem1281() (interface{}, error) { +func (c *current) onListItem1286() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1281() (interface{}, error) { +func (p *parser) callonListItem1286() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1281() + return p.cur.onListItem1286() } -func (c *current) onListItem1269() (interface{}, error) { +func (c *current) onListItem1274() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1269() (interface{}, error) { +func (p *parser) callonListItem1274() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1269() + return p.cur.onListItem1274() } -func (c *current) onListItem1258(title interface{}) (interface{}, error) { +func (c *current) onListItem1263(title interface{}) (interface{}, error) { return types.NewElementTitle(title.(string)) } -func (p *parser) callonListItem1258() (interface{}, error) { +func (p *parser) callonListItem1263() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1258(stack["title"]) + return p.cur.onListItem1263(stack["title"]) } -func (c *current) onListItem1294() (interface{}, error) { +func (c *current) onListItem1299() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1294() (interface{}, error) { +func (p *parser) callonListItem1299() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1294() + return p.cur.onListItem1299() } -func (c *current) onListItem1300() (interface{}, error) { +func (c *current) onListItem1305() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1300() (interface{}, error) { +func (p *parser) callonListItem1305() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1300() + return p.cur.onListItem1305() } -func (c *current) onListItem1307() (interface{}, error) { +func (c *current) onListItem1312() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1307() (interface{}, error) { +func (p *parser) callonListItem1312() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1307() + return p.cur.onListItem1312() } -func (c *current) onListItem1303() (interface{}, error) { +func (c *current) onListItem1308() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1303() (interface{}, error) { +func (p *parser) callonListItem1308() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1303() + return p.cur.onListItem1308() } -func (c *current) onListItem1309() (interface{}, error) { +func (c *current) onListItem1314() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1309() (interface{}, error) { +func (p *parser) callonListItem1314() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1309() + return p.cur.onListItem1314() } -func (c *current) onListItem1297() (interface{}, error) { +func (c *current) onListItem1302() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1297() (interface{}, error) { +func (p *parser) callonListItem1302() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1297() + return p.cur.onListItem1302() } -func (c *current) onListItem1288(role interface{}) (interface{}, error) { +func (c *current) onListItem1293(role interface{}) (interface{}, error) { return types.NewElementRole(role.(string)) } -func (p *parser) callonListItem1288() (interface{}, error) { +func (p *parser) callonListItem1293() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1288(stack["role"]) + return p.cur.onListItem1293(stack["role"]) } -func (c *current) onListItem1319() (interface{}, error) { +func (c *current) onListItem1324() (interface{}, error) { return types.NewSourceAttributes("") } -func (p *parser) callonListItem1319() (interface{}, error) { +func (p *parser) callonListItem1324() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1319() + return p.cur.onListItem1324() } -func (c *current) onListItem1328() (interface{}, error) { +func (c *current) onListItem1333() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1328() (interface{}, error) { +func (p *parser) callonListItem1333() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1328() + return p.cur.onListItem1333() } -func (c *current) onListItem1335() (interface{}, error) { +func (c *current) onListItem1340() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1335() (interface{}, error) { +func (p *parser) callonListItem1340() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1335() + return p.cur.onListItem1340() } -func (c *current) onListItem1331() (interface{}, error) { +func (c *current) onListItem1336() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1331() (interface{}, error) { +func (p *parser) callonListItem1336() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1331() + return p.cur.onListItem1336() } -func (c *current) onListItem1337() (interface{}, error) { +func (c *current) onListItem1342() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1337() (interface{}, error) { +func (p *parser) callonListItem1342() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1337() + return p.cur.onListItem1342() } -func (c *current) onListItem1325() (interface{}, error) { +func (c *current) onListItem1330() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1325() (interface{}, error) { +func (p *parser) callonListItem1330() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1325() + return p.cur.onListItem1330() } -func (c *current) onListItem1321(language interface{}) (interface{}, error) { +func (c *current) onListItem1326(language interface{}) (interface{}, error) { return types.NewSourceAttributes(language.(string)) } -func (p *parser) callonListItem1321() (interface{}, error) { +func (p *parser) callonListItem1326() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1321(stack["language"]) + return p.cur.onListItem1326(stack["language"]) } -func (c *current) onListItem1351() (interface{}, error) { +func (c *current) onListItem1356() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1351() (interface{}, error) { +func (p *parser) callonListItem1356() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1351() + return p.cur.onListItem1356() } -func (c *current) onListItem1356() (interface{}, error) { +func (c *current) onListItem1361() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1356() (interface{}, error) { +func (p *parser) callonListItem1361() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1356() + return p.cur.onListItem1361() } -func (c *current) onListItem1363() (interface{}, error) { +func (c *current) onListItem1368() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1363() (interface{}, error) { +func (p *parser) callonListItem1368() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1363() + return p.cur.onListItem1368() } -func (c *current) onListItem1370() (interface{}, error) { +func (c *current) onListItem1375() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1370() (interface{}, error) { +func (p *parser) callonListItem1375() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1370() + return p.cur.onListItem1375() } -func (c *current) onListItem1366() (interface{}, error) { +func (c *current) onListItem1371() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1366() (interface{}, error) { +func (p *parser) callonListItem1371() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1366() + return p.cur.onListItem1371() } -func (c *current) onListItem1372() (interface{}, error) { +func (c *current) onListItem1377() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1372() (interface{}, error) { +func (p *parser) callonListItem1377() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1372() + return p.cur.onListItem1377() } -func (c *current) onListItem1360() (interface{}, error) { +func (c *current) onListItem1365() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1360() (interface{}, error) { +func (p *parser) callonListItem1365() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1360() + return p.cur.onListItem1365() } -func (c *current) onListItem1390() (interface{}, error) { +func (c *current) onListItem1395() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1390() (interface{}, error) { +func (p *parser) callonListItem1395() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1390() + return p.cur.onListItem1395() } -func (c *current) onListItem1397() (interface{}, error) { +func (c *current) onListItem1402() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1397() (interface{}, error) { +func (p *parser) callonListItem1402() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1397() + return p.cur.onListItem1402() } -func (c *current) onListItem1393() (interface{}, error) { +func (c *current) onListItem1398() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1393() (interface{}, error) { +func (p *parser) callonListItem1398() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1393() + return p.cur.onListItem1398() } -func (c *current) onListItem1387() (interface{}, error) { +func (c *current) onListItem1392() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1387() (interface{}, error) { +func (p *parser) callonListItem1392() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1387() + return p.cur.onListItem1392() } -func (c *current) onListItem1347(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListItem1352(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListItem1347() (interface{}, error) { +func (p *parser) callonListItem1352() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1347(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListItem1352(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListItem1416() (interface{}, error) { +func (c *current) onListItem1421() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1416() (interface{}, error) { +func (p *parser) callonListItem1421() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1416() + return p.cur.onListItem1421() } -func (c *current) onListItem1421() (interface{}, error) { +func (c *current) onListItem1426() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1421() (interface{}, error) { +func (p *parser) callonListItem1426() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1421() + return p.cur.onListItem1426() } -func (c *current) onListItem1428() (interface{}, error) { +func (c *current) onListItem1433() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1428() (interface{}, error) { +func (p *parser) callonListItem1433() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1428() + return p.cur.onListItem1433() } -func (c *current) onListItem1435() (interface{}, error) { +func (c *current) onListItem1440() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1435() (interface{}, error) { +func (p *parser) callonListItem1440() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1435() + return p.cur.onListItem1440() } -func (c *current) onListItem1431() (interface{}, error) { +func (c *current) onListItem1436() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1431() (interface{}, error) { +func (p *parser) callonListItem1436() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1431() + return p.cur.onListItem1436() } -func (c *current) onListItem1437() (interface{}, error) { +func (c *current) onListItem1442() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1437() (interface{}, error) { +func (p *parser) callonListItem1442() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1437() + return p.cur.onListItem1442() } -func (c *current) onListItem1425() (interface{}, error) { +func (c *current) onListItem1430() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1425() (interface{}, error) { +func (p *parser) callonListItem1430() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1425() + return p.cur.onListItem1430() } -func (c *current) onListItem1412(kind, author interface{}) (interface{}, error) { +func (c *current) onListItem1417(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListItem1412() (interface{}, error) { +func (p *parser) callonListItem1417() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1412(stack["kind"], stack["author"]) + return p.cur.onListItem1417(stack["kind"], stack["author"]) } -func (c *current) onListItem1455() (interface{}, error) { +func (c *current) onListItem1460() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1455() (interface{}, error) { +func (p *parser) callonListItem1460() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1455() + return p.cur.onListItem1460() } -func (c *current) onListItem1460() (interface{}, error) { +func (c *current) onListItem1465() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1460() (interface{}, error) { +func (p *parser) callonListItem1465() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1460() + return p.cur.onListItem1465() } -func (c *current) onListItem1451(kind interface{}) (interface{}, error) { +func (c *current) onListItem1456(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListItem1451() (interface{}, error) { +func (p *parser) callonListItem1456() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1451(stack["kind"]) + return p.cur.onListItem1456(stack["kind"]) } -func (c *current) onListItem1471() (interface{}, error) { +func (c *current) onListItem1476() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1471() (interface{}, error) { +func (p *parser) callonListItem1476() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1471() + return p.cur.onListItem1476() } -func (c *current) onListItem1476() (interface{}, error) { +func (c *current) onListItem1481() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1476() (interface{}, error) { +func (p *parser) callonListItem1481() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1476() + return p.cur.onListItem1481() } -func (c *current) onListItem1483() (interface{}, error) { +func (c *current) onListItem1488() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1483() (interface{}, error) { +func (p *parser) callonListItem1488() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1483() + return p.cur.onListItem1488() } -func (c *current) onListItem1490() (interface{}, error) { +func (c *current) onListItem1495() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1490() (interface{}, error) { +func (p *parser) callonListItem1495() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1490() + return p.cur.onListItem1495() } -func (c *current) onListItem1486() (interface{}, error) { +func (c *current) onListItem1491() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1486() (interface{}, error) { +func (p *parser) callonListItem1491() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1486() + return p.cur.onListItem1491() } -func (c *current) onListItem1492() (interface{}, error) { +func (c *current) onListItem1497() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1492() (interface{}, error) { +func (p *parser) callonListItem1497() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1492() + return p.cur.onListItem1497() } -func (c *current) onListItem1480() (interface{}, error) { +func (c *current) onListItem1485() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1480() (interface{}, error) { +func (p *parser) callonListItem1485() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1480() + return p.cur.onListItem1485() } -func (c *current) onListItem1510() (interface{}, error) { +func (c *current) onListItem1515() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1510() (interface{}, error) { +func (p *parser) callonListItem1515() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1510() + return p.cur.onListItem1515() } -func (c *current) onListItem1517() (interface{}, error) { +func (c *current) onListItem1522() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1517() (interface{}, error) { +func (p *parser) callonListItem1522() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1517() + return p.cur.onListItem1522() } -func (c *current) onListItem1513() (interface{}, error) { +func (c *current) onListItem1518() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1513() (interface{}, error) { +func (p *parser) callonListItem1518() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1513() + return p.cur.onListItem1518() } -func (c *current) onListItem1507() (interface{}, error) { +func (c *current) onListItem1512() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1507() (interface{}, error) { +func (p *parser) callonListItem1512() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1507() + return p.cur.onListItem1512() } -func (c *current) onListItem1467(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListItem1472(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListItem1467() (interface{}, error) { +func (p *parser) callonListItem1472() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1467(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListItem1472(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListItem1536() (interface{}, error) { +func (c *current) onListItem1541() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1536() (interface{}, error) { +func (p *parser) callonListItem1541() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1536() + return p.cur.onListItem1541() } -func (c *current) onListItem1541() (interface{}, error) { +func (c *current) onListItem1546() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1541() (interface{}, error) { +func (p *parser) callonListItem1546() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1541() + return p.cur.onListItem1546() } -func (c *current) onListItem1548() (interface{}, error) { +func (c *current) onListItem1553() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1548() (interface{}, error) { +func (p *parser) callonListItem1553() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1548() + return p.cur.onListItem1553() } -func (c *current) onListItem1555() (interface{}, error) { +func (c *current) onListItem1560() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1555() (interface{}, error) { +func (p *parser) callonListItem1560() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1555() + return p.cur.onListItem1560() } -func (c *current) onListItem1551() (interface{}, error) { +func (c *current) onListItem1556() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1551() (interface{}, error) { +func (p *parser) callonListItem1556() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1551() + return p.cur.onListItem1556() } -func (c *current) onListItem1557() (interface{}, error) { +func (c *current) onListItem1562() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1557() (interface{}, error) { +func (p *parser) callonListItem1562() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1557() + return p.cur.onListItem1562() } -func (c *current) onListItem1545() (interface{}, error) { +func (c *current) onListItem1550() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1545() (interface{}, error) { +func (p *parser) callonListItem1550() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1545() + return p.cur.onListItem1550() } -func (c *current) onListItem1532(kind, author interface{}) (interface{}, error) { +func (c *current) onListItem1537(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListItem1532() (interface{}, error) { +func (p *parser) callonListItem1537() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1532(stack["kind"], stack["author"]) + return p.cur.onListItem1537(stack["kind"], stack["author"]) } -func (c *current) onListItem1575() (interface{}, error) { +func (c *current) onListItem1580() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1575() (interface{}, error) { +func (p *parser) callonListItem1580() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1575() + return p.cur.onListItem1580() } -func (c *current) onListItem1580() (interface{}, error) { +func (c *current) onListItem1585() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1580() (interface{}, error) { +func (p *parser) callonListItem1585() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1580() + return p.cur.onListItem1585() } -func (c *current) onListItem1571(kind interface{}) (interface{}, error) { +func (c *current) onListItem1576(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListItem1571() (interface{}, error) { +func (p *parser) callonListItem1576() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1571(stack["kind"]) + return p.cur.onListItem1576(stack["kind"]) } -func (c *current) onListItem1583(attribute interface{}) error { +func (c *current) onListItem1588(attribute interface{}) error { c.state["verse"] = true return nil } -func (p *parser) callonListItem1583() error { +func (p *parser) callonListItem1588() error { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1583(stack["attribute"]) + return p.cur.onListItem1588(stack["attribute"]) } -func (c *current) onListItem1463(attribute interface{}) (interface{}, error) { +func (c *current) onListItem1468(attribute interface{}) (interface{}, error) { return attribute, nil } -func (p *parser) callonListItem1463() (interface{}, error) { +func (p *parser) callonListItem1468() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1463(stack["attribute"]) + return p.cur.onListItem1468(stack["attribute"]) } -func (c *current) onListItem1589() (interface{}, error) { +func (c *current) onListItem1594() (interface{}, error) { return types.Tip, nil } -func (p *parser) callonListItem1589() (interface{}, error) { +func (p *parser) callonListItem1594() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1589() + return p.cur.onListItem1594() } -func (c *current) onListItem1591() (interface{}, error) { +func (c *current) onListItem1596() (interface{}, error) { return types.Note, nil } -func (p *parser) callonListItem1591() (interface{}, error) { +func (p *parser) callonListItem1596() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1591() + return p.cur.onListItem1596() } -func (c *current) onListItem1593() (interface{}, error) { +func (c *current) onListItem1598() (interface{}, error) { return types.Important, nil } -func (p *parser) callonListItem1593() (interface{}, error) { +func (p *parser) callonListItem1598() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1593() + return p.cur.onListItem1598() } -func (c *current) onListItem1595() (interface{}, error) { +func (c *current) onListItem1600() (interface{}, error) { return types.Warning, nil } -func (p *parser) callonListItem1595() (interface{}, error) { +func (p *parser) callonListItem1600() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1595() + return p.cur.onListItem1600() } -func (c *current) onListItem1597() (interface{}, error) { +func (c *current) onListItem1602() (interface{}, error) { return types.Caution, nil } -func (p *parser) callonListItem1597() (interface{}, error) { +func (p *parser) callonListItem1602() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1597() + return p.cur.onListItem1602() } -func (c *current) onListItem1584(k interface{}) (interface{}, error) { +func (c *current) onListItem1589(k interface{}) (interface{}, error) { return types.NewAdmonitionAttribute(k.(types.AdmonitionKind)) } -func (p *parser) callonListItem1584() (interface{}, error) { +func (p *parser) callonListItem1589() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1584(stack["k"]) + return p.cur.onListItem1589(stack["k"]) } -func (c *current) onListItem1600() (interface{}, error) { +func (c *current) onListItem1605() (interface{}, error) { return types.ElementAttributes{"layout": "horizontal"}, nil } -func (p *parser) callonListItem1600() (interface{}, error) { +func (p *parser) callonListItem1605() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1600() + return p.cur.onListItem1605() } -func (c *current) onListItem1608() (interface{}, error) { +func (c *current) onListItem1613() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1608() (interface{}, error) { +func (p *parser) callonListItem1613() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1608() + return p.cur.onListItem1613() } -func (c *current) onListItem1619() (interface{}, error) { +func (c *current) onListItem1624() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1619() (interface{}, error) { +func (p *parser) callonListItem1624() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1619() + return p.cur.onListItem1624() } -func (c *current) onListItem1622() (interface{}, error) { +func (c *current) onListItem1627() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1622() (interface{}, error) { +func (p *parser) callonListItem1627() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1622() + return p.cur.onListItem1627() } -func (c *current) onListItem1625() (interface{}, error) { +func (c *current) onListItem1630() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1625() (interface{}, error) { +func (p *parser) callonListItem1630() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1625() + return p.cur.onListItem1630() } -func (c *current) onListItem1630() (interface{}, error) { +func (c *current) onListItem1635() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1630() (interface{}, error) { +func (p *parser) callonListItem1635() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1630() + return p.cur.onListItem1635() } -func (c *current) onListItem1637() (interface{}, error) { +func (c *current) onListItem1642() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1637() (interface{}, error) { +func (p *parser) callonListItem1642() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1637() + return p.cur.onListItem1642() } -func (c *current) onListItem1633() (interface{}, error) { +func (c *current) onListItem1638() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1633() (interface{}, error) { +func (p *parser) callonListItem1638() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1633() + return p.cur.onListItem1638() } -func (c *current) onListItem1639() (interface{}, error) { +func (c *current) onListItem1644() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1639() (interface{}, error) { +func (p *parser) callonListItem1644() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1639() + return p.cur.onListItem1644() } -func (c *current) onListItem1616(key interface{}) (interface{}, error) { +func (c *current) onListItem1621(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1616() (interface{}, error) { +func (p *parser) callonListItem1621() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1616(stack["key"]) + return p.cur.onListItem1621(stack["key"]) } -func (c *current) onListItem1654() (interface{}, error) { +func (c *current) onListItem1659() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1654() (interface{}, error) { +func (p *parser) callonListItem1659() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1654() + return p.cur.onListItem1659() } -func (c *current) onListItem1661() (interface{}, error) { +func (c *current) onListItem1666() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1661() (interface{}, error) { +func (p *parser) callonListItem1666() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1661() + return p.cur.onListItem1666() } -func (c *current) onListItem1657() (interface{}, error) { +func (c *current) onListItem1662() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1657() (interface{}, error) { +func (p *parser) callonListItem1662() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1657() + return p.cur.onListItem1662() } -func (c *current) onListItem1663() (interface{}, error) { +func (c *current) onListItem1668() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1663() (interface{}, error) { +func (p *parser) callonListItem1668() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1663() + return p.cur.onListItem1668() } -func (c *current) onListItem1650(value interface{}) (interface{}, error) { +func (c *current) onListItem1655(value interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1650() (interface{}, error) { +func (p *parser) callonListItem1655() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1650(stack["value"]) + return p.cur.onListItem1655(stack["value"]) } -func (c *current) onListItem1677() (interface{}, error) { +func (c *current) onListItem1682() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1677() (interface{}, error) { +func (p *parser) callonListItem1682() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1677() + return p.cur.onListItem1682() } -func (c *current) onListItem1613(key, value interface{}) (interface{}, error) { +func (c *current) onListItem1618(key, value interface{}) (interface{}, error) { // value is set return types.NewGenericAttribute(key.(string), value) } -func (p *parser) callonListItem1613() (interface{}, error) { +func (p *parser) callonListItem1618() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1613(stack["key"], stack["value"]) + return p.cur.onListItem1618(stack["key"], stack["value"]) } -func (c *current) onListItem1685() (interface{}, error) { +func (c *current) onListItem1690() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1685() (interface{}, error) { +func (p *parser) callonListItem1690() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1685() + return p.cur.onListItem1690() } -func (c *current) onListItem1688() (interface{}, error) { +func (c *current) onListItem1693() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1688() (interface{}, error) { +func (p *parser) callonListItem1693() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1688() + return p.cur.onListItem1693() } -func (c *current) onListItem1691() (interface{}, error) { +func (c *current) onListItem1696() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1691() (interface{}, error) { +func (p *parser) callonListItem1696() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1691() + return p.cur.onListItem1696() } -func (c *current) onListItem1696() (interface{}, error) { +func (c *current) onListItem1701() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1696() (interface{}, error) { +func (p *parser) callonListItem1701() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1696() + return p.cur.onListItem1701() } -func (c *current) onListItem1703() (interface{}, error) { +func (c *current) onListItem1708() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1703() (interface{}, error) { +func (p *parser) callonListItem1708() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1703() + return p.cur.onListItem1708() } -func (c *current) onListItem1699() (interface{}, error) { +func (c *current) onListItem1704() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1699() (interface{}, error) { +func (p *parser) callonListItem1704() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1699() + return p.cur.onListItem1704() } -func (c *current) onListItem1705() (interface{}, error) { +func (c *current) onListItem1710() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1705() (interface{}, error) { +func (p *parser) callonListItem1710() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1705() + return p.cur.onListItem1710() } -func (c *current) onListItem1682(key interface{}) (interface{}, error) { +func (c *current) onListItem1687(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1682() (interface{}, error) { +func (p *parser) callonListItem1687() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1682(stack["key"]) + return p.cur.onListItem1687(stack["key"]) } -func (c *current) onListItem1719() (interface{}, error) { +func (c *current) onListItem1724() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1719() (interface{}, error) { +func (p *parser) callonListItem1724() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1719() + return p.cur.onListItem1724() } -func (c *current) onListItem1679(key interface{}) (interface{}, error) { +func (c *current) onListItem1684(key interface{}) (interface{}, error) { // value is not set return types.NewGenericAttribute(key.(string), nil) } -func (p *parser) callonListItem1679() (interface{}, error) { +func (p *parser) callonListItem1684() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1679(stack["key"]) + return p.cur.onListItem1684(stack["key"]) } -func (c *current) onListItem1602(attributes interface{}) (interface{}, error) { +func (c *current) onListItem1607(attributes interface{}) (interface{}, error) { return types.NewAttributeGroup(attributes.([]interface{})) } -func (p *parser) callonListItem1602() (interface{}, error) { +func (p *parser) callonListItem1607() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1602(stack["attributes"]) + return p.cur.onListItem1607(stack["attributes"]) } -func (c *current) onListItem1725() (interface{}, error) { +func (c *current) onListItem1730() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListItem1725() (interface{}, error) { +func (p *parser) callonListItem1730() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1725() + return p.cur.onListItem1730() } -func (c *current) onListItem1186(attr interface{}) (interface{}, error) { +func (c *current) onListItem1191(attr interface{}) (interface{}, error) { return attr, nil // avoid returning something like `[]interface{}{attr, EOL}` } -func (p *parser) callonListItem1186() (interface{}, error) { +func (p *parser) callonListItem1191() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListItem1186(stack["attr"]) + return p.cur.onListItem1191(stack["attr"]) } func (c *current) onListItem1(attributes, item interface{}) (interface{}, error) { @@ -92733,54 +92863,64 @@ func (p *parser) callonListItem1() (interface{}, error) { return p.cur.onListItem1(stack["attributes"], stack["item"]) } -func (c *current) onListParagraph13() (interface{}, error) { +func (c *current) onListParagraph11() (interface{}, error) { + return string(c.text), nil +} + +func (p *parser) callonListParagraph11() (interface{}, error) { + stack := p.vstack[len(p.vstack)-1] + _ = stack + return p.cur.onListParagraph11() +} + +func (c *current) onListParagraph18() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraph13() (interface{}, error) { +func (p *parser) callonListParagraph18() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph13() + return p.cur.onListParagraph18() } -func (c *current) onListParagraph20() (interface{}, error) { +func (c *current) onListParagraph25() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraph20() (interface{}, error) { +func (p *parser) callonListParagraph25() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph20() + return p.cur.onListParagraph25() } -func (c *current) onListParagraph16() (interface{}, error) { +func (c *current) onListParagraph21() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraph16() (interface{}, error) { +func (p *parser) callonListParagraph21() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph16() + return p.cur.onListParagraph21() } -func (c *current) onListParagraph22() (interface{}, error) { +func (c *current) onListParagraph27() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraph22() (interface{}, error) { +func (p *parser) callonListParagraph27() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph22() + return p.cur.onListParagraph27() } -func (c *current) onListParagraph10() (interface{}, error) { +func (c *current) onListParagraph15() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraph10() (interface{}, error) { +func (p *parser) callonListParagraph15() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph10() + return p.cur.onListParagraph15() } func (c *current) onListParagraph4(content interface{}) (interface{}, error) { @@ -92804,15 +92944,15 @@ func (p *parser) callonListParagraph2() (interface{}, error) { return p.cur.onListParagraph2(stack["comment"]) } -func (c *current) onListParagraph36(lines interface{}) (interface{}, error) { +func (c *current) onListParagraph41(lines interface{}) (interface{}, error) { return types.NewParagraph(lines.([]interface{})) } -func (p *parser) callonListParagraph36() (interface{}, error) { +func (p *parser) callonListParagraph41() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraph36(stack["lines"]) + return p.cur.onListParagraph41(stack["lines"]) } func (c *current) onListParagraphLine12() (interface{}, error) { @@ -92835,54 +92975,64 @@ func (p *parser) callonListParagraphLine4() (interface{}, error) { return p.cur.onListParagraphLine4() } -func (c *current) onListParagraphLine29() (interface{}, error) { +func (c *current) onListParagraphLine27() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine29() (interface{}, error) { +func (p *parser) callonListParagraphLine27() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine29() + return p.cur.onListParagraphLine27() } -func (c *current) onListParagraphLine36() (interface{}, error) { +func (c *current) onListParagraphLine34() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine36() (interface{}, error) { +func (p *parser) callonListParagraphLine34() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine36() + return p.cur.onListParagraphLine34() } -func (c *current) onListParagraphLine32() (interface{}, error) { +func (c *current) onListParagraphLine41() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine32() (interface{}, error) { +func (p *parser) callonListParagraphLine41() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine32() + return p.cur.onListParagraphLine41() } -func (c *current) onListParagraphLine38() (interface{}, error) { +func (c *current) onListParagraphLine37() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine38() (interface{}, error) { +func (p *parser) callonListParagraphLine37() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine38() + return p.cur.onListParagraphLine37() } -func (c *current) onListParagraphLine26() (interface{}, error) { +func (c *current) onListParagraphLine43() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine26() (interface{}, error) { +func (p *parser) callonListParagraphLine43() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine26() + return p.cur.onListParagraphLine43() +} + +func (c *current) onListParagraphLine31() (interface{}, error) { + return string(c.text), nil +} + +func (p *parser) callonListParagraphLine31() (interface{}, error) { + stack := p.vstack[len(p.vstack)-1] + _ = stack + return p.cur.onListParagraphLine31() } func (c *current) onListParagraphLine20(content interface{}) (interface{}, error) { @@ -92895,1591 +93045,1591 @@ func (p *parser) callonListParagraphLine20() (interface{}, error) { return p.cur.onListParagraphLine20(stack["content"]) } -func (c *current) onListParagraphLine58() (interface{}, error) { +func (c *current) onListParagraphLine63() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine58() (interface{}, error) { +func (p *parser) callonListParagraphLine63() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine58() + return p.cur.onListParagraphLine63() } -func (c *current) onListParagraphLine62() (interface{}, error) { +func (c *current) onListParagraphLine67() (interface{}, error) { // numbering style: "....." return types.NewOrderedListItemPrefix(types.UpperRoman, 5) } -func (p *parser) callonListParagraphLine62() (interface{}, error) { +func (p *parser) callonListParagraphLine67() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine62() + return p.cur.onListParagraphLine67() } -func (c *current) onListParagraphLine64() (interface{}, error) { +func (c *current) onListParagraphLine69() (interface{}, error) { // numbering style: "...." return types.NewOrderedListItemPrefix(types.UpperAlpha, 4) } -func (p *parser) callonListParagraphLine64() (interface{}, error) { +func (p *parser) callonListParagraphLine69() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine64() + return p.cur.onListParagraphLine69() } -func (c *current) onListParagraphLine66() (interface{}, error) { +func (c *current) onListParagraphLine71() (interface{}, error) { // numbering style: "..." return types.NewOrderedListItemPrefix(types.LowerRoman, 3) } -func (p *parser) callonListParagraphLine66() (interface{}, error) { +func (p *parser) callonListParagraphLine71() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine66() + return p.cur.onListParagraphLine71() } -func (c *current) onListParagraphLine68() (interface{}, error) { +func (c *current) onListParagraphLine73() (interface{}, error) { // numbering style: ".." return types.NewOrderedListItemPrefix(types.LowerAlpha, 2) } -func (p *parser) callonListParagraphLine68() (interface{}, error) { +func (p *parser) callonListParagraphLine73() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine68() + return p.cur.onListParagraphLine73() } -func (c *current) onListParagraphLine70() (interface{}, error) { +func (c *current) onListParagraphLine75() (interface{}, error) { // numbering style: "." return types.NewOrderedListItemPrefix(types.Arabic, 1) // explicit numbering } -func (p *parser) callonListParagraphLine70() (interface{}, error) { +func (p *parser) callonListParagraphLine75() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine70() + return p.cur.onListParagraphLine75() } -func (c *current) onListParagraphLine72() (interface{}, error) { +func (c *current) onListParagraphLine77() (interface{}, error) { // numbering style: "1." return types.NewOrderedListItemPrefix(types.Arabic, 1) } -func (p *parser) callonListParagraphLine72() (interface{}, error) { +func (p *parser) callonListParagraphLine77() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine72() + return p.cur.onListParagraphLine77() } -func (c *current) onListParagraphLine77() (interface{}, error) { +func (c *current) onListParagraphLine82() (interface{}, error) { // numbering style: "a." return types.NewOrderedListItemPrefix(types.LowerAlpha, 1) } -func (p *parser) callonListParagraphLine77() (interface{}, error) { +func (p *parser) callonListParagraphLine82() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine77() + return p.cur.onListParagraphLine82() } -func (c *current) onListParagraphLine81() (interface{}, error) { +func (c *current) onListParagraphLine86() (interface{}, error) { // numbering style: "A." return types.NewOrderedListItemPrefix(types.UpperAlpha, 1) } -func (p *parser) callonListParagraphLine81() (interface{}, error) { +func (p *parser) callonListParagraphLine86() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine81() + return p.cur.onListParagraphLine86() } -func (c *current) onListParagraphLine85() (interface{}, error) { +func (c *current) onListParagraphLine90() (interface{}, error) { // numbering style: "i)" return types.NewOrderedListItemPrefix(types.LowerRoman, 1) } -func (p *parser) callonListParagraphLine85() (interface{}, error) { +func (p *parser) callonListParagraphLine90() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine85() + return p.cur.onListParagraphLine90() } -func (c *current) onListParagraphLine90() (interface{}, error) { +func (c *current) onListParagraphLine95() (interface{}, error) { // numbering style: "I)" return types.NewOrderedListItemPrefix(types.UpperRoman, 1) } -func (p *parser) callonListParagraphLine90() (interface{}, error) { +func (p *parser) callonListParagraphLine95() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine90() + return p.cur.onListParagraphLine95() } -func (c *current) onListParagraphLine98() (interface{}, error) { +func (c *current) onListParagraphLine103() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine98() (interface{}, error) { +func (p *parser) callonListParagraphLine103() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine98() + return p.cur.onListParagraphLine103() } -func (c *current) onListParagraphLine53(prefix interface{}) (interface{}, error) { +func (c *current) onListParagraphLine58(prefix interface{}) (interface{}, error) { return prefix, nil } -func (p *parser) callonListParagraphLine53() (interface{}, error) { +func (p *parser) callonListParagraphLine58() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine53(stack["prefix"]) + return p.cur.onListParagraphLine58(stack["prefix"]) } -func (c *current) onListParagraphLine106() (interface{}, error) { +func (c *current) onListParagraphLine111() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine106() (interface{}, error) { +func (p *parser) callonListParagraphLine111() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine106() + return p.cur.onListParagraphLine111() } -func (c *current) onListParagraphLine110() (interface{}, error) { +func (c *current) onListParagraphLine115() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.FiveAsterisks, 5) } -func (p *parser) callonListParagraphLine110() (interface{}, error) { +func (p *parser) callonListParagraphLine115() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine110() + return p.cur.onListParagraphLine115() } -func (c *current) onListParagraphLine112() (interface{}, error) { +func (c *current) onListParagraphLine117() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.FourAsterisks, 4) } -func (p *parser) callonListParagraphLine112() (interface{}, error) { +func (p *parser) callonListParagraphLine117() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine112() + return p.cur.onListParagraphLine117() } -func (c *current) onListParagraphLine114() (interface{}, error) { +func (c *current) onListParagraphLine119() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.ThreeAsterisks, 3) } -func (p *parser) callonListParagraphLine114() (interface{}, error) { +func (p *parser) callonListParagraphLine119() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine114() + return p.cur.onListParagraphLine119() } -func (c *current) onListParagraphLine116() (interface{}, error) { +func (c *current) onListParagraphLine121() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.TwoAsterisks, 2) } -func (p *parser) callonListParagraphLine116() (interface{}, error) { +func (p *parser) callonListParagraphLine121() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine116() + return p.cur.onListParagraphLine121() } -func (c *current) onListParagraphLine118() (interface{}, error) { +func (c *current) onListParagraphLine123() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.OneAsterisk, 1) } -func (p *parser) callonListParagraphLine118() (interface{}, error) { +func (p *parser) callonListParagraphLine123() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine118() + return p.cur.onListParagraphLine123() } -func (c *current) onListParagraphLine120() (interface{}, error) { +func (c *current) onListParagraphLine125() (interface{}, error) { // ignore whitespaces, only return the relevant "*"/"-" marker return types.NewUnorderedListItemPrefix(types.Dash, 1) } -func (p *parser) callonListParagraphLine120() (interface{}, error) { +func (p *parser) callonListParagraphLine125() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine120() + return p.cur.onListParagraphLine125() } -func (c *current) onListParagraphLine125() (interface{}, error) { +func (c *current) onListParagraphLine130() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine125() (interface{}, error) { +func (p *parser) callonListParagraphLine130() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine125() + return p.cur.onListParagraphLine130() } -func (c *current) onListParagraphLine101(prefix interface{}) (interface{}, error) { +func (c *current) onListParagraphLine106(prefix interface{}) (interface{}, error) { return prefix, nil } -func (p *parser) callonListParagraphLine101() (interface{}, error) { +func (p *parser) callonListParagraphLine106() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine101(stack["prefix"]) + return p.cur.onListParagraphLine106(stack["prefix"]) } -func (c *current) onListParagraphLine132() (interface{}, error) { +func (c *current) onListParagraphLine137() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine132() (interface{}, error) { +func (p *parser) callonListParagraphLine137() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine132() + return p.cur.onListParagraphLine137() } -func (c *current) onListParagraphLine139() (interface{}, error) { +func (c *current) onListParagraphLine144() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine139() (interface{}, error) { +func (p *parser) callonListParagraphLine144() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine139() + return p.cur.onListParagraphLine144() } -func (c *current) onListParagraphLine135() (interface{}, error) { +func (c *current) onListParagraphLine140() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine135() (interface{}, error) { +func (p *parser) callonListParagraphLine140() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine135() + return p.cur.onListParagraphLine140() } -func (c *current) onListParagraphLine141() (interface{}, error) { +func (c *current) onListParagraphLine146() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine141() (interface{}, error) { +func (p *parser) callonListParagraphLine146() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine141() + return p.cur.onListParagraphLine146() } -func (c *current) onListParagraphLine129() (interface{}, error) { +func (c *current) onListParagraphLine134() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine129() (interface{}, error) { +func (p *parser) callonListParagraphLine134() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine129() + return p.cur.onListParagraphLine134() } -func (c *current) onListParagraphLine150() (interface{}, error) { +func (c *current) onListParagraphLine155() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine150() (interface{}, error) { +func (p *parser) callonListParagraphLine155() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine150() + return p.cur.onListParagraphLine155() } -func (c *current) onListParagraphLine162() (interface{}, error) { +func (c *current) onListParagraphLine167() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine162() (interface{}, error) { +func (p *parser) callonListParagraphLine167() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine162() + return p.cur.onListParagraphLine167() } -func (c *current) onListParagraphLine156() (interface{}, error) { +func (c *current) onListParagraphLine161() (interface{}, error) { return types.NewListItemContinuation() } -func (p *parser) callonListParagraphLine156() (interface{}, error) { +func (p *parser) callonListParagraphLine161() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine156() + return p.cur.onListParagraphLine161() } -func (c *current) onListParagraphLine183() (interface{}, error) { +func (c *current) onListParagraphLine188() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine183() (interface{}, error) { +func (p *parser) callonListParagraphLine188() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine183() + return p.cur.onListParagraphLine188() } -func (c *current) onListParagraphLine195() (interface{}, error) { +func (c *current) onListParagraphLine200() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine195() (interface{}, error) { +func (p *parser) callonListParagraphLine200() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine195() + return p.cur.onListParagraphLine200() } -func (c *current) onListParagraphLine186() (interface{}, error) { +func (c *current) onListParagraphLine191() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine186() (interface{}, error) { +func (p *parser) callonListParagraphLine191() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine186() + return p.cur.onListParagraphLine191() } -func (c *current) onListParagraphLine180() (interface{}, error) { +func (c *current) onListParagraphLine185() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine180() (interface{}, error) { +func (p *parser) callonListParagraphLine185() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine180() + return p.cur.onListParagraphLine185() } -func (c *current) onListParagraphLine176(id interface{}) (interface{}, error) { +func (c *current) onListParagraphLine181(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListParagraphLine176() (interface{}, error) { +func (p *parser) callonListParagraphLine181() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine176(stack["id"]) + return p.cur.onListParagraphLine181(stack["id"]) } -func (c *current) onListParagraphLine216() (interface{}, error) { +func (c *current) onListParagraphLine221() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine216() (interface{}, error) { +func (p *parser) callonListParagraphLine221() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine216() + return p.cur.onListParagraphLine221() } -func (c *current) onListParagraphLine228() (interface{}, error) { +func (c *current) onListParagraphLine233() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine228() (interface{}, error) { +func (p *parser) callonListParagraphLine233() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine228() + return p.cur.onListParagraphLine233() } -func (c *current) onListParagraphLine219() (interface{}, error) { +func (c *current) onListParagraphLine224() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine219() (interface{}, error) { +func (p *parser) callonListParagraphLine224() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine219() + return p.cur.onListParagraphLine224() } -func (c *current) onListParagraphLine213() (interface{}, error) { +func (c *current) onListParagraphLine218() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine213() (interface{}, error) { +func (p *parser) callonListParagraphLine218() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine213() + return p.cur.onListParagraphLine218() } -func (c *current) onListParagraphLine209(id interface{}) (interface{}, error) { +func (c *current) onListParagraphLine214(id interface{}) (interface{}, error) { return types.NewElementID(id.(string)) } -func (p *parser) callonListParagraphLine209() (interface{}, error) { +func (p *parser) callonListParagraphLine214() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine209(stack["id"]) + return p.cur.onListParagraphLine214(stack["id"]) } -func (c *current) onListParagraphLine250() (interface{}, error) { +func (c *current) onListParagraphLine255() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine250() (interface{}, error) { +func (p *parser) callonListParagraphLine255() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine250() + return p.cur.onListParagraphLine255() } -func (c *current) onListParagraphLine256() (interface{}, error) { +func (c *current) onListParagraphLine261() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine256() (interface{}, error) { +func (p *parser) callonListParagraphLine261() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine256() + return p.cur.onListParagraphLine261() } -func (c *current) onListParagraphLine263() (interface{}, error) { +func (c *current) onListParagraphLine268() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine263() (interface{}, error) { +func (p *parser) callonListParagraphLine268() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine263() + return p.cur.onListParagraphLine268() } -func (c *current) onListParagraphLine259() (interface{}, error) { +func (c *current) onListParagraphLine264() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine259() (interface{}, error) { +func (p *parser) callonListParagraphLine264() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine259() + return p.cur.onListParagraphLine264() } -func (c *current) onListParagraphLine265() (interface{}, error) { +func (c *current) onListParagraphLine270() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine265() (interface{}, error) { +func (p *parser) callonListParagraphLine270() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine265() + return p.cur.onListParagraphLine270() } -func (c *current) onListParagraphLine253() (interface{}, error) { +func (c *current) onListParagraphLine258() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine253() (interface{}, error) { +func (p *parser) callonListParagraphLine258() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine253() + return p.cur.onListParagraphLine258() } -func (c *current) onListParagraphLine242(title interface{}) (interface{}, error) { +func (c *current) onListParagraphLine247(title interface{}) (interface{}, error) { return types.NewElementTitle(title.(string)) } -func (p *parser) callonListParagraphLine242() (interface{}, error) { +func (p *parser) callonListParagraphLine247() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine242(stack["title"]) + return p.cur.onListParagraphLine247(stack["title"]) } -func (c *current) onListParagraphLine278() (interface{}, error) { +func (c *current) onListParagraphLine283() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine278() (interface{}, error) { +func (p *parser) callonListParagraphLine283() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine278() + return p.cur.onListParagraphLine283() } -func (c *current) onListParagraphLine284() (interface{}, error) { +func (c *current) onListParagraphLine289() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine284() (interface{}, error) { +func (p *parser) callonListParagraphLine289() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine284() + return p.cur.onListParagraphLine289() } -func (c *current) onListParagraphLine291() (interface{}, error) { +func (c *current) onListParagraphLine296() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine291() (interface{}, error) { +func (p *parser) callonListParagraphLine296() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine291() + return p.cur.onListParagraphLine296() } -func (c *current) onListParagraphLine287() (interface{}, error) { +func (c *current) onListParagraphLine292() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine287() (interface{}, error) { +func (p *parser) callonListParagraphLine292() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine287() + return p.cur.onListParagraphLine292() } -func (c *current) onListParagraphLine293() (interface{}, error) { +func (c *current) onListParagraphLine298() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine293() (interface{}, error) { +func (p *parser) callonListParagraphLine298() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine293() + return p.cur.onListParagraphLine298() } -func (c *current) onListParagraphLine281() (interface{}, error) { +func (c *current) onListParagraphLine286() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine281() (interface{}, error) { +func (p *parser) callonListParagraphLine286() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine281() + return p.cur.onListParagraphLine286() } -func (c *current) onListParagraphLine272(role interface{}) (interface{}, error) { +func (c *current) onListParagraphLine277(role interface{}) (interface{}, error) { return types.NewElementRole(role.(string)) } -func (p *parser) callonListParagraphLine272() (interface{}, error) { +func (p *parser) callonListParagraphLine277() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine272(stack["role"]) + return p.cur.onListParagraphLine277(stack["role"]) } -func (c *current) onListParagraphLine303() (interface{}, error) { +func (c *current) onListParagraphLine308() (interface{}, error) { return types.NewSourceAttributes("") } -func (p *parser) callonListParagraphLine303() (interface{}, error) { +func (p *parser) callonListParagraphLine308() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine303() + return p.cur.onListParagraphLine308() } -func (c *current) onListParagraphLine312() (interface{}, error) { +func (c *current) onListParagraphLine317() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine312() (interface{}, error) { +func (p *parser) callonListParagraphLine317() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine312() + return p.cur.onListParagraphLine317() } -func (c *current) onListParagraphLine319() (interface{}, error) { +func (c *current) onListParagraphLine324() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine319() (interface{}, error) { +func (p *parser) callonListParagraphLine324() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine319() + return p.cur.onListParagraphLine324() } -func (c *current) onListParagraphLine315() (interface{}, error) { +func (c *current) onListParagraphLine320() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine315() (interface{}, error) { +func (p *parser) callonListParagraphLine320() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine315() + return p.cur.onListParagraphLine320() } -func (c *current) onListParagraphLine321() (interface{}, error) { +func (c *current) onListParagraphLine326() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine321() (interface{}, error) { +func (p *parser) callonListParagraphLine326() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine321() + return p.cur.onListParagraphLine326() } -func (c *current) onListParagraphLine309() (interface{}, error) { +func (c *current) onListParagraphLine314() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine309() (interface{}, error) { +func (p *parser) callonListParagraphLine314() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine309() + return p.cur.onListParagraphLine314() } -func (c *current) onListParagraphLine305(language interface{}) (interface{}, error) { +func (c *current) onListParagraphLine310(language interface{}) (interface{}, error) { return types.NewSourceAttributes(language.(string)) } -func (p *parser) callonListParagraphLine305() (interface{}, error) { +func (p *parser) callonListParagraphLine310() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine305(stack["language"]) + return p.cur.onListParagraphLine310(stack["language"]) } -func (c *current) onListParagraphLine335() (interface{}, error) { +func (c *current) onListParagraphLine340() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine335() (interface{}, error) { +func (p *parser) callonListParagraphLine340() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine335() + return p.cur.onListParagraphLine340() } -func (c *current) onListParagraphLine340() (interface{}, error) { +func (c *current) onListParagraphLine345() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine340() (interface{}, error) { +func (p *parser) callonListParagraphLine345() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine340() + return p.cur.onListParagraphLine345() } -func (c *current) onListParagraphLine347() (interface{}, error) { +func (c *current) onListParagraphLine352() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine347() (interface{}, error) { +func (p *parser) callonListParagraphLine352() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine347() + return p.cur.onListParagraphLine352() } -func (c *current) onListParagraphLine354() (interface{}, error) { +func (c *current) onListParagraphLine359() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine354() (interface{}, error) { +func (p *parser) callonListParagraphLine359() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine354() + return p.cur.onListParagraphLine359() } -func (c *current) onListParagraphLine350() (interface{}, error) { +func (c *current) onListParagraphLine355() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine350() (interface{}, error) { +func (p *parser) callonListParagraphLine355() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine350() + return p.cur.onListParagraphLine355() } -func (c *current) onListParagraphLine356() (interface{}, error) { +func (c *current) onListParagraphLine361() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine356() (interface{}, error) { +func (p *parser) callonListParagraphLine361() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine356() + return p.cur.onListParagraphLine361() } -func (c *current) onListParagraphLine344() (interface{}, error) { +func (c *current) onListParagraphLine349() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine344() (interface{}, error) { +func (p *parser) callonListParagraphLine349() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine344() + return p.cur.onListParagraphLine349() } -func (c *current) onListParagraphLine374() (interface{}, error) { +func (c *current) onListParagraphLine379() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine374() (interface{}, error) { +func (p *parser) callonListParagraphLine379() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine374() + return p.cur.onListParagraphLine379() } -func (c *current) onListParagraphLine381() (interface{}, error) { +func (c *current) onListParagraphLine386() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine381() (interface{}, error) { +func (p *parser) callonListParagraphLine386() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine381() + return p.cur.onListParagraphLine386() } -func (c *current) onListParagraphLine377() (interface{}, error) { +func (c *current) onListParagraphLine382() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine377() (interface{}, error) { +func (p *parser) callonListParagraphLine382() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine377() + return p.cur.onListParagraphLine382() } -func (c *current) onListParagraphLine371() (interface{}, error) { +func (c *current) onListParagraphLine376() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine371() (interface{}, error) { +func (p *parser) callonListParagraphLine376() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine371() + return p.cur.onListParagraphLine376() } -func (c *current) onListParagraphLine331(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListParagraphLine336(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListParagraphLine331() (interface{}, error) { +func (p *parser) callonListParagraphLine336() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine331(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListParagraphLine336(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListParagraphLine400() (interface{}, error) { +func (c *current) onListParagraphLine405() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine400() (interface{}, error) { +func (p *parser) callonListParagraphLine405() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine400() + return p.cur.onListParagraphLine405() } -func (c *current) onListParagraphLine405() (interface{}, error) { +func (c *current) onListParagraphLine410() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine405() (interface{}, error) { +func (p *parser) callonListParagraphLine410() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine405() + return p.cur.onListParagraphLine410() } -func (c *current) onListParagraphLine412() (interface{}, error) { +func (c *current) onListParagraphLine417() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine412() (interface{}, error) { +func (p *parser) callonListParagraphLine417() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine412() + return p.cur.onListParagraphLine417() } -func (c *current) onListParagraphLine419() (interface{}, error) { +func (c *current) onListParagraphLine424() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine419() (interface{}, error) { +func (p *parser) callonListParagraphLine424() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine419() + return p.cur.onListParagraphLine424() } -func (c *current) onListParagraphLine415() (interface{}, error) { +func (c *current) onListParagraphLine420() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine415() (interface{}, error) { +func (p *parser) callonListParagraphLine420() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine415() + return p.cur.onListParagraphLine420() } -func (c *current) onListParagraphLine421() (interface{}, error) { +func (c *current) onListParagraphLine426() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine421() (interface{}, error) { +func (p *parser) callonListParagraphLine426() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine421() + return p.cur.onListParagraphLine426() } -func (c *current) onListParagraphLine409() (interface{}, error) { +func (c *current) onListParagraphLine414() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine409() (interface{}, error) { +func (p *parser) callonListParagraphLine414() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine409() + return p.cur.onListParagraphLine414() } -func (c *current) onListParagraphLine396(kind, author interface{}) (interface{}, error) { +func (c *current) onListParagraphLine401(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListParagraphLine396() (interface{}, error) { +func (p *parser) callonListParagraphLine401() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine396(stack["kind"], stack["author"]) + return p.cur.onListParagraphLine401(stack["kind"], stack["author"]) } -func (c *current) onListParagraphLine439() (interface{}, error) { +func (c *current) onListParagraphLine444() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine439() (interface{}, error) { +func (p *parser) callonListParagraphLine444() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine439() + return p.cur.onListParagraphLine444() } -func (c *current) onListParagraphLine444() (interface{}, error) { +func (c *current) onListParagraphLine449() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine444() (interface{}, error) { +func (p *parser) callonListParagraphLine449() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine444() + return p.cur.onListParagraphLine449() } -func (c *current) onListParagraphLine435(kind interface{}) (interface{}, error) { +func (c *current) onListParagraphLine440(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListParagraphLine435() (interface{}, error) { +func (p *parser) callonListParagraphLine440() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine435(stack["kind"]) + return p.cur.onListParagraphLine440(stack["kind"]) } -func (c *current) onListParagraphLine455() (interface{}, error) { +func (c *current) onListParagraphLine460() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine455() (interface{}, error) { +func (p *parser) callonListParagraphLine460() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine455() + return p.cur.onListParagraphLine460() } -func (c *current) onListParagraphLine460() (interface{}, error) { +func (c *current) onListParagraphLine465() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine460() (interface{}, error) { +func (p *parser) callonListParagraphLine465() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine460() + return p.cur.onListParagraphLine465() } -func (c *current) onListParagraphLine467() (interface{}, error) { +func (c *current) onListParagraphLine472() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine467() (interface{}, error) { +func (p *parser) callonListParagraphLine472() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine467() + return p.cur.onListParagraphLine472() } -func (c *current) onListParagraphLine474() (interface{}, error) { +func (c *current) onListParagraphLine479() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine474() (interface{}, error) { +func (p *parser) callonListParagraphLine479() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine474() + return p.cur.onListParagraphLine479() } -func (c *current) onListParagraphLine470() (interface{}, error) { +func (c *current) onListParagraphLine475() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine470() (interface{}, error) { +func (p *parser) callonListParagraphLine475() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine470() + return p.cur.onListParagraphLine475() } -func (c *current) onListParagraphLine476() (interface{}, error) { +func (c *current) onListParagraphLine481() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine476() (interface{}, error) { +func (p *parser) callonListParagraphLine481() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine476() + return p.cur.onListParagraphLine481() } -func (c *current) onListParagraphLine464() (interface{}, error) { +func (c *current) onListParagraphLine469() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine464() (interface{}, error) { +func (p *parser) callonListParagraphLine469() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine464() + return p.cur.onListParagraphLine469() } -func (c *current) onListParagraphLine494() (interface{}, error) { +func (c *current) onListParagraphLine499() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine494() (interface{}, error) { +func (p *parser) callonListParagraphLine499() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine494() + return p.cur.onListParagraphLine499() } -func (c *current) onListParagraphLine501() (interface{}, error) { +func (c *current) onListParagraphLine506() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine501() (interface{}, error) { +func (p *parser) callonListParagraphLine506() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine501() + return p.cur.onListParagraphLine506() } -func (c *current) onListParagraphLine497() (interface{}, error) { +func (c *current) onListParagraphLine502() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine497() (interface{}, error) { +func (p *parser) callonListParagraphLine502() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine497() + return p.cur.onListParagraphLine502() } -func (c *current) onListParagraphLine491() (interface{}, error) { +func (c *current) onListParagraphLine496() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine491() (interface{}, error) { +func (p *parser) callonListParagraphLine496() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine491() + return p.cur.onListParagraphLine496() } -func (c *current) onListParagraphLine451(kind, author, title interface{}) (interface{}, error) { +func (c *current) onListParagraphLine456(kind, author, title interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), title.(string)) } -func (p *parser) callonListParagraphLine451() (interface{}, error) { +func (p *parser) callonListParagraphLine456() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine451(stack["kind"], stack["author"], stack["title"]) + return p.cur.onListParagraphLine456(stack["kind"], stack["author"], stack["title"]) } -func (c *current) onListParagraphLine520() (interface{}, error) { +func (c *current) onListParagraphLine525() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine520() (interface{}, error) { +func (p *parser) callonListParagraphLine525() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine520() + return p.cur.onListParagraphLine525() } -func (c *current) onListParagraphLine525() (interface{}, error) { +func (c *current) onListParagraphLine530() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine525() (interface{}, error) { +func (p *parser) callonListParagraphLine530() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine525() + return p.cur.onListParagraphLine530() } -func (c *current) onListParagraphLine532() (interface{}, error) { +func (c *current) onListParagraphLine537() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine532() (interface{}, error) { +func (p *parser) callonListParagraphLine537() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine532() + return p.cur.onListParagraphLine537() } -func (c *current) onListParagraphLine539() (interface{}, error) { +func (c *current) onListParagraphLine544() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine539() (interface{}, error) { +func (p *parser) callonListParagraphLine544() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine539() + return p.cur.onListParagraphLine544() } -func (c *current) onListParagraphLine535() (interface{}, error) { +func (c *current) onListParagraphLine540() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine535() (interface{}, error) { +func (p *parser) callonListParagraphLine540() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine535() + return p.cur.onListParagraphLine540() } -func (c *current) onListParagraphLine541() (interface{}, error) { +func (c *current) onListParagraphLine546() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine541() (interface{}, error) { +func (p *parser) callonListParagraphLine546() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine541() + return p.cur.onListParagraphLine546() } -func (c *current) onListParagraphLine529() (interface{}, error) { +func (c *current) onListParagraphLine534() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine529() (interface{}, error) { +func (p *parser) callonListParagraphLine534() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine529() + return p.cur.onListParagraphLine534() } -func (c *current) onListParagraphLine516(kind, author interface{}) (interface{}, error) { +func (c *current) onListParagraphLine521(kind, author interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), author.(string), "") } -func (p *parser) callonListParagraphLine516() (interface{}, error) { +func (p *parser) callonListParagraphLine521() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine516(stack["kind"], stack["author"]) + return p.cur.onListParagraphLine521(stack["kind"], stack["author"]) } -func (c *current) onListParagraphLine559() (interface{}, error) { +func (c *current) onListParagraphLine564() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine559() (interface{}, error) { +func (p *parser) callonListParagraphLine564() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine559() + return p.cur.onListParagraphLine564() } -func (c *current) onListParagraphLine564() (interface{}, error) { +func (c *current) onListParagraphLine569() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine564() (interface{}, error) { +func (p *parser) callonListParagraphLine569() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine564() + return p.cur.onListParagraphLine569() } -func (c *current) onListParagraphLine555(kind interface{}) (interface{}, error) { +func (c *current) onListParagraphLine560(kind interface{}) (interface{}, error) { return types.NewQuoteAttributes(kind.(string), "", "") } -func (p *parser) callonListParagraphLine555() (interface{}, error) { +func (p *parser) callonListParagraphLine560() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine555(stack["kind"]) + return p.cur.onListParagraphLine560(stack["kind"]) } -func (c *current) onListParagraphLine567(attribute interface{}) error { +func (c *current) onListParagraphLine572(attribute interface{}) error { c.state["verse"] = true return nil } -func (p *parser) callonListParagraphLine567() error { +func (p *parser) callonListParagraphLine572() error { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine567(stack["attribute"]) + return p.cur.onListParagraphLine572(stack["attribute"]) } -func (c *current) onListParagraphLine447(attribute interface{}) (interface{}, error) { +func (c *current) onListParagraphLine452(attribute interface{}) (interface{}, error) { return attribute, nil } -func (p *parser) callonListParagraphLine447() (interface{}, error) { +func (p *parser) callonListParagraphLine452() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine447(stack["attribute"]) + return p.cur.onListParagraphLine452(stack["attribute"]) } -func (c *current) onListParagraphLine573() (interface{}, error) { +func (c *current) onListParagraphLine578() (interface{}, error) { return types.Tip, nil } -func (p *parser) callonListParagraphLine573() (interface{}, error) { +func (p *parser) callonListParagraphLine578() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine573() + return p.cur.onListParagraphLine578() } -func (c *current) onListParagraphLine575() (interface{}, error) { +func (c *current) onListParagraphLine580() (interface{}, error) { return types.Note, nil } -func (p *parser) callonListParagraphLine575() (interface{}, error) { +func (p *parser) callonListParagraphLine580() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine575() + return p.cur.onListParagraphLine580() } -func (c *current) onListParagraphLine577() (interface{}, error) { +func (c *current) onListParagraphLine582() (interface{}, error) { return types.Important, nil } -func (p *parser) callonListParagraphLine577() (interface{}, error) { +func (p *parser) callonListParagraphLine582() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine577() + return p.cur.onListParagraphLine582() } -func (c *current) onListParagraphLine579() (interface{}, error) { +func (c *current) onListParagraphLine584() (interface{}, error) { return types.Warning, nil } -func (p *parser) callonListParagraphLine579() (interface{}, error) { +func (p *parser) callonListParagraphLine584() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine579() + return p.cur.onListParagraphLine584() } -func (c *current) onListParagraphLine581() (interface{}, error) { +func (c *current) onListParagraphLine586() (interface{}, error) { return types.Caution, nil } -func (p *parser) callonListParagraphLine581() (interface{}, error) { +func (p *parser) callonListParagraphLine586() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine581() + return p.cur.onListParagraphLine586() } -func (c *current) onListParagraphLine568(k interface{}) (interface{}, error) { +func (c *current) onListParagraphLine573(k interface{}) (interface{}, error) { return types.NewAdmonitionAttribute(k.(types.AdmonitionKind)) } -func (p *parser) callonListParagraphLine568() (interface{}, error) { +func (p *parser) callonListParagraphLine573() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine568(stack["k"]) + return p.cur.onListParagraphLine573(stack["k"]) } -func (c *current) onListParagraphLine584() (interface{}, error) { +func (c *current) onListParagraphLine589() (interface{}, error) { return types.ElementAttributes{"layout": "horizontal"}, nil } -func (p *parser) callonListParagraphLine584() (interface{}, error) { +func (p *parser) callonListParagraphLine589() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine584() + return p.cur.onListParagraphLine589() } -func (c *current) onListParagraphLine592() (interface{}, error) { +func (c *current) onListParagraphLine597() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine592() (interface{}, error) { +func (p *parser) callonListParagraphLine597() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine592() + return p.cur.onListParagraphLine597() } -func (c *current) onListParagraphLine603() (interface{}, error) { +func (c *current) onListParagraphLine608() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine603() (interface{}, error) { +func (p *parser) callonListParagraphLine608() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine603() + return p.cur.onListParagraphLine608() } -func (c *current) onListParagraphLine606() (interface{}, error) { +func (c *current) onListParagraphLine611() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine606() (interface{}, error) { +func (p *parser) callonListParagraphLine611() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine606() + return p.cur.onListParagraphLine611() } -func (c *current) onListParagraphLine609() (interface{}, error) { +func (c *current) onListParagraphLine614() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine609() (interface{}, error) { +func (p *parser) callonListParagraphLine614() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine609() + return p.cur.onListParagraphLine614() } -func (c *current) onListParagraphLine614() (interface{}, error) { +func (c *current) onListParagraphLine619() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine614() (interface{}, error) { +func (p *parser) callonListParagraphLine619() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine614() + return p.cur.onListParagraphLine619() } -func (c *current) onListParagraphLine621() (interface{}, error) { +func (c *current) onListParagraphLine626() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine621() (interface{}, error) { +func (p *parser) callonListParagraphLine626() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine621() + return p.cur.onListParagraphLine626() } -func (c *current) onListParagraphLine617() (interface{}, error) { +func (c *current) onListParagraphLine622() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine617() (interface{}, error) { +func (p *parser) callonListParagraphLine622() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine617() + return p.cur.onListParagraphLine622() } -func (c *current) onListParagraphLine623() (interface{}, error) { +func (c *current) onListParagraphLine628() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine623() (interface{}, error) { +func (p *parser) callonListParagraphLine628() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine623() + return p.cur.onListParagraphLine628() } -func (c *current) onListParagraphLine600(key interface{}) (interface{}, error) { +func (c *current) onListParagraphLine605(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine600() (interface{}, error) { +func (p *parser) callonListParagraphLine605() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine600(stack["key"]) + return p.cur.onListParagraphLine605(stack["key"]) } -func (c *current) onListParagraphLine638() (interface{}, error) { +func (c *current) onListParagraphLine643() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine638() (interface{}, error) { +func (p *parser) callonListParagraphLine643() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine638() + return p.cur.onListParagraphLine643() } -func (c *current) onListParagraphLine645() (interface{}, error) { +func (c *current) onListParagraphLine650() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine645() (interface{}, error) { +func (p *parser) callonListParagraphLine650() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine645() + return p.cur.onListParagraphLine650() } -func (c *current) onListParagraphLine641() (interface{}, error) { +func (c *current) onListParagraphLine646() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine641() (interface{}, error) { +func (p *parser) callonListParagraphLine646() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine641() + return p.cur.onListParagraphLine646() } -func (c *current) onListParagraphLine647() (interface{}, error) { +func (c *current) onListParagraphLine652() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine647() (interface{}, error) { +func (p *parser) callonListParagraphLine652() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine647() + return p.cur.onListParagraphLine652() } -func (c *current) onListParagraphLine634(value interface{}) (interface{}, error) { +func (c *current) onListParagraphLine639(value interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine634() (interface{}, error) { +func (p *parser) callonListParagraphLine639() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine634(stack["value"]) + return p.cur.onListParagraphLine639(stack["value"]) } -func (c *current) onListParagraphLine661() (interface{}, error) { +func (c *current) onListParagraphLine666() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine661() (interface{}, error) { +func (p *parser) callonListParagraphLine666() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine661() + return p.cur.onListParagraphLine666() } -func (c *current) onListParagraphLine597(key, value interface{}) (interface{}, error) { +func (c *current) onListParagraphLine602(key, value interface{}) (interface{}, error) { // value is set return types.NewGenericAttribute(key.(string), value) } -func (p *parser) callonListParagraphLine597() (interface{}, error) { +func (p *parser) callonListParagraphLine602() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine597(stack["key"], stack["value"]) + return p.cur.onListParagraphLine602(stack["key"], stack["value"]) } -func (c *current) onListParagraphLine669() (interface{}, error) { +func (c *current) onListParagraphLine674() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine669() (interface{}, error) { +func (p *parser) callonListParagraphLine674() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine669() + return p.cur.onListParagraphLine674() } -func (c *current) onListParagraphLine672() (interface{}, error) { +func (c *current) onListParagraphLine677() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine672() (interface{}, error) { +func (p *parser) callonListParagraphLine677() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine672() + return p.cur.onListParagraphLine677() } -func (c *current) onListParagraphLine675() (interface{}, error) { +func (c *current) onListParagraphLine680() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine675() (interface{}, error) { +func (p *parser) callonListParagraphLine680() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine675() + return p.cur.onListParagraphLine680() } -func (c *current) onListParagraphLine680() (interface{}, error) { +func (c *current) onListParagraphLine685() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine680() (interface{}, error) { +func (p *parser) callonListParagraphLine685() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine680() + return p.cur.onListParagraphLine685() } -func (c *current) onListParagraphLine687() (interface{}, error) { +func (c *current) onListParagraphLine692() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine687() (interface{}, error) { +func (p *parser) callonListParagraphLine692() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine687() + return p.cur.onListParagraphLine692() } -func (c *current) onListParagraphLine683() (interface{}, error) { +func (c *current) onListParagraphLine688() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine683() (interface{}, error) { +func (p *parser) callonListParagraphLine688() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine683() + return p.cur.onListParagraphLine688() } -func (c *current) onListParagraphLine689() (interface{}, error) { +func (c *current) onListParagraphLine694() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine689() (interface{}, error) { +func (p *parser) callonListParagraphLine694() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine689() + return p.cur.onListParagraphLine694() } -func (c *current) onListParagraphLine666(key interface{}) (interface{}, error) { +func (c *current) onListParagraphLine671(key interface{}) (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine666() (interface{}, error) { +func (p *parser) callonListParagraphLine671() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine666(stack["key"]) + return p.cur.onListParagraphLine671(stack["key"]) } -func (c *current) onListParagraphLine703() (interface{}, error) { +func (c *current) onListParagraphLine708() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine703() (interface{}, error) { +func (p *parser) callonListParagraphLine708() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine703() + return p.cur.onListParagraphLine708() } -func (c *current) onListParagraphLine663(key interface{}) (interface{}, error) { +func (c *current) onListParagraphLine668(key interface{}) (interface{}, error) { // value is not set return types.NewGenericAttribute(key.(string), nil) } -func (p *parser) callonListParagraphLine663() (interface{}, error) { +func (p *parser) callonListParagraphLine668() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine663(stack["key"]) + return p.cur.onListParagraphLine668(stack["key"]) } -func (c *current) onListParagraphLine586(attributes interface{}) (interface{}, error) { +func (c *current) onListParagraphLine591(attributes interface{}) (interface{}, error) { return types.NewAttributeGroup(attributes.([]interface{})) } -func (p *parser) callonListParagraphLine586() (interface{}, error) { +func (p *parser) callonListParagraphLine591() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine586(stack["attributes"]) + return p.cur.onListParagraphLine591(stack["attributes"]) } -func (c *current) onListParagraphLine709() (interface{}, error) { +func (c *current) onListParagraphLine714() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine709() (interface{}, error) { +func (p *parser) callonListParagraphLine714() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine709() + return p.cur.onListParagraphLine714() } -func (c *current) onListParagraphLine170(attr interface{}) (interface{}, error) { +func (c *current) onListParagraphLine175(attr interface{}) (interface{}, error) { return attr, nil // avoid returning something like `[]interface{}{attr, EOL}` } -func (p *parser) callonListParagraphLine170() (interface{}, error) { +func (p *parser) callonListParagraphLine175() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine170(stack["attr"]) + return p.cur.onListParagraphLine175(stack["attr"]) } -func (c *current) onListParagraphLine724() (interface{}, error) { +func (c *current) onListParagraphLine729() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine724() (interface{}, error) { +func (p *parser) callonListParagraphLine729() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine724() + return p.cur.onListParagraphLine729() } -func (c *current) onListParagraphLine736() (interface{}, error) { +func (c *current) onListParagraphLine741() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine736() (interface{}, error) { +func (p *parser) callonListParagraphLine741() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine736() + return p.cur.onListParagraphLine741() } -func (c *current) onListParagraphLine748() (interface{}, error) { +func (c *current) onListParagraphLine753() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine748() (interface{}, error) { +func (p *parser) callonListParagraphLine753() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine748() + return p.cur.onListParagraphLine753() } -func (c *current) onListParagraphLine761() (interface{}, error) { +func (c *current) onListParagraphLine766() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine761() (interface{}, error) { +func (p *parser) callonListParagraphLine766() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine761() + return p.cur.onListParagraphLine766() } -func (c *current) onListParagraphLine773() (interface{}, error) { +func (c *current) onListParagraphLine778() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine773() (interface{}, error) { +func (p *parser) callonListParagraphLine778() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine773() + return p.cur.onListParagraphLine778() } -func (c *current) onListParagraphLine792() (interface{}, error) { +func (c *current) onListParagraphLine797() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine792() (interface{}, error) { +func (p *parser) callonListParagraphLine797() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine792() + return p.cur.onListParagraphLine797() } -func (c *current) onListParagraphLine798() (interface{}, error) { +func (c *current) onListParagraphLine803() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonListParagraphLine798() (interface{}, error) { +func (p *parser) callonListParagraphLine803() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine798() + return p.cur.onListParagraphLine803() } -func (c *current) onListParagraphLine788() (interface{}, error) { +func (c *current) onListParagraphLine793() (interface{}, error) { return types.NewLineBreak() } -func (p *parser) callonListParagraphLine788() (interface{}, error) { +func (p *parser) callonListParagraphLine793() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine788() + return p.cur.onListParagraphLine793() } -func (c *current) onListParagraphLine781(elements, linebreak interface{}) (interface{}, error) { +func (c *current) onListParagraphLine786(elements, linebreak interface{}) (interface{}, error) { // absorbs heading and trailing spaces return types.NewInlineElements(append(elements.([]interface{}), linebreak)) } -func (p *parser) callonListParagraphLine781() (interface{}, error) { +func (p *parser) callonListParagraphLine786() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onListParagraphLine781(stack["elements"], stack["linebreak"]) + return p.cur.onListParagraphLine786(stack["elements"], stack["linebreak"]) } func (c *current) onListParagraphLine1(line interface{}) (interface{}, error) { @@ -95232,54 +95382,64 @@ func (p *parser) callonInlineElements4() (interface{}, error) { return p.cur.onInlineElements4() } -func (c *current) onInlineElements32() (interface{}, error) { +func (c *current) onInlineElements30() (interface{}, error) { + return string(c.text), nil +} + +func (p *parser) callonInlineElements30() (interface{}, error) { + stack := p.vstack[len(p.vstack)-1] + _ = stack + return p.cur.onInlineElements30() +} + +func (c *current) onInlineElements37() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements32() (interface{}, error) { +func (p *parser) callonInlineElements37() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements32() + return p.cur.onInlineElements37() } -func (c *current) onInlineElements39() (interface{}, error) { +func (c *current) onInlineElements44() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements39() (interface{}, error) { +func (p *parser) callonInlineElements44() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements39() + return p.cur.onInlineElements44() } -func (c *current) onInlineElements35() (interface{}, error) { +func (c *current) onInlineElements40() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements35() (interface{}, error) { +func (p *parser) callonInlineElements40() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements35() + return p.cur.onInlineElements40() } -func (c *current) onInlineElements41() (interface{}, error) { +func (c *current) onInlineElements46() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements41() (interface{}, error) { +func (p *parser) callonInlineElements46() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements41() + return p.cur.onInlineElements46() } -func (c *current) onInlineElements29() (interface{}, error) { +func (c *current) onInlineElements34() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements29() (interface{}, error) { +func (p *parser) callonInlineElements34() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements29() + return p.cur.onInlineElements34() } func (c *current) onInlineElements23(content interface{}) (interface{}, error) { @@ -95303,96 +95463,96 @@ func (p *parser) callonInlineElements21() (interface{}, error) { return p.cur.onInlineElements21(stack["comment"]) } -func (c *current) onInlineElements65() (interface{}, error) { +func (c *current) onInlineElements70() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements65() (interface{}, error) { +func (p *parser) callonInlineElements70() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements65() + return p.cur.onInlineElements70() } -func (c *current) onInlineElements77() (interface{}, error) { +func (c *current) onInlineElements82() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements77() (interface{}, error) { +func (p *parser) callonInlineElements82() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements77() + return p.cur.onInlineElements82() } -func (c *current) onInlineElements89() (interface{}, error) { +func (c *current) onInlineElements94() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements89() (interface{}, error) { +func (p *parser) callonInlineElements94() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements89() + return p.cur.onInlineElements94() } -func (c *current) onInlineElements102() (interface{}, error) { +func (c *current) onInlineElements107() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements102() (interface{}, error) { +func (p *parser) callonInlineElements107() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements102() + return p.cur.onInlineElements107() } -func (c *current) onInlineElements114() (interface{}, error) { +func (c *current) onInlineElements119() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements114() (interface{}, error) { +func (p *parser) callonInlineElements119() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements114() + return p.cur.onInlineElements119() } -func (c *current) onInlineElements130() (interface{}, error) { +func (c *current) onInlineElements135() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements130() (interface{}, error) { +func (p *parser) callonInlineElements135() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements130() + return p.cur.onInlineElements135() } -func (c *current) onInlineElements136() (interface{}, error) { +func (c *current) onInlineElements141() (interface{}, error) { return string(c.text), nil } -func (p *parser) callonInlineElements136() (interface{}, error) { +func (p *parser) callonInlineElements141() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements136() + return p.cur.onInlineElements141() } -func (c *current) onInlineElements126() (interface{}, error) { +func (c *current) onInlineElements131() (interface{}, error) { return types.NewLineBreak() } -func (p *parser) callonInlineElements126() (interface{}, error) { +func (p *parser) callonInlineElements131() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements126() + return p.cur.onInlineElements131() } -func (c *current) onInlineElements55(elements, linebreak interface{}) (interface{}, error) { +func (c *current) onInlineElements60(elements, linebreak interface{}) (interface{}, error) { return types.NewInlineElements(append(elements.([]interface{}), linebreak)) } -func (p *parser) callonInlineElements55() (interface{}, error) { +func (p *parser) callonInlineElements60() (interface{}, error) { stack := p.vstack[len(p.vstack)-1] _ = stack - return p.cur.onInlineElements55(stack["elements"], stack["linebreak"]) + return p.cur.onInlineElements60(stack["elements"], stack["linebreak"]) } func (c *current) onInlineElements1(elements interface{}) (interface{}, error) { diff --git a/pkg/parser/comment_test.go b/pkg/parser/comment_test.go index 3aba101d..c0deccb5 100644 --- a/pkg/parser/comment_test.go +++ b/pkg/parser/comment_test.go @@ -18,6 +18,22 @@ var _ = Describe("comments", func() { verify(GinkgoT(), expectedResult, actualDocument, parser.Entrypoint("DocumentBlock")) }) + It("single line comment with prefixing spaces alone", func() { + actualDocument := ` // A single-line comment.` + expectedResult := types.SingleLineComment{ + Content: " A single-line comment.", + } + verify(GinkgoT(), expectedResult, actualDocument, parser.Entrypoint("DocumentBlock")) + }) + + It("single line comment with prefixing tabs alone", func() { + actualDocument := "\t\t// A single-line comment." + expectedResult := types.SingleLineComment{ + Content: " A single-line comment.", + } + verify(GinkgoT(), expectedResult, actualDocument, parser.Entrypoint("DocumentBlock")) + }) + It("single line comment at end of line", func() { actualDocument := `foo // A single-line comment.` expectedResult := types.Paragraph{ @@ -34,6 +50,27 @@ var _ = Describe("comments", func() { It("single line comment within a paragraph", func() { actualDocument := `a first line // A single-line comment. +another line` + expectedResult := types.Paragraph{ + Attributes: types.ElementAttributes{}, + Lines: []types.InlineElements{ + { + types.StringElement{Content: "a first line"}, + }, + { + types.SingleLineComment{Content: " A single-line comment."}, + }, + { + types.StringElement{Content: "another line"}, + }, + }, + } + verify(GinkgoT(), expectedResult, actualDocument, parser.Entrypoint("DocumentBlock")) + }) + + It("single line comment within a paragraph with tab", func() { + actualDocument := `a first line + // A single-line comment. another line` expectedResult := types.Paragraph{ Attributes: types.ElementAttributes{},