]> Cypherpunks repositories - gostls13.git/commit
More reflection code.
authorRob Pike <r@golang.org>
Wed, 22 Oct 2008 18:02:56 +0000 (11:02 -0700)
committerRob Pike <r@golang.org>
Wed, 22 Oct 2008 18:02:56 +0000 (11:02 -0700)
commitfac3dfe63819fa4293ab002faae23f724be2157c
tree84a009a175aba3a2f34bfd585cead9146e7b1f64
parent14c639161af6b7105a67541964fe6eaeb253d053
More reflection code.
Beginnings of values.
typestrings are grabbed from the environment.

R=rsc
APPROVED=rsc
DELTA=1046  (952 added, 3 deleted, 91 changed)
OCL=17593
CL=17621
usr/r/reflect/Makefile
usr/r/reflect/main.go
usr/r/reflect/tostring.go
usr/r/reflect/type.go
usr/r/reflect/typestring.c [new file with mode: 0644]
usr/r/reflect/value.go [new file with mode: 0644]