From 04af994bf5cc5f286e68c7164e41a4bb7a27dfec Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Tue, 27 Dec 2016 15:29:25 -0300 Subject: [PATCH] Add parsers and grammars to documentation --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 9bee15154..cb79687b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,6 +87,15 @@ Solidity Tools * `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 `_ + Solidity parser for JavaScript + +* `Solidity Grammar for ANTLR 4 `_ + Solidity grammar for the ANTLR 4 parser generator + Language Documentation ----------------------