acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "listing",
      "type": "block",
      "form": "delimited",
      "delimiter": "----",
      "metadata": {
        "attributes": {
          "attributes": null
        },
        "substitutions": [
          "special_chars"
        ]
      },
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Version: {version}\n<html>",
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 4,
              "col": 6
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 5,
          "col": 4
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 5,
      "col": 4
    }
  ]
}