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": 1,
            "col": 3
          },
          {
            "line": 1,
            "col": 16
          }
        ]
      }
    ],
    "authors": [
      {
        "firstname": "Test",
        "lastname": "Author",
        "initials": "TA"
      }
    ],
    "location": [
      {
        "line": 1,
        "col": 1
      },
      {
        "line": 2,
        "col": 20
      }
    ]
  },
  "attributes": {
    "author": "Test Author",
    "authorcount": "1",
    "authorinitials": "TA",
    "authors": "Test Author",
    "firstname": "Test",
    "lastname": "Author"
  },
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Some content.",
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 4,
              "col": 13
            }
          ]
        }
      ],
      "location": [
        {
          "line": 4,
          "col": 1
        },
        {
          "line": 4,
          "col": 13
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 4,
      "col": 13
    }
  ]
}