Skip to content

Commit

Permalink
Declare DO as a token.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Feb 16, 2021
1 parent 8e0a378 commit 147024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/text/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ let inline_func_type_explicit (c : context) x ft at =
%token NAN
%token INPUT OUTPUT
%token EOF
%token TRY CATCH THROW
%token TRY CATCH DO THROW

%token<string> NAT
%token<string> INT
Expand Down

0 comments on commit 147024b

Please sign in to comment.