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": "Nested markup: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 16
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 23
            },
            {
              "line": 1,
              "col": 27
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "strong",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "bold ",
              "location": [
                {
                  "line": 1,
                  "col": 29
                },
                {
                  "line": 1,
                  "col": 33
                }
              ]
            },
            {
              "name": "span",
              "type": "inline",
              "variant": "emphasis",
              "form": "constrained",
              "inlines": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "italic",
                  "location": [
                    {
                      "line": 1,
                      "col": 35
                    },
                    {
                      "line": 1,
                      "col": 40
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 1,
                  "col": 34
                },
                {
                  "line": 1,
                  "col": 41
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 28
            },
            {
              "line": 1,
              "col": 42
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 43
            },
            {
              "line": 1,
              "col": 48
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " and ",
          "location": [
            {
              "line": 1,
              "col": 50
            },
            {
              "line": 1,
              "col": 55
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "<del>",
          "location": [
            {
              "line": 1,
              "col": 62
            },
            {
              "line": 1,
              "col": 66
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "emphasis",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "italic *bold*",
              "location": [
                {
                  "line": 1,
                  "col": 68
                },
                {
                  "line": 1,
                  "col": 80
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 67
            },
            {
              "line": 1,
              "col": 81
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "</del>",
          "location": [
            {
              "line": 1,
              "col": 82
            },
            {
              "line": 1,
              "col": 87
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " combinations.",
          "location": [
            {
              "line": 1,
              "col": 89
            },
            {
              "line": 1,
              "col": 102
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 102
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 102
    }
  ]
}