acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "video",
      "type": "block",
      "form": "macro",
      "metadata": {
        "attributes": {
          "youtube": true
        }
      },
      "sources": [
        {
          "type": "name",
          "value": "Video1ID"
        },
        {
          "type": "name",
          "value": "Video2ID"
        },
        {
          "type": "name",
          "value": "Video3ID"
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 42
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 42
    }
  ]
}