1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:10:12 -06:00
go/usr/gri/gosrc
Robert Griesemer 882ac63885 - implement scanner token stream via channel
- change test_scanner to scan using both methods
- add -pscan flag to Go front-end to choose between conventional
  synchronous or parallel asynchronous scanning

R=r
OCL=13937
CL=13937
2008-08-06 18:57:37 -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 - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
decls.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
export.go - fixed another export bug 2008-08-05 15:20:58 -07:00
globals.go - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
go.go - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
import.go - fixed another export bug 2008-08-05 15:20:58 -07:00
object.go - switch to new export syntax 2008-08-04 15:37:47 -07:00
parser.go - implement scanner token stream via channel 2008-08-06 18:57:37 -07:00
printer.go - fixed another export bug 2008-08-05 15:20:58 -07:00
scanner.go - implement scanner token stream via channel 2008-08-06 18:57:37 -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 - switch to new export syntax 2008-08-04 15:37:47 -07:00
verifier.go - fixed another export bug 2008-08-05 15:20:58 -07:00