acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "quote",
      "type": "block",
      "form": "delimited",
      "delimiter": "____",
      "metadata": {
        "style": "quote",
        "attribution": [
          {
            "name": "text",
            "type": "string",
            "value": "Albert Einstein",
            "location": [
              {
                "line": 1,
                "col": 9
              },
              {
                "line": 1,
                "col": 24
              }
            ]
          }
        ],
        "citetitle": [
          {
            "name": "text",
            "type": "string",
            "value": "Letter to Max Born",
            "location": [
              {
                "line": 1,
                "col": 26
              },
              {
                "line": 1,
                "col": 44
              }
            ]
          }
        ]
      },
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "God does not play dice with the universe.",
              "location": [
                {
                  "line": 3,
                  "col": 1
                },
                {
                  "line": 3,
                  "col": 41
                }
              ]
            }
          ],
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 3,
              "col": 41
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 4,
          "col": 4
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 4,
      "col": 4
    }
  ]
}