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": 3,
            "col": 3
          },
          {
            "line": 3,
            "col": 16
          }
        ]
      }
    ],
    "subtitle": [
      {
        "name": "text",
        "type": "string",
        "value": "this is the subtitle",
        "location": [
          {
            "line": 3,
            "col": 19
          },
          {
            "line": 3,
            "col": 38
          }
        ]
      }
    ],
    "location": [
      {
        "line": 3,
        "col": 1
      },
      {
        "line": 3,
        "col": 38
      }
    ]
  },
  "attributes": {},
  "blocks": [
    {
      "name": "comment",
      "type": "block",
      "content": " this comment line is ignored",
      "location": [
        {
          "line": 2,
          "col": 1
        },
        {
          "line": 2,
          "col": 32
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "body text",
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 5,
              "col": 9
            }
          ]
        }
      ],
      "location": [
        {
          "line": 5,
          "col": 1
        },
        {
          "line": 5,
          "col": 9
        }
      ]
    }
  ],
  "location": [
    {
      "line": 2,
      "col": 1
    },
    {
      "line": 5,
      "col": 9
    }
  ]
}