• Rob Pike's avatar
    new grammar: · 47919799
    Rob Pike authored
    	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
    47919799
Name
Last commit
Last update
..
cmd Loading commit data...
lib Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg Loading commit data...
runtime Loading commit data...
syscall Loading commit data...
Make.conf Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...