acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "attributes": {
    "attribute": "a *bold* attribute"
  },
  "blocks": [
    {
      "name": "listing",
      "type": "block",
      "form": "delimited",
      "delimiter": "----",
      "metadata": {
        "substitutions": [
          "+attributes"
        ]
      },
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Content with {attribute}",
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 5,
              "col": 24
            }
          ]
        }
      ],
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 6,
          "col": 4
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 6,
      "col": 4
    }
  ]
}