acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "comment",
      "type": "block",
      "content": " this comment line is ignored",
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 32
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 31
    }
  ]
}