summaryrefslogtreecommitdiff
path: root/caml/CMlexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'caml/CMlexer.mll')
-rw-r--r--caml/CMlexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/caml/CMlexer.mll b/caml/CMlexer.mll
index ae71e0c..7951982 100644
--- a/caml/CMlexer.mll
+++ b/caml/CMlexer.mll
@@ -99,6 +99,7 @@ rule token = parse
| "*" { STAR }
| "*f" { STARF }
| "switch" { SWITCH }
+ | "tailcall" { TAILCALL }
| "~" { TILDE }
| "var" { VAR }
| "void" { VOID }