acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "dlist",
      "type": "block",
      "items": [
        {
          "term": [
            {
              "name": "text",
              "type": "string",
              "value": "Multi word term",
              "location": [
                {
                  "line": 1,
                  "col": 1
                },
                {
                  "line": 1,
                  "col": 15
                }
              ]
            }
          ],
          "delimiter": "::",
          "principal_text": [
            {
              "name": "text",
              "type": "string",
              "value": "Description here",
              "location": [
                {
                  "line": 1,
                  "col": 19
                },
                {
                  "line": 1,
                  "col": 34
                }
              ]
            }
          ],
          "description": [],
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 35
            }
          ]
        },
        {
          "term": [
            {
              "name": "text",
              "type": "string",
              "value": "Term with-dashes",
              "location": [
                {
                  "line": 2,
                  "col": 1
                },
                {
                  "line": 2,
                  "col": 16
                }
              ]
            }
          ],
          "delimiter": "::",
          "principal_text": [
            {
              "name": "text",
              "type": "string",
              "value": "Another description",
              "location": [
                {
                  "line": 2,
                  "col": 20
                },
                {
                  "line": 2,
                  "col": 38
                }
              ]
            }
          ],
          "description": [],
          "location": [
            {
              "line": 2,
              "col": 1
            },
            {
              "line": 2,
              "col": 39
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 2,
          "col": 39
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 2,
      "col": 38
    }
  ]
}