Gidsss / UwUIDE

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

fix how unique identifiers are displayed in lexer tab #245

Closed am-cid closed 6 months ago

am-cid commented 6 months ago

current

image needs to be cwass_n, id_n


solution: change what property gui uses to display Token

used to be self.token but i changed implementation. now the id_n and cwass_n is in self.unique_type image

if self is Token, do self.token.unique_type if self is UniqueTokenType, do self.unique_type not sure what you guys are using there.

chaaals commented 6 months ago

I can work on this if not taken

am-cid commented 6 months ago

Merged #253, closing this