v
v copied to clipboard
parser: allow array cast syntax
Fix #10763
🤖[deprecated] Generated by Copilot at 7492d0f
This pull request fixes a bug in type casting between array types and implements a feature for parsing JSON arrays with json.decode. The changes affect the files vlib/v/checker/checker.v and vlib/v/parser/expr.v.
🤖[deprecated] Generated by Copilot at 7492d0f
Is this ready to move to review? All checks passed last time they were run.
Is this ready to move to review? All checks passed last time they were run.
My plan is add map support too. This is the reason to be open yet.
Map support can be added as another PR @spytheman . 👍🏻