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": "First unordered item",
              "location": [
                {
                  "line": 1,
                  "col": 3
                },
                {
                  "line": 1,
                  "col": 22
                }
              ]
            }
          ],
          "blocks": [
            {
              "name": "list",
              "type": "block",
              "variant": "ordered",
              "marker": ".",
              "items": [
                {
                  "name": "listItem",
                  "type": "block",
                  "marker": ".",
                  "principal": [
                    {
                      "name": "text",
                      "type": "string",
                      "value": "Nested ordered A",
                      "location": [
                        {
                          "line": 2,
                          "col": 5
                        },
                        {
                          "line": 2,
                          "col": 20
                        }
                      ]
                    }
                  ],
                  "location": [
                    {
                      "line": 2,
                      "col": 3
                    },
                    {
                      "line": 2,
                      "col": 20
                    }
                  ]
                },
                {
                  "name": "listItem",
                  "type": "block",
                  "marker": ".",
                  "principal": [
                    {
                      "name": "text",
                      "type": "string",
                      "value": "Nested ordered B",
                      "location": [
                        {
                          "line": 3,
                          "col": 5
                        },
                        {
                          "line": 3,
                          "col": 20
                        }
                      ]
                    }
                  ],
                  "location": [
                    {
                      "line": 3,
                      "col": 1
                    },
                    {
                      "line": 3,
                      "col": 20
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 2,
                  "col": 1
                },
                {
                  "line": 3,
                  "col": 20
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 3,
              "col": 20
            }
          ]
        },
        {
          "name": "listItem",
          "type": "block",
          "marker": "*",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "Second unordered item",
              "location": [
                {
                  "line": 4,
                  "col": 3
                },
                {
                  "line": 4,
                  "col": 23
                }
              ]
            }
          ],
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 4,
              "col": 23
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 4,
          "col": 23
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 4,
      "col": 23
    }
  ]
}