acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "list",
      "type": "block",
      "variant": "unordered",
      "marker": "*",
      "items": [
        {
          "name": "listItem",
          "type": "block",
          "marker": "*",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "Item 1",
              "location": [
                {
                  "line": 1,
                  "col": 3
                },
                {
                  "line": 1,
                  "col": 8
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 8
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 8
        }
      ]
    },
    {
      "name": "comment",
      "type": "block",
      "content": "-",
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 3,
          "col": 4
        }
      ]
    },
    {
      "name": "list",
      "type": "block",
      "variant": "unordered",
      "marker": "*",
      "items": [
        {
          "name": "listItem",
          "type": "block",
          "marker": "*",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "Item 2",
              "location": [
                {
                  "line": 5,
                  "col": 3
                },
                {
                  "line": 5,
                  "col": 8
                }
              ]
            }
          ],
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 5,
              "col": 8
            }
          ]
        }
      ],
      "location": [
        {
          "line": 5,
          "col": 1
        },
        {
          "line": 5,
          "col": 8
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 5,
      "col": 8
    }
  ]
}