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": "word ",
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 6
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 1,
              "col": 7
            },
            {
              "line": 1,
              "col": 18
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " word",
          "location": [
            {
              "line": 1,
              "col": 19
            },
            {
              "line": 1,
              "col": 23
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 23
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "word ",
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 3,
              "col": 6
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 3,
              "col": 7
            },
            {
              "line": 3,
              "col": 18
            }
          ]
        }
      ],
      "location": [
        {
          "line": 3,
          "col": 1
        },
        {
          "line": 3,
          "col": 18
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 5,
              "col": 2
            },
            {
              "line": 5,
              "col": 13
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": " word",
          "location": [
            {
              "line": 5,
              "col": 14
            },
            {
              "line": 5,
              "col": 18
            }
          ]
        }
      ],
      "location": [
        {
          "line": 5,
          "col": 1
        },
        {
          "line": 5,
          "col": 18
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 7,
              "col": 2
            },
            {
              "line": 7,
              "col": 13
            }
          ]
        }
      ],
      "location": [
        {
          "line": 7,
          "col": 1
        },
        {
          "line": 7,
          "col": 13
        }
      ]
    },
    {
      "name": "paragraph",
      "type": "block",
      "inlines": [
        {
          "name": "text",
          "type": "string",
          "value": "(",
          "location": [
            {
              "line": 9,
              "col": 1
            },
            {
              "line": 9,
              "col": 2
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 9,
              "col": 3
            },
            {
              "line": 9,
              "col": 14
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": ") and [",
          "location": [
            {
              "line": 9,
              "col": 15
            },
            {
              "line": 9,
              "col": 22
            }
          ]
        },
        {
          "name": "raw",
          "type": "string",
          "value": "passthrough",
          "location": [
            {
              "line": 9,
              "col": 23
            },
            {
              "line": 9,
              "col": 34
            }
          ]
        },
        {
          "name": "text",
          "type": "string",
          "value": "]",
          "location": [
            {
              "line": 9,
              "col": 35
            },
            {
              "line": 9,
              "col": 35
            }
          ]
        }
      ],
      "location": [
        {
          "line": 9,
          "col": 1
        },
        {
          "line": 9,
          "col": 35
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 9,
      "col": 35
    }
  ]
}