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
+1
View File
@@ -83,6 +83,7 @@ Grammar::
FunctionDefinition |
VariableDeclaration |
Assignment |
If |
Expression |
Switch |
ForLoop |