acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "admonition",
      "type": "block",
      "variant": "important",
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "This is an important message.",
              "location": [
                {
                  "line": 1,
                  "col": 12
                },
                {
                  "line": 1,
                  "col": 40
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 12
            },
            {
              "line": 1,
              "col": 40
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 40
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 40
    }
  ]
}