Parse Carve
carve_parseParse Carve source text into a position-aware interchange AST. Resolve documents directly from source for linting, formatting, rendering, or migration.
Instructions
Parse and resolve Carve into its position-aware interchange AST.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Document source (maximum 1000000 UTF-8 bytes) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| children | Yes | ||
| srcByteLength | Yes |