diff options
Diffstat (limited to 'src/boot/fe/lexer.mll')
| -rw-r--r-- | src/boot/fe/lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/fe/lexer.mll b/src/boot/fe/lexer.mll index 58b27ec1..763b50c9 100644 --- a/src/boot/fe/lexer.mll +++ b/src/boot/fe/lexer.mll @@ -244,6 +244,7 @@ rule token = parse | ',' { COMMA } | ';' { SEMI } | ':' { COLON } +| '?' { QUES } | "<-" { LARROW } | "<|" { SEND } | "->" { RARROW } |