1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:10:13 -06:00
go/usr/gri/gosrc
Robert Griesemer af065a0c77 - make code in gosrc compile again, check in all pending changes
(this code doesn't match the existing language at this point,
  but it's a large code base which compiles - will eventually go
  away)
- enable compilation of it again in run.bash

R=r
DELTA=1147  (534 added, 311 deleted, 302 changed)
OCL=22176
CL=22176
2009-01-06 16:26:45 -08:00
..
test - adjust my code and tests to new function syntax 2008-09-08 13:26:52 -07:00
ast.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
base.go - fixed old test cases with wrong syntax 2008-09-18 23:09:07 -07:00
compilation.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
decls.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
export.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
expr.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
globals.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
go.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
import.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
object.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
parser.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
platform.go - fix for out-of-bounds error found by rsc 2008-09-19 10:56:35 -07:00
printer.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
scanner.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
test_scanner.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
type.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
universe.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00
utils.go - changed go-in-go parser to require ()'s for panic and print 2008-08-11 21:20:42 -07:00
verifier.go - make code in gosrc compile again, check in all pending changes 2009-01-06 16:26:45 -08:00