1
0
mirror of https://github.com/golang/go synced 2024-11-19 07:24:42 -07:00
go/usr/gri/gosrc
Robert Griesemer 40c93a5238 - experiments with forward-declaring types of non-imported packages
- adjusted switch syntax (no repeated case: case: anymore)
- enabled some constant expressions that work now

R=r
OCL=14098
CL=14098
2008-08-11 18:44:41 -07:00
..
test - fixed another export bug 2008-08-05 15:20:58 -07:00
ast.go snapshot of today's changes - more semantic tests 2008-08-06 17:26:46 -07:00
base.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
compilation.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
decls.go - more steps towards automatic recursive compilation of dependencies 2008-08-11 09:45:40 -07:00
export.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
globals.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
go.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
import.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
object.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
parser.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
platform.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
printer.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
scanner.go - experiments with forward-declaring types of non-imported packages 2008-08-11 18:44:41 -07:00
test_scanner.go - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
type.go - more steps towards automatic recursive compilation of dependencies 2008-08-11 09:45:40 -07:00
universe.go - more steps towards automatic recursive compilation of dependencies 2008-08-11 09:45:40 -07:00
utils.go - more steps towards automatic recursive compilation of dependencies 2008-08-11 09:45:40 -07:00
verifier.go - more steps towards automatic recursive compilation of dependencies 2008-08-11 09:45:40 -07:00