Closed AZHenley closed 5 years ago
Emit correct code for C strings.
Handle concatenation and reassignment. Look into cases of dynamic length strings.
Reassignment should work fine.
The only thing that won't work is changing the value at an index. It will need to create a copy of the string prior to changing the value.
Emit correct code for C strings.
Handle concatenation and reassignment. Look into cases of dynamic length strings.