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": "This is ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 8
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "mark",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "highlighted",
              "location": [
                {
                  "line": 1,
                  "col": 10
                },
                {
                  "line": 1,
                  "col": 20
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 9
            },
            {
              "line": 1,
              "col": 21
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " text.",
          "location": [
            {
              "line": 1,
              "col": 22
            },
            {
              "line": 1,
              "col": 27
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 27
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 27
    }
  ]
}