acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "header": {
    "title": [
      {
        "name": "text",
        "type": "string",
        "value": "The Intrepid Chronicles",
        "location": [
          {
            "line": 1,
            "col": 3
          },
          {
            "line": 1,
            "col": 25
          }
        ]
      }
    ],
    "authors": [
      {
        "firstname": "Kismet",
        "lastname": "Lee",
        "initials": "KL",
        "address": "kismet@asciidoctor.org"
      }
    ],
    "location": [
      {
        "line": 1,
        "col": 1
      },
      {
        "line": 3,
        "col": 166
      }
    ]
  },
  "attributes": {
    "author": "Kismet Lee",
    "authorcount": "1",
    "authorinitials": "KL",
    "authors": "Kismet Lee",
    "description": "A story chronicling the inexplicable hazards and unique challenges a team must vanquish on their journey to finding an open source project's true power.",
    "email": "kismet@asciidoctor.org",
    "firstname": "Kismet",
    "lastname": "Lee"
  },
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "This journey begins on a bleary Monday morning.",
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 5,
              "col": 47
            }
          ]
        }
      ],
      "location": [
        {
          "line": 5,
          "col": 1
        },
        {
          "line": 5,
          "col": 47
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 5,
      "col": 47
    }
  ]
}