acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "Rubies are red,",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 15
            }
          ]
        },
        {
          "name": "break",
          "type": "inline",
          "location": [
            {
              "line": 1,
              "col": 16
            },
            {
              "line": 1,
              "col": 17
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": "Topazes are blue.",
          "location": [
            {
              "line": 2,
              "col": 1
            },
            {
              "line": 2,
              "col": 17
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 2,
          "col": 17
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 2,
      "col": 17
    }
  ]
}