Gidsss / UwUIDE

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

Refactor/type checker signatures #299

Closed am-cid closed 3 months ago

am-cid commented 3 months ago

use dict[str, Signature] class instead of dict[str, tuple[Declaration, Token, GlobalType]] make it easier to refactor and type check

note: no functionality changes