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": "The text ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 10
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>strike ",
          "location": [
            {
              "line": 1,
              "col": 17
            },
            {
              "line": 1,
              "col": 28
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "this",
              "location": [
                {
                  "line": 1,
                  "col": 30
                },
                {
                  "line": 1,
                  "col": 33
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 29
            },
            {
              "line": 1,
              "col": 34
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 35
            },
            {
              "line": 1,
              "col": 40
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " is marked as deleted.",
          "location": [
            {
              "line": 1,
              "col": 42
            },
            {
              "line": 1,
              "col": 63
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 63
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 63
    }
  ]
}