parse_script
Syntax-check Clausewitz scripts in memory, returning exact line/column errors and top-level keys to verify structure.
Instructions
Syntax-check a snippet of Clausewitz script without writing it to disk.
Call this on anything you are about to write. Returns exact line/column for every problem, and the top-level keys the parser saw so you can confirm the structure came out the way you intended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||