Merge pull request #5117 from ethereum/yul_grammar

[DOCS] Yul grammar: missing If in Block rule
This commit is contained in:
chriseth 2018-10-01 13:21:08 +02:00 committed by GitHub
commit 9589eb1bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Grammar::
FunctionDefinition |
VariableDeclaration |
Assignment |
If |
Expression |
Switch |
ForLoop |