mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Remove 'reduce/reduce conflicts' with comma operator
This commit is contained in:
		
							parent
							
								
									b2de2a9d0f
								
							
						
					
					
						commit
						9f772cb9a1
					
				| @ -70,7 +70,7 @@ Expression = | ||||
|   | Expression '||' Expression | ||||
|   | Expression '?' Expression ':' Expression | ||||
|   | Expression ('=' | '|=' | '^=' | '&=' | '<<=' | '>>=' | '+=' | '-=' | '*=' | '/=' | '%=') Expression | ||||
|   | Expression? ',' Expression? | ||||
|   | Expression? (',' Expression)? | ||||
|   | PrimaryExpression | ||||
| 
 | ||||
| PrimaryExpression = Identifier | BooleanLiteral | NumberLiteral | StringLiteral | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user