bracket_match
Checks if brackets, parentheses, and braces are correctly matched in source code. Identifies mismatched pairs to validate syntax.
Instructions
Check bracket/parenthesis/brace matching in source code.
Parameters:
code — Source code to check bracket matching in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |