acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Visit ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 6
            }
          ]
        },
        {
          "name": "ref",
          "type": "inline",
          "variant": "link",
          "target": {
            "type": "url",
            "value": "https://www.rust-lang.org"
          },
          "location": [
            {
              "line": 1,
              "col": 7
            },
            {
              "line": 1,
              "col": 70
            }
          ],
          "attributes": {}
        },
        {
          "name": "text",
          "type": "string",
          "value": ".",
          "location": [
            {
              "line": 1,
              "col": 71
            },
            {
              "line": 1,
              "col": 71
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 71
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 71
    }
  ]
}