diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-01 19:18:44 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-06-12 22:02:53 +0800 |
commit | e4b7b2160e0f98670d39c9651e7ceafd6b1aea32 (patch) | |
tree | f7ff7b4e17e4c61f41b776dde4d3f22d65072f94 /docs/miscellaneous.rst | |
parent | ae2b5898503dd744c04ab605c479e1d2aa4e4d79 (diff) | |
download | dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.gz dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.zst dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.zip |
Add new reserved keywords.
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index c7c32528..0d49c3df 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -409,8 +409,11 @@ Reserved Keywords These keywords are reserved in Solidity. They might become part of the syntax in the future: -``abstract``, ``after``, ``case``, ``catch``, ``default``, ``final``, ``in``, ``inline``, ``let``, ``match``, ``null``, -``of``, ``relocatable``, ``static``, ``switch``, ``try``, ``type``, ``typeof``. +``abstract``, ``after``, ``alias``, ``apply``, ``auto``, ``case``, ``catch``, ``copyof``, ``default``, +``define``, ``final``, ``immutable``, ``implements``, ``in``, ``inline``, ``let``, ``macro``, ``match``, +``mutable``, ``null``, ``of``, ``override``, ``partial``, ``promise``, ``reference``, ``relocatable``, +``sealed``, ``sizeof``, ``static``, ``supports``, ``switch``, ``try``, ``type``, ``typedef``, ``typeof``, +``unchecked``. Language Grammar ================ |