summaryrefslogtreecommitdiff
path: root/src/lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.mll')
-rw-r--r--src/lexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer.mll b/src/lexer.mll
index 99965e20..36aefb1d 100644
--- a/src/lexer.mll
+++ b/src/lexer.mll
@@ -106,6 +106,7 @@ let kw_table =
("undefined", (fun x -> Undefined));
("union", (fun x -> Union));
("with", (fun x -> With));
+ ("when", (fun x -> When));
("val", (fun x -> Val));
("div", (fun x -> Div_));