Pretty print the new RECV token...
This commit is contained in:
parent
ea16e582eb
commit
9c79200a7f
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ fn to_str(lexer::reader r, token t) -> str {
|
|||
case (QUES) { ret "?"; }
|
||||
case (RARROW) { ret "->"; }
|
||||
case (SEND) { ret "<|"; }
|
||||
case (RECV) { ret "<|"; }
|
||||
case (LARROW) { ret "<-"; }
|
||||
case (LPAREN) { ret "("; }
|
||||
case (RPAREN) { ret ")"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue