]> Cypherpunks repositories - gostls13.git/commit
new grammar:
authorRob Pike <r@golang.org>
Wed, 17 Sep 2008 02:14:33 +0000 (19:14 -0700)
committerRob Pike <r@golang.org>
Wed, 17 Sep 2008 02:14:33 +0000 (19:14 -0700)
commit47919799b411f0c1e47591887a233d3692bf19b6
treefbfceea20455bea8e20636c09cf8178e503414a3
parent4dfc7f0f14aed72dbda24abf48f4fc5fba987186
new grammar:
binary <- is send
unary <- is recv
-< is gone
case a := <-ch: works in select
case a = <-ch: works in select
support for new cases is not yet in the compiler but all non-select
code works

second CL will update affected go source

R=ken
OCL=15414
CL=15414
src/cmd/gc/go.y
src/cmd/gc/lex.c