• Austin Clements's avatar
    Implement type compatibility and fix places where I thought · 458e23e1
    Austin Clements authored
    types were supposed to be identical but only needed to be
    compatible.  This gets rid of the Type.literal method.  I
    renamed the Type.rep method to Type.lit because I believe it
    corresponds to the term "literal" as used in the spec.
    
    R=rsc
    APPROVED=rsc
    DELTA=228  (57 added, 35 deleted, 136 changed)
    OCL=32606
    CL=32608
    458e23e1
Name
Last commit
Last update
..
compiler.go Loading commit data...
decls.go Loading commit data...
expr.go Loading commit data...
func.go Loading commit data...
scope.go Loading commit data...
stmt.go Loading commit data...
type.go Loading commit data...
typec.go Loading commit data...
util.go Loading commit data...
value.go Loading commit data...