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": "Escaped cross-ref: ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 19
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": "<<id>>",
          "location": [
            {
              "line": 1,
              "col": 20
            },
            {
              "line": 1,
              "col": 27
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 26
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "With custom text: ",
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 3,
              "col": 18
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": "<<section-id, see this section>>",
          "location": [
            {
              "line": 3,
              "col": 19
            },
            {
              "line": 3,
              "col": 52
            }
          ]
        }
      ],
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 3,
          "col": 51
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "In parentheses: (",
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 5,
              "col": 17
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": "<<ref>>",
          "location": [
            {
              "line": 5,
              "col": 18
            },
            {
              "line": 5,
              "col": 26
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": ")",
          "location": [
            {
              "line": 5,
              "col": 26
            },
            {
              "line": 5,
              "col": 26
            }
          ]
        }
      ],
      "location": [
        {
          "line": 5,
          "col": 1
        },
        {
          "line": 5,
          "col": 26
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 5,
      "col": 26
    }
  ]
}