• Austin Clements's avatar
    Fix declared and not used errors and unused import errors in · da4a2299
    Austin Clements authored
    the interpreter and update code to use ast.BasicDecl and
    multi-type switch.  There are still a lot of "switch _ :=
    x.(type)" that should make use of the new type switch syntax,
    but those will be a different CL.
    
    R=rsc
    APPROVED=rsc
    DELTA=58  (16 added, 23 deleted, 19 changed)
    OCL=34853
    CL=34963
    da4a2299
Name
Last commit
Last update
..
Makefile Loading commit data...
abort.go Loading commit data...
bridge.go Loading commit data...
compiler.go Loading commit data...
eval_test.go Loading commit data...
expr.go Loading commit data...
expr1.go Loading commit data...
expr_test.go Loading commit data...
func.go Loading commit data...
gen.go Loading commit data...
main.go Loading commit data...
scope.go Loading commit data...
stmt.go Loading commit data...
stmt_test.go Loading commit data...
test.bash Loading commit data...
type.go Loading commit data...
typec.go Loading commit data...
util.go Loading commit data...
value.go Loading commit data...
world.go Loading commit data...