aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-03-01 19:18:44 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-06-12 22:02:53 +0800
commite4b7b2160e0f98670d39c9651e7ceafd6b1aea32 (patch)
treef7ff7b4e17e4c61f41b776dde4d3f22d65072f94 /docs
parentae2b5898503dd744c04ab605c479e1d2aa4e4d79 (diff)
downloaddexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.gz
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.bz2
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.lz
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.xz
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.tar.zst
dexon-solidity-e4b7b2160e0f98670d39c9651e7ceafd6b1aea32.zip
Add new reserved keywords.
Diffstat (limited to 'docs')
-rw-r--r--docs/miscellaneous.rst7
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
================