acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "image",
          "type": "inline",
          "title": [
            {
              "name": "text",
              "type": "string",
              "value": "Pause stuff",
              "location": [
                {
                  "line": 1,
                  "col": 23
                },
                {
                  "line": 1,
                  "col": 33
                }
              ]
            }
          ],
          "target": {
            "type": "path",
            "value": "pause.png"
          },
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 34
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 34
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 34
    }
  ]
}