diff options
author | chriseth <chris@ethereum.org> | 2017-01-03 16:46:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 16:46:39 +0800 |
commit | 43a5d11f9aadcdcff4d2f4e63801d29648b43f0d (patch) | |
tree | d365c4a23e1e8d613cb3f2152d9eb4e902a5f7e1 | |
parent | e079b1c53f3bd2a195e3d2cca1f4de13391835bb (diff) | |
parent | 04af994bf5cc5f286e68c7164e41a4bb7a27dfec (diff) | |
download | dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar.gz dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar.bz2 dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar.lz dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar.xz dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.tar.zst dexon-solidity-43a5d11f9aadcdcff4d2f4e63801d29648b43f0d.zip |
Merge pull request #1526 from federicobond/docs-grammar
Add parsers and grammars to documentation
-rw-r--r-- | docs/index.rst | 9 |
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 ---------------------- |