only 1 conflict
This commit is contained in:
parent
74ab37ec6b
commit
f596c5c64d
1 changed files with 4 additions and 8 deletions
|
@ -348,10 +348,6 @@ mid_expression:
|
||||||
|e=simple_expression{
|
|e=simple_expression{
|
||||||
e
|
e
|
||||||
}
|
}
|
||||||
/* Parenthésage */
|
|
||||||
| LPAREN e=expression RPAREN {
|
|
||||||
e
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Field record */
|
/* Field record */
|
||||||
| e=located(mid_expression) DOT l=located(label_identifier) tl=option(type_list) {
|
| e=located(mid_expression) DOT l=located(label_identifier) tl=option(type_list) {
|
||||||
|
|
Reference in a new issue