edict_validate
Validate Edict language JSON AST against compiler schema to check structural correctness before type checking or compilation.
Instructions
Validate an Edict AST against the compiler's JSON schema without typing or compiling. Use this as a first pass.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ast | Yes | The Edict JSON AST to validate |