diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-10 19:08:59 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-11 20:46:14 +0800 |
commit | 3f70e4879f066d0344fa87bee484be804c21fe51 (patch) | |
tree | 254b54a8e7fb05fcd2056a4475b5ba0b38879a7f /docs/miscellaneous.rst | |
parent | d3f410d8a89aaa042ff264d7a0ea79184e01abab (diff) | |
download | dexon-solidity-3f70e4879f066d0344fa87bee484be804c21fe51.tar.gz dexon-solidity-3f70e4879f066d0344fa87bee484be804c21fe51.tar.zst dexon-solidity-3f70e4879f066d0344fa87bee484be804c21fe51.zip |
Add link to grammar.txt in the documentation
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index c4a954ad..d32186ca 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 <https://github.com/ethereum/solidity/blob/release/libsolidity/grammar.txt>`_. |