We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc6bf9c + 63ee3ee commit 5f25162Copy full SHA for 5f25162
interpreter/text/parser.mly
@@ -275,7 +275,6 @@ let inline_func_type_explicit (c : context) x ft at =
275
%token<Ast.instr'> UNARY BINARY TEST COMPARE CONVERT
276
%token REF_NULL REF_FUNC REF_I31 REF_STRUCT REF_ARRAY REF_EXTERN REF_HOST
277
%token REF_EQ REF_IS_NULL REF_AS_NON_NULL REF_TEST REF_CAST
278
-%token REF_I31
279
%token<Ast.instr'> I31_GET
280
%token<Ast.idx -> Ast.instr'> STRUCT_NEW ARRAY_NEW ARRAY_GET
281
%token STRUCT_SET
0 commit comments