todo
This commit is contained in:
parent
485c2cd15c
commit
77e713191d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Reference in a new issue