acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "image",
      "type": "block",
      "form": "macro",
      "metadata": {
        "attributes": {
          "alt": "Sunset",
          "height": "400",
          "width": "300"
        }
      },
      "source": {
        "type": "path",
        "value": "sunset.jpg"
      },
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 50
        }
      ]
    },
    {
      "name": "image",
      "type": "block",
      "form": "macro",
      "metadata": {
        "attributes": {
          "alt": "Sunset",
          "height": "400",
          "width": "300"
        }
      },
      "source": {
        "type": "path",
        "value": "sunset2.jpg"
      },
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 3,
          "col": 34
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 3,
      "col": 34
    }
  ]
}