mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4626 from ethereum/grammar-cleanup
grammar: remove stray IdentifierList rule
This commit is contained in:
commit
9d0e927f85
@ -79,7 +79,6 @@ Return = 'return' Expression?
|
|||||||
Throw = 'throw'
|
Throw = 'throw'
|
||||||
EmitStatement = 'emit' FunctionCall
|
EmitStatement = 'emit' FunctionCall
|
||||||
VariableDefinition = (VariableDeclaration | '(' VariableDeclaration? (',' VariableDeclaration? )* ')' ) ( '=' Expression )?
|
VariableDefinition = (VariableDeclaration | '(' VariableDeclaration? (',' VariableDeclaration? )* ')' ) ( '=' Expression )?
|
||||||
IdentifierList = '(' ( Identifier? ',' )* Identifier? ')'
|
|
||||||
|
|
||||||
// Precedence by order (see github.com/ethereum/solidity/pull/732)
|
// Precedence by order (see github.com/ethereum/solidity/pull/732)
|
||||||
Expression
|
Expression
|
||||||
|
Loading…
Reference in New Issue
Block a user