• 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
lex.c 19.8 KB