Support deducing type of some expressions This change only supports expressions involving literals of built-in types, and `int` expressions aren't supported (due to the parser currently setting .type=T_INT when in situations where that isn't or may not be the correct type).