Expand description
Solidity compiler (solc) management and execution.
This module handles finding, downloading, and running the solc compiler to generate JSON AST output for Solidity smart contracts.
Structs§
- Solc
Manager - Represents the solc compiler manager
- Solc
Output - Solc combined JSON output
- Source
Data - Source file data with AST
Constants§
- MIN_
SOLC_ VERSION - Minimum supported solc version