Gidsss / UwUIDE

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

Fix code formatter logic on function/method calls #251

Closed chaaals closed 4 months ago

chaaals commented 4 months ago

Description

Found this while testing it out, but the formatter removes tilde on function/method calls once formatted.

Preview

Before Screenshot 2024-05-02 225340 After Screenshot 2024-05-02 225349

am-cid commented 4 months ago

Are you sure it's just builtin methods? Please test out regular fn calls.

cc @HolyShaq

HolyShaq commented 4 months ago

Will look into this. I remember having a problem with FnCalls doubling up on tildes so I think I may have wrongly accounted for it.

am-cid commented 4 months ago

Merged #254, closing this