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": "Other markup: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 15
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 22
            },
            {
              "line": 1,
              "col": 26
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "code",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "code",
              "location": [
                {
                  "line": 1,
                  "col": 28
                },
                {
                  "line": 1,
                  "col": 31
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 27
            },
            {
              "line": 1,
              "col": 32
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 33
            },
            {
              "line": 1,
              "col": 37
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "subscript",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "subscript",
              "location": [
                {
                  "line": 1,
                  "col": 39
                },
                {
                  "line": 1,
                  "col": 47
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 38
            },
            {
              "line": 1,
              "col": 48
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 49
            },
            {
              "line": 1,
              "col": 53
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "superscript",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "superscript",
              "location": [
                {
                  "line": 1,
                  "col": 55
                },
                {
                  "line": 1,
                  "col": 65
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 54
            },
            {
              "line": 1,
              "col": 66
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 67
            },
            {
              "line": 1,
              "col": 72
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " within passthrough.",
          "location": [
            {
              "line": 1,
              "col": 74
            },
            {
              "line": 1,
              "col": 93
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 93
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 93
    }
  ]
}