diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-09-30 01:42:44 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-09-30 01:42:44 +0800 |
commit | 6c55eaf83542429f5675c2d177ef1c7425394e55 (patch) | |
tree | 70b7aed57c50a757657918587f6e4ca1b489c3c9 /docs | |
parent | c4b5101b9d8337069c495b95b04a420e2665aa2d (diff) | |
download | dexon-solidity-6c55eaf83542429f5675c2d177ef1c7425394e55.tar.gz dexon-solidity-6c55eaf83542429f5675c2d177ef1c7425394e55.tar.zst dexon-solidity-6c55eaf83542429f5675c2d177ef1c7425394e55.zip |
Missing If in Block rule
Diffstat (limited to 'docs')
-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 e010a708..8b943a03 100644 --- a/docs/yul.rst +++ b/docs/yul.rst @@ -83,6 +83,7 @@ Grammar:: FunctionDefinition | VariableDeclaration | Assignment | + If | Expression | Switch | ForLoop | |