cimplec/sim-c

[FEATURE] Array indexing - left side (static array)

frankhart2018 opened this issue · 0 comments

Describe the solution you'd like
Indexing an array when in left hand side of expression. Changes to be made in expression function.

Syntax
<array_name>[index] =

Example
arr[0] = 1 + 2