]> Cypherpunks repositories - gostls13.git/commit
exp/types/staging: typechecker API
authorRobert Griesemer <gri@golang.org>
Mon, 10 Sep 2012 21:54:52 +0000 (14:54 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 10 Sep 2012 21:54:52 +0000 (14:54 -0700)
commitb29d641b3a379b2fb0f88ceed066f043acab7c33
treebcd78d96459da41efdb1a6577c4858f41d8fa61c
parent6ce49303652420b55c7c878a924bbcd5e2e8e624
exp/types/staging: typechecker API

First set of type checker files for review.
The primary concern here is the typechecker
API (types.go).

R=rsc, adonovan, r, rogpeppe
CC=golang-dev
https://golang.org/cl/6490089
src/pkg/exp/types/staging/exprstring.go [new file with mode: 0644]
src/pkg/exp/types/staging/predicates.go [new file with mode: 0644]
src/pkg/exp/types/staging/types.go [new file with mode: 0644]
src/pkg/exp/types/staging/typestring.go [new file with mode: 0644]
src/pkg/exp/types/staging/universe.go [new file with mode: 0644]