This commit is contained in:
Mylloon 2023-10-24 23:59:23 +02:00
parent 485c2cd15c
commit 77e713191d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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)
}