summaryrefslogtreecommitdiff
path: root/backend/CMlexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CMlexer.mll')
-rw-r--r--backend/CMlexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/CMlexer.mll b/backend/CMlexer.mll
index d1926fd..7ed5b4a 100644
--- a/backend/CMlexer.mll
+++ b/backend/CMlexer.mll
@@ -149,6 +149,7 @@ rule token = parse
| "*f" { STARF }
| "*l" { STARL }
| "switch" { SWITCH }
+ | "switchl" { SWITCHL }
| "tailcall" { TAILCALL }
| "~" { TILDE }
| "~l" { TILDEL }