summaryrefslogtreecommitdiff
path: root/src/lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.mll')
-rw-r--r--src/lexer.mll2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lexer.mll b/src/lexer.mll
index 604931ac..43426d77 100644
--- a/src/lexer.mll
+++ b/src/lexer.mll
@@ -181,6 +181,8 @@ let kw_table =
("escape", (fun x -> Escape));
("configuration", (fun _ -> Configuration));
("termination_measure", (fun _ -> TerminationMeasure));
+ ("internal_plet", (fun _ -> InternalPLet));
+ ("internal_return", (fun _ -> InternalReturn));
]