From 2962426d5318a42b011543b4b550eb10624de9f7 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 30 Nov 2016 12:20:13 +0000 Subject: [PATCH] Include the grammar verbatim in the documentation --- {libsolidity => docs}/grammar.txt | 0 docs/miscellaneous.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {libsolidity => docs}/grammar.txt (100%) diff --git a/libsolidity/grammar.txt b/docs/grammar.txt similarity index 100% rename from libsolidity/grammar.txt rename to docs/grammar.txt diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 15ff374d2..9f733979b 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 `_. +.. literalinclude:: grammar.txt