acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "header": {
    "title": [
      {
        "name": "text",
        "type": "string",
        "value": "Document Title",
        "location": [
          {
            "line": 1,
            "col": 3
          },
          {
            "line": 1,
            "col": 16
          }
        ]
      }
    ],
    "location": [
      {
        "line": 1,
        "col": 1
      },
      {
        "line": 1,
        "col": 16
      }
    ]
  },
  "attributes": {},
  "blocks": [
    {
      "name": "section",
      "type": "block",
      "title": [
        {
          "name": "text",
          "type": "string",
          "value": "Section",
          "location": [
            {
              "line": 3,
              "col": 4
            },
            {
              "line": 3,
              "col": 10
            }
          ]
        }
      ],
      "level": 1,
      "blocks": [
        {
          "name": "dlist",
          "type": "block",
          "items": [
            {
              "term": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "#issue-123",
                  "location": [
                    {
                      "line": 5,
                      "col": 1
                    },
                    {
                      "line": 5,
                      "col": 10
                    }
                  ]
                }
              ],
              "delimiter": "::",
              "principal_text": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "This is an issue reference.\nThe issue description continues here.",
                  "location": [
                    {
                      "line": 5,
                      "col": 14
                    },
                    {
                      "line": 6,
                      "col": 37
                    }
                  ]
                }
              ],
              "description": [],
              "location": [
                {
                  "line": 5,
                  "col": 1
                },
                {
                  "line": 6,
                  "col": 38
                }
              ]
            },
            {
              "term": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "#bug-456",
                  "location": [
                    {
                      "line": 8,
                      "col": 1
                    },
                    {
                      "line": 8,
                      "col": 8
                    }
                  ]
                }
              ],
              "delimiter": "::",
              "principal_text": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "Another term starting with hash.",
                  "location": [
                    {
                      "line": 8,
                      "col": 12
                    },
                    {
                      "line": 8,
                      "col": 43
                    }
                  ]
                }
              ],
              "description": [],
              "location": [
                {
                  "line": 8,
                  "col": 1
                },
                {
                  "line": 8,
                  "col": 44
                }
              ]
            }
          ],
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 8,
              "col": 44
            }
          ]
        }
      ],
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 8,
          "col": 43
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 8,
      "col": 43
    }
  ]
}