Skip to content

Commit

Permalink
remove duplicated token definition in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Nov 8, 2023
1 parent ff856be commit 63ee3ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interpreter/text/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ let inline_func_type_explicit (c : context) x ft at =
%token<Ast.instr'> UNARY BINARY TEST COMPARE CONVERT
%token REF_NULL REF_FUNC REF_I31 REF_STRUCT REF_ARRAY REF_EXTERN REF_HOST
%token REF_EQ REF_IS_NULL REF_AS_NON_NULL REF_TEST REF_CAST
%token REF_I31
%token<Ast.instr'> I31_GET
%token<Ast.idx -> Ast.instr'> STRUCT_NEW ARRAY_NEW ARRAY_GET
%token STRUCT_SET
Expand Down

0 comments on commit 63ee3ee

Please sign in to comment.