Merge pull request #3627 from ethereum/additional-keywords

[BREAKING] Add new reserved keywords.
This commit is contained in:
Alex Beregszaszi
2018-06-12 16:33:26 +01:00
committed by GitHub
4 changed files with 48 additions and 5 deletions
+5 -2
View File
@@ -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
================