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": "Water ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 7
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "H",
          "location": [
            {
              "line": 1,
              "col": 14
            },
            {
              "line": 1,
              "col": 14
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "subscript",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "2",
              "location": [
                {
                  "line": 1,
                  "col": 16
                },
                {
                  "line": 1,
                  "col": 16
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 15
            },
            {
              "line": 1,
              "col": 17
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "O",
          "location": [
            {
              "line": 1,
              "col": 18
            },
            {
              "line": 1,
              "col": 18
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " is essential.",
          "location": [
            {
              "line": 1,
              "col": 20
            },
            {
              "line": 1,
              "col": 33
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 33
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 33
    }
  ]
}