acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "list",
      "type": "block",
      "variant": "ordered",
      "marker": "1.",
      "items": [
        {
          "name": "listItem",
          "type": "block",
          "marker": "1.",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "First item",
              "location": [
                {
                  "line": 1,
                  "col": 4
                },
                {
                  "line": 1,
                  "col": 13
                }
              ]
            }
          ],
          "blocks": [
            {
              "name": "listing",
              "type": "block",
              "form": "delimited",
              "delimiter": "----",
              "metadata": {
                "attributes": {
                  "rust": null
                },
                "style": "source"
              },
              "inlines": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "// code example\nfn main() {}",
                  "location": [
                    {
                      "line": 5,
                      "col": 1
                    },
                    {
                      "line": 6,
                      "col": 12
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 3,
                  "col": 1
                },
                {
                  "line": 7,
                  "col": 4
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 7,
              "col": 4
            }
          ]
        },
        {
          "name": "listItem",
          "type": "block",
          "marker": "2.",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "Second item",
              "location": [
                {
                  "line": 8,
                  "col": 4
                },
                {
                  "line": 8,
                  "col": 14
                }
              ]
            }
          ],
          "location": [
            {
              "line": 8,
              "col": 1
            },
            {
              "line": 8,
              "col": 14
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 8,
          "col": 14
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 8,
      "col": 14
    }
  ]
}