diff --git a/flap/src/hopix/hopixParser.mly b/flap/src/hopix/hopixParser.mly index ab92f9a..ca58a5f 100644 --- a/flap/src/hopix/hopixParser.mly +++ b/flap/src/hopix/hopixParser.mly @@ -293,7 +293,8 @@ mid_expression: | e=simple_expression { e } -/* Tagged Value - Construction d'une donnée */ +/* Tagged Value - Construction d'une donnée + * TODO: Conflict shift/reduce sur le expr_list */ | const=located(constructor) tl=option(type_list) el=optionlist(expr_list) { Tagged(const, tl, el) }