1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:40:23 -07:00
go/usr/gri/gosrc
Robert Griesemer bc13a1a374 first primitive cut at resolving missing imports automatically:
if an import file is missing, the corresponding source
is compiled automatically, if found

R=r
OCL=13990
CL=13990
2008-08-07 19:32:22 -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 first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
decls.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
export.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
globals.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
go.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
import.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
object.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
parser.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
printer.go - fixed another export bug 2008-08-05 15:20:58 -07:00
scanner.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
test_scanner.go - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
type.go snapshot of today's changes - more semantic tests 2008-08-06 17:26:46 -07:00
universe.go - added more semantic checks - more to come 2008-08-05 18:52:37 -07:00
utils.go first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00
verifier.go - fixed another export bug 2008-08-05 15:20:58 -07:00