]> Cypherpunks repositories - gostls13.git/commit
Implement cap, len, and make, as well as the general framework
authorAustin Clements <aclements@csail.mit.edu>
Sat, 29 Aug 2009 01:03:03 +0000 (18:03 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Sat, 29 Aug 2009 01:03:03 +0000 (18:03 -0700)
commitc90bc34d758400d4eea78025f55b53d1dfd83ce5
tree3e600f33d5ab0f6df4d628fb18bdd1735c4c4b55
parente667e8a4f73614cadf1562051f8196775487e4d7
Implement cap, len, and make, as well as the general framework
for built-in functions and type conversions.  Extract out
common operations on expression nodes for converting them to
ints and implicitly dereferencing arrays.

R=rsc
APPROVED=rsc
DELTA=442  (365 added, 50 deleted, 27 changed)
OCL=34064
CL=34064
usr/austin/eval/abort.go
usr/austin/eval/expr.go
usr/austin/eval/type.go
usr/austin/eval/typec.go