From: Mikko Rasa Date: Sat, 6 Mar 2021 12:04:24 +0000 (+0200) Subject: Refactor resolution of declarations for MemberAccess X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6d11ee7d6137117f441951615cd4cde4d59bf968;hp=6d11ee7d6137117f441951615cd4cde4d59bf968;p=libs%2Fgl.git Refactor resolution of declarations for MemberAccess Now that expressions have types, there's no need to "return" the members from deeper in the hierarchy anymore. Since member type resolution now depends on the type of the left-hand expression of MemberAccess, variables and expressions need to be resolved in a loop until there's nothing more to resolve. ---