acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "section",
      "type": "block",
      "title": [
        {
          "name": "text",
          "type": "string",
          "value": "Section 1",
          "location": [
            {
              "line": 1,
              "col": 4
            },
            {
              "line": 1,
              "col": 12
            }
          ]
        }
      ],
      "level": 1,
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Something is up. Let's see.",
              "location": [
                {
                  "line": 3,
                  "col": 1
                },
                {
                  "line": 3,
                  "col": 27
                }
              ]
            }
          ],
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 3,
              "col": 27
            }
          ]
        },
        {
          "name": "listing",
          "type": "block",
          "form": "delimited",
          "delimiter": "----",
          "metadata": {
            "attributes": {
              "yaml": null
            },
            "style": "source"
          },
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "image: node:16-buster\nstages: [ init, verify, deploy ]",
              "location": [
                {
                  "line": 7,
                  "col": 1
                },
                {
                  "line": 8,
                  "col": 32
                }
              ]
            }
          ],
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 9,
              "col": 4
            }
          ]
        },
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "And that's it.",
              "location": [
                {
                  "line": 11,
                  "col": 1
                },
                {
                  "line": 11,
                  "col": 14
                }
              ]
            }
          ],
          "location": [
            {
              "line": 11,
              "col": 1
            },
            {
              "line": 11,
              "col": 14
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 11,
          "col": 14
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 11,
      "col": 14
    }
  ]
}