mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix reduce/reduce conflicts w/ multiple FunctionCall in Expression
This commit is contained in:
parent
35182c7305
commit
b2de2a9d0f
@ -73,7 +73,7 @@ Expression =
|
|||||||
| Expression? ',' Expression?
|
| Expression? ',' Expression?
|
||||||
| PrimaryExpression
|
| PrimaryExpression
|
||||||
|
|
||||||
PrimaryExpression = Identifier | BooleanLiteral | NumberLiteral | StringLiteral | FunctionCall
|
PrimaryExpression = Identifier | BooleanLiteral | NumberLiteral | StringLiteral
|
||||||
|
|
||||||
FunctionCall = Identifier '(' Expression? ( ',' Expression )* ')'
|
FunctionCall = Identifier '(' Expression? ( ',' Expression )* ')'
|
||||||
NewExpression = 'new' Identifier
|
NewExpression = 'new' Identifier
|
||||||
|
Loading…
Reference in New Issue
Block a user