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": "Fixed ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 6
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "code",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "+",
              "location": [
                {
                  "line": 1,
                  "col": 8
                },
                {
                  "line": 1,
                  "col": 8
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 7
            },
            {
              "line": 1,
              "col": 9
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " separator handling in ",
          "location": [
            {
              "line": 1,
              "col": 10
            },
            {
              "line": 1,
              "col": 32
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "code",
          "form": "constrained",
          "inlines": [
            {
              "name": "keyboard",
              "type": "inline",
              "keys": [
                "Ctrl",
                "C"
              ],
              "location": [
                {
                  "line": 1,
                  "col": 34
                },
                {
                  "line": 1,
                  "col": 45
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 33
            },
            {
              "line": 1,
              "col": 46
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " syntax",
          "location": [
            {
              "line": 1,
              "col": 47
            },
            {
              "line": 1,
              "col": 53
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 53
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 53
    }
  ]
}