acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "header": {
    "title": [
      {
        "name": "text",
        "type": "string",
        "value": "Document Title",
        "location": [
          {
            "line": 2,
            "col": 3
          },
          {
            "line": 2,
            "col": 16
          }
        ]
      }
    ],
    "authors": [
      {
        "firstname": "Lorn Kismet",
        "middlename": "R.",
        "lastname": "Lee",
        "initials": "LRL",
        "address": "kismet@asciidoctor.org"
      },
      {
        "firstname": "Norberto",
        "middlename": "M.",
        "lastname": "Lopes",
        "initials": "NML",
        "address": "nlopesml@gmail.com"
      }
    ],
    "location": [
      {
        "line": 2,
        "col": 1
      },
      {
        "line": 7,
        "col": 34
      }
    ]
  },
  "attributes": {
    "author": "Lorn Kismet R. Lee",
    "author_2": "Norberto M. Lopes",
    "authorcount": "2",
    "authorinitials": "LRL",
    "authorinitials_2": "NML",
    "authors": "Lorn Kismet R. Lee, Norberto M. Lopes",
    "description": "The document's description.",
    "email": "kismet@asciidoctor.org",
    "email_2": "nlopesml@gmail.com",
    "firstname": "Lorn Kismet",
    "firstname_2": "Norberto",
    "lastname": "Lee",
    "lastname_2": "Lopes",
    "middlename": "R.",
    "middlename_2": "M.",
    "revdate": "01-09-2024",
    "revnumber": "v2.9",
    "revremark": "Fall incarnation",
    "sectanchors": true,
    "url-repo": "https://my-git-repo.com"
  },
  "blocks": [
    {
      "name": "comment",
      "type": "block",
      "content": " this comment line is ignored",
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 32
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "The document ",
          "location": [
            {
              "line": 9,
              "col": 1
            },
            {
              "line": 9,
              "col": 13
            }
          ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "emphasis",
          "form": "unconstrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "body",
              "location": [
                {
                  "line": 9,
                  "col": 16
                },
                {
                  "line": 9,
                  "col": 19
                }
              ]
            }
          ],
          "location": [
            {
              "line": 9,
              "col": 14
            },
            {
              "line": 9,
              "col": 21
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " starts here.",
          "location": [
            {
              "line": 9,
              "col": 22
            },
            {
              "line": 9,
              "col": 34
            }
          ]
        }
      ],
      "location": [
        {
          "line": 9,
          "col": 1
        },
        {
          "line": 9,
          "col": 34
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 9,
      "col": 34
    }
  ]
}