From 358470f2805e447faff12153405fe3cea8b93df9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 25 Oct 2023 00:35:34 +0200 Subject: [PATCH] 469/470 --- flap/src/hopix/hopixParser.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flap/src/hopix/hopixParser.mly b/flap/src/hopix/hopixParser.mly index 88a5908..2b66710 100644 --- a/flap/src/hopix/hopixParser.mly +++ b/flap/src/hopix/hopixParser.mly @@ -405,7 +405,7 @@ expression: } /* Allocation * ref expr */ -| REF e=located(mid_expression) { +| REF e=located(simple_expression) { Ref(e) } /* Field record */