Skip to content

Commit d3477ed

Browse files
committed
Adds arrays and structs support for assigns clause
Assigns clauses should handle multiple targets. Previously, it only supported identifiers (e.g., variable `x`) and dereferenced pointers (e.g., *myPtr). So, we expand its support to also handle members of a struct (e.g. `myStruct.someMember` or `myStructPtr->otherMember`) and array ranges (e.g. `myArr[5, lastIdx]`). Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent f01e3ae commit d3477ed

File tree

2 files changed

+1104
-237
lines changed

2 files changed

+1104
-237
lines changed

0 commit comments

Comments
 (0)