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": "Multiple bold patterns: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 25
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 32
            },
            {
              "line": 1,
              "col": 36
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "first",
              "location": [
                {
                  "line": 1,
                  "col": 38
                },
                {
                  "line": 1,
                  "col": 42
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 37
            },
            {
              "line": 1,
              "col": 43
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 44
            },
            {
              "line": 1,
              "col": 48
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "second",
              "location": [
                {
                  "line": 1,
                  "col": 50
                },
                {
                  "line": 1,
                  "col": 55
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 49
            },
            {
              "line": 1,
              "col": 56
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 57
            },
            {
              "line": 1,
              "col": 62
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " in one passthrough.",
          "location": [
            {
              "line": 1,
              "col": 64
            },
            {
              "line": 1,
              "col": 83
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 83
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 83
    }
  ]
}