Expand description
This pass resolves the property binding expressions.
Before this pass, all the expression are of type Expression::Uncompiled, and there should no longer be Uncompiled expression after this pass.
Most of the code for the resolving actually lies in the expression_tree module