mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Remove after from grammar.txt
This commit is contained in:
		
							parent
							
								
									58d37f24ae
								
							
						
					
					
						commit
						92a711c4fb
					
				| @ -56,7 +56,7 @@ VariableDefinition = VariableDeclaration ( '=' Expression )? | ||||
| // Precedence by order (see github.com/ethereum/solidity/pull/732) | ||||
| Expression = | ||||
|   ( Expression ('++' | '--') | FunctionCall | IndexAccess | MemberAccess | '(' Expression ')' ) | ||||
|   | ('!' | '~' | 'after' | 'delete' | '++' | '--' | '+' | '-') Expression | ||||
|   | ('!' | '~' | 'delete' | '++' | '--' | '+' | '-') Expression | ||||
|   | Expression '**' Expression | ||||
|   | Expression ('*' | '/' | '%') Expression | ||||
|   | Expression ('+' | '-') Expression | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user