summaryrefslogtreecommitdiff
path: root/src/lexer2.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer2.mll')
-rw-r--r--src/lexer2.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer2.mll b/src/lexer2.mll
index 5b711287..f017667a 100644
--- a/src/lexer2.mll
+++ b/src/lexer2.mll
@@ -121,6 +121,7 @@ let kw_table =
("catch", (fun _ -> Catch));
("if", (fun x -> If_));
("in", (fun x -> In));
+ ("integer", (fun _ -> Integer));
("inc", (fun _ -> Inc));
("IN", (fun x -> IN));
("let", (fun x -> Let_));