acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "section",
      "type": "block",
      "title": [
        {
          "name": "text",
          "type": "string",
          "value": "A list of sorts:",
          "location": [
            {
              "line": 1,
              "col": 4
            },
            {
              "line": 1,
              "col": 19
            }
          ]
        }
      ],
      "level": 1,
      "blocks": [
        {
          "name": "list",
          "type": "block",
          "variant": "ordered",
          "marker": ".",
          "items": [
            {
              "name": "listItem",
              "type": "block",
              "marker": ".",
              "checked": false,
              "principal": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "Item 1",
                  "location": [
                    {
                      "line": 3,
                      "col": 7
                    },
                    {
                      "line": 3,
                      "col": 12
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 3,
                  "col": 1
                },
                {
                  "line": 3,
                  "col": 12
                }
              ]
            },
            {
              "name": "listItem",
              "type": "block",
              "marker": ".",
              "principal": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "Item 2",
                  "location": [
                    {
                      "line": 4,
                      "col": 3
                    },
                    {
                      "line": 4,
                      "col": 8
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 4,
                  "col": 1
                },
                {
                  "line": 4,
                  "col": 8
                }
              ]
            },
            {
              "name": "listItem",
              "type": "block",
              "marker": ".",
              "checked": true,
              "principal": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "Item 3",
                  "location": [
                    {
                      "line": 5,
                      "col": 7
                    },
                    {
                      "line": 5,
                      "col": 12
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 5,
                  "col": 1
                },
                {
                  "line": 5,
                  "col": 12
                }
              ]
            }
          ],
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 5,
              "col": 12
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 5,
          "col": 12
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 5,
      "col": 12
    }
  ]
}