diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index c4a954add..d32186ca2 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -347,3 +347,8 @@ These keywords are reserved in Solidity. They might become part of the syntax in ``abstract``, ``after``, ``case``, ``catch``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``, ``of``, ``pure``, ``relocatable``, ``static``, ``switch``, ``try``, ``type``, ``typeof``, ``view``. + +Language Grammar +================ + +The entire language grammar is `available here `_.