1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/usr/austin/eval
Austin Clements c0dd9f526b Make the statement compiler not use the AST visitor.
In the process, I made error handling in the statement
compiler much saner.  Instead of separately tracking various
error flags with weird relations, I just track if any error
messages have been produced.

R=rsc
APPROVED=rsc
DELTA=308  (98 added, 135 deleted, 75 changed)
OCL=33870
CL=33961
2009-08-27 11:21:52 -07:00
..
compiler.go Make the statement compiler not use the AST visitor. 2009-08-27 11:21:52 -07:00
decls.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
expr.go Make the statement compiler not use the AST visitor. 2009-08-27 11:21:52 -07:00
func.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
Makefile Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
scope.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
stmt.go Make the statement compiler not use the AST visitor. 2009-08-27 11:21:52 -07:00
type.go Implement map types 2009-08-21 18:37:38 -07:00
typec.go Implement map types 2009-08-21 18:37:38 -07:00
util.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
value.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00