gerbil_check_syntax
Validate Gerbil Scheme code syntax without execution. Uses the Gerbil expander to verify code can be expanded, ensuring proper structure before runtime.
Instructions
Check if Gerbil Scheme code is syntactically valid without evaluating it. Uses the Gerbil expander to verify the code can be expanded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Gerbil Scheme code to check | |
| imports | No | Modules to import for macro context (e.g. [":std/sugar"]) |