Skip to content

Commit

Permalink
Add toplevel keyword to fexpr lexer (ocaml-flambda#1185)
Browse files Browse the repository at this point in the history
Managed to forget this when writing ocaml-flambda#1168.
  • Loading branch information
lukemaurer authored and mshinwell committed Mar 9, 2023
1 parent 68bf9e6 commit 7932502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middle_end/flambda2/parser/flambda_lex.mll
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ let keyword_table =
"switch", KWD_SWITCH;
"tag", KWD_TAG;
"tagged", KWD_TAGGED;
"toplevel", KWD_TOPLEVEL;
"tupled", KWD_TUPLED;
"unit", KWD_UNIT;
"unreachable", KWD_UNREACHABLE;
Expand Down

0 comments on commit 7932502

Please sign in to comment.