Gidsss / UwUIDE

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

fix: convert to int instead of Int in indexed identifiers #262

Closed am-cid closed 4 months ago

am-cid commented 4 months ago

closes #260


indices in subscripting is always converted to int, not Int


source

image

transpiled

image

output

image