Merge pull request #1185 from ethereum/grammar-doc

Add link to grammar.txt in the documentation
This commit is contained in:
Yoichi Hirai 2016-10-13 16:38:57 +02:00 committed by GitHub
commit 8ddef7a2dd

View File

@ -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 <https://github.com/ethereum/solidity/blob/release/libsolidity/grammar.txt>`_.