Gidsss / UwUIDE

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

fix: properly check for homogeneous arrays for unique token types #194

Closed am-cid closed 6 months ago

am-cid commented 6 months ago

unique token types are actually unique, even if they're the same type. comparison is made as strings now.

before

image

after

image