Modules§
- abi
- codegen
- file_
resolver - sema
- standard_
json - This module defines the json format for
solang compile --standard-json
.
Enums§
- Target
- The target chain you want to compile Solidity for.
Functions§
- parse_
and_ resolve - Parse and resolve the Solidity source code provided in src, for the target chain as specified in target.
The result is a list of resolved contracts (if successful) and a list of compiler warnings, errors and
informational messages like
found contact N
.