acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "sidebar",
      "type": "block",
      "form": "delimited",
      "delimiter": "****",
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Discrete headings are useful for making headings inside of other blocks, like this sidebar.",
              "location": [
                {
                  "line": 2,
                  "col": 1
                },
                {
                  "line": 2,
                  "col": 91
                }
              ]
            }
          ],
          "location": [
            {
              "line": 2,
              "col": 1
            },
            {
              "line": 2,
              "col": 91
            }
          ]
        },
        {
          "name": "heading",
          "type": "block",
          "title": [
            {
              "name": "text",
              "type": "string",
              "value": "Discrete Heading",
              "location": [
                {
                  "line": 5,
                  "col": 4
                },
                {
                  "line": 5,
                  "col": 19
                }
              ]
            }
          ],
          "level": 1,
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 5,
              "col": 19
            }
          ]
        },
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Discrete headings can be used where sections are not permitted.",
              "location": [
                {
                  "line": 7,
                  "col": 1
                },
                {
                  "line": 7,
                  "col": 63
                }
              ]
            }
          ],
          "location": [
            {
              "line": 7,
              "col": 1
            },
            {
              "line": 7,
              "col": 63
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 8,
          "col": 4
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 8,
      "col": 4
    }
  ]
}