mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5524 from ethereum/yulGrammarChanges
Yul grammar changes.
This commit is contained in:
commit
0d1dd30ce8
@ -559,8 +559,7 @@ regular strings in native encoding. For code,
|
||||
|
||||
Grammar::
|
||||
|
||||
TopLevelObject = 'object' '{' Code? ( Object | Data )* '}'
|
||||
Object = 'object' StringLiteral '{' Code? ( Object | Data )* '}'
|
||||
Object = 'object' StringLiteral '{' Code ( Object | Data )* '}'
|
||||
Code = 'code' Block
|
||||
Data = 'data' StringLiteral ( HexLiteral | StringLiteral )
|
||||
HexLiteral = 'hex' ('"' ([0-9a-fA-F]{2})* '"' | '\'' ([0-9a-fA-F]{2})* '\'')
|
||||
|
Loading…
Reference in New Issue
Block a user