acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Unconstrained bold: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 21
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 28
            },
            {
              "line": 1,
              "col": 32
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "unconstrained bold",
              "location": [
                {
                  "line": 1,
                  "col": 35
                },
                {
                  "line": 1,
                  "col": 52
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 33
            },
            {
              "line": 1,
              "col": 54
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 55
            },
            {
              "line": 1,
              "col": 60
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " and mixed ",
          "location": [
            {
              "line": 1,
              "col": 62
            },
            {
              "line": 1,
              "col": 73
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 80
            },
            {
              "line": 1,
              "col": 84
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "constrained",
              "location": [
                {
                  "line": 1,
                  "col": 86
                },
                {
                  "line": 1,
                  "col": 96
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 85
            },
            {
              "line": 1,
              "col": 97
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": " ",
          "location": [
            {
              "line": 1,
              "col": 98
            },
            {
              "line": 1,
              "col": 98
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "unconstrained",
              "location": [
                {
                  "line": 1,
                  "col": 101
                },
                {
                  "line": 1,
                  "col": 113
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 99
            },
            {
              "line": 1,
              "col": 115
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 116
            },
            {
              "line": 1,
              "col": 121
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " patterns.",
          "location": [
            {
              "line": 1,
              "col": 123
            },
            {
              "line": 1,
              "col": 132
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 132
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 132
    }
  ]
}