From 63ee3ee7b67272f32fec9dec85287166eada2e8e Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Wed, 8 Nov 2023 17:57:44 +0100 Subject: [PATCH] remove duplicated token definition in parser --- interpreter/text/parser.mly | 1 - 1 file changed, 1 deletion(-) diff --git a/interpreter/text/parser.mly b/interpreter/text/parser.mly index 8e74493f8..a445027c8 100644 --- a/interpreter/text/parser.mly +++ b/interpreter/text/parser.mly @@ -275,7 +275,6 @@ let inline_func_type_explicit (c : context) x ft at = %token 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 I31_GET %token Ast.instr'> STRUCT_NEW ARRAY_NEW ARRAY_GET %token STRUCT_SET