mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1526 from federicobond/docs-grammar
Add parsers and grammars to documentation
This commit is contained in:
commit
43a5d11f9a
@ -87,6 +87,15 @@ Solidity Tools
|
|||||||
* `evmdis <https://github.com/Arachnid/evmdis>`_
|
* `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.
|
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
|
Language Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user