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": "Paragraphs don't require any special markup in AsciiDoc.\nA paragraph is just one or more lines of consecutive text.",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 2,
              "col": 58
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 2,
          "col": 58
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "To begin a new paragraph, separate it by at least one empty line from the previous paragraph or block.",
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 4,
              "col": 102
            }
          ]
        }
      ],
      "location": [
        {
          "line": 4,
          "col": 1
        },
        {
          "line": 4,
          "col": 102
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 4,
      "col": 102
    }
  ]
}