ik_check
Check ik source code for syntax and semantic errors by compiling it and returning only the compilation status and diagnostics, enabling a rapid edit-test cycle.
Instructions
Fast syntax/semantic check: compile and return only ok + diagnostics (no artifact). The quickest write-compile-fix feedback loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to an .ik file (relative to the toolchain root or absolute). | |
| source | No | Inline ik source code. | |
| target | No | Device for `target <x>`; prepended only if the source omits one. |