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 passthroughs: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 24
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "bold",
              "location": [
                {
                  "line": 1,
                  "col": 32
                },
                {
                  "line": 1,
                  "col": 35
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 31
            },
            {
              "line": 1,
              "col": 36
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 38
            },
            {
              "line": 1,
              "col": 43
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "*verbatim*",
          "location": [
            {
              "line": 1,
              "col": 50
            },
            {
              "line": 1,
              "col": 60
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 61
            },
            {
              "line": 1,
              "col": 66
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "*none*",
          "location": [
            {
              "line": 1,
              "col": 72
            },
            {
              "line": 1,
              "col": 78
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " with different substitutions.",
          "location": [
            {
              "line": 1,
              "col": 79
            },
            {
              "line": 1,
              "col": 108
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 108
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 108
    }
  ]
}