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": "Press the ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 10
            }
          ]
        },
        {
          "name": "keyboard",
          "type": "inline",
          "keys": [
            "Ctrl",
            "Alt",
            "Del"
          ],
          "location": [
            {
              "line": 1,
              "col": 11
            },
            {
              "line": 1,
              "col": 30
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " keys.",
          "location": [
            {
              "line": 1,
              "col": 31
            },
            {
              "line": 1,
              "col": 36
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 36
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 36
    }
  ]
}