aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2016-12-28 02:29:25 +0800
committerFederico Bond <federicobond@gmail.com>2017-01-02 21:13:41 +0800
commit04af994bf5cc5f286e68c7164e41a4bb7a27dfec (patch)
tree461cca6536c1c973d4b9087df4298eceea928ae0 /docs
parent3a692e3df9b62852c951adece42f6d12b2d4a44a (diff)
downloaddexon-solidity-04af994bf5cc5f286e68c7164e41a4bb7a27dfec.tar.gz
dexon-solidity-04af994bf5cc5f286e68c7164e41a4bb7a27dfec.tar.zst
dexon-solidity-04af994bf5cc5f286e68c7164e41a4bb7a27dfec.zip
Add parsers and grammars to documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9bee1515..cb79687b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -87,6 +87,15 @@ Solidity Tools
* `evmdis <https://github.com/Arachnid/evmdis>`_
EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations.
+Third-Party Solidity Parsers and Grammars
+-----------------------------------------
+
+* `solidity-parser <https://github.com/ConsenSys/solidity-parser>`_
+ Solidity parser for JavaScript
+
+* `Solidity Grammar for ANTLR 4 <https://github.com/federicobond/solidity-antlr4>`_
+ Solidity grammar for the ANTLR 4 parser generator
+
Language Documentation
----------------------