acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "open",
      "type": "block",
      "form": "delimited",
      "delimiter": "--",
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "First paragraph in open block.",
              "location": [
                {
                  "line": 2,
                  "col": 1
                },
                {
                  "line": 2,
                  "col": 30
                }
              ]
            }
          ],
          "location": [
            {
              "line": 2,
              "col": 1
            },
            {
              "line": 2,
              "col": 30
            }
          ]
        },
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Second paragraph in open block.",
              "location": [
                {
                  "line": 4,
                  "col": 1
                },
                {
                  "line": 4,
                  "col": 31
                }
              ]
            }
          ],
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 4,
              "col": 31
            }
          ]
        },
        {
          "name": "paragraph",
          "type": "block",
          "title": [
            {
              "name": "text",
              "type": "string",
              "value": "Title on third paragraph",
              "location": [
                {
                  "line": 6,
                  "col": 2
                },
                {
                  "line": 6,
                  "col": 25
                }
              ]
            }
          ],
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Third paragraph has its own title.",
              "location": [
                {
                  "line": 7,
                  "col": 1
                },
                {
                  "line": 7,
                  "col": 34
                }
              ]
            }
          ],
          "location": [
            {
              "line": 6,
              "col": 1
            },
            {
              "line": 7,
              "col": 34
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 8,
          "col": 2
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 8,
      "col": 2
    }
  ]
}