aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYoichi Hirai <yhirai@pira.jp>2016-10-13 22:38:57 +0800
committerGitHub <noreply@github.com>2016-10-13 22:38:57 +0800
commit8ddef7a2dd21991a84aca373b48fa795ccde729d (patch)
tree1112f6003506248a9bd40e37b3859501a184b375 /docs
parentec08615b7206577964216b05161354f3601c3f3d (diff)
parent3f70e4879f066d0344fa87bee484be804c21fe51 (diff)
downloaddexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar.gz
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar.bz2
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar.lz
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar.xz
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.tar.zst
dexon-solidity-8ddef7a2dd21991a84aca373b48fa795ccde729d.zip
Merge pull request #1185 from ethereum/grammar-doc
Add link to grammar.txt in the documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/miscellaneous.rst5
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>`_.