diff options
author | chriseth <chris@ethereum.org> | 2018-10-01 19:21:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 19:21:08 +0800 |
commit | 9589eb1bb6a2179a0c02a7ed1502937e56fa019b (patch) | |
tree | 73689d86b11c35898215c491f92adffdb45607d2 | |
parent | 5ae32b24a6b914a5940bb1bfb82304cb276431f4 (diff) | |
parent | 6c55eaf83542429f5675c2d177ef1c7425394e55 (diff) | |
download | dexon-solidity-9589eb1bb6a2179a0c02a7ed1502937e56fa019b.tar.gz dexon-solidity-9589eb1bb6a2179a0c02a7ed1502937e56fa019b.tar.zst dexon-solidity-9589eb1bb6a2179a0c02a7ed1502937e56fa019b.zip |
Merge pull request #5117 from ethereum/yul_grammar
[DOCS] Yul grammar: missing If in Block rule
-rw-r--r-- | docs/yul.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/yul.rst b/docs/yul.rst index 09aa6b65..cfeec4db 100644 --- a/docs/yul.rst +++ b/docs/yul.rst @@ -83,6 +83,7 @@ Grammar:: FunctionDefinition | VariableDeclaration | Assignment | + If | Expression | Switch | ForLoop | |