1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00
go/usr/austin/eval
Austin Clements da4a22993e Fix declared and not used errors and unused import errors in
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
2009-09-24 08:25:14 -07:00
..
abort.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
bridge.go Rudimentary command shell for Ogle. Hack to prevent linker 2009-09-18 09:11:19 -07:00
compiler.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
eval_test.go Thread Thread into Value Get/Set/Assign so other Value 2009-09-03 17:14:49 -07:00
expr1.go Thread Thread into Value Get/Set/Assign so other Value 2009-09-03 17:14:49 -07:00
expr_test.go convert testing to World. 2009-09-03 16:20:49 -07:00
expr.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
func.go move abortChan into Thread. 2009-09-02 14:11:40 -07:00
gen.go Thread Thread into Value Get/Set/Assign so other Value 2009-09-03 17:14:49 -07:00
main.go convenience wrapper 2009-09-02 17:15:43 -07:00
Makefile convenience wrapper 2009-09-02 17:15:43 -07:00
scope.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
stmt_test.go top-level func 2009-09-03 17:22:20 -07:00
stmt.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
test.bash script for running test programs in interpreter. 2009-09-04 13:04:11 -07:00
type.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
typec.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
util.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
value.go Thread Thread into Value Get/Set/Assign so other Value 2009-09-03 17:14:49 -07:00
world.go Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00