Gidsss / UwUIDE

A compiler made to be cute uwu >~<
6 stars 0 forks source link

make strings immutable #279

Closed am-cid closed 4 months ago

am-cid commented 4 months ago

assignment error if tried to assign to a substring

a-senpai = ""~
a = "hello"~ >.< OK
a{0} = "h"~  >.< ERROR

b-senpai-dono = ""~
b = "hello"~ >.< ERROR
b{0} = "h"~  >.< ERROR