diff options
author | chriseth <chris@ethereum.org> | 2016-11-30 23:01:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 23:01:37 +0800 |
commit | 6ae6c70cde08f83667b55f09623f9584fbbd41b3 (patch) | |
tree | 32622b982b4b58c8cb7b54013423e16f006387cb | |
parent | e43a8ebc28cec3748ee96af6c32020c12da32f74 (diff) | |
parent | 2962426d5318a42b011543b4b550eb10624de9f7 (diff) | |
download | dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar.gz dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar.bz2 dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar.lz dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar.xz dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.tar.zst dexon-solidity-6ae6c70cde08f83667b55f09623f9584fbbd41b3.zip |
Merge pull request #1449 from ethereum/doc-grammar
Include the grammar verbatim in the documentation
-rw-r--r-- | docs/grammar.txt (renamed from libsolidity/grammar.txt) | 0 | ||||
-rw-r--r-- | docs/miscellaneous.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/grammar.txt b/docs/grammar.txt index 0aa6690b..0aa6690b 100644 --- a/libsolidity/grammar.txt +++ b/docs/grammar.txt diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 15ff374d..9f733979 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -380,4 +380,4 @@ These keywords are reserved in Solidity. They might become part of the syntax in Language Grammar ================ -The entire language grammar is `available here <https://github.com/ethereum/solidity/blob/release/libsolidity/grammar.txt>`_. +.. literalinclude:: grammar.txt |