validate_code
Check code syntax statically without execution to identify errors early and simplify debugging.
Instructions
Validate code syntax without executing it. Performs static analysis to check for syntax errors.
Use this to check code validity before execution or to help debug syntax issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to validate | |
| language | Yes | Programming language to validate |