bracket_match
Check bracket, parenthesis, and brace matching in source code to identify mismatched or unclosed delimiters.
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 |