resolc 0.4.0

Solidity frontend for the revive compiler
1
2
3
4
5
6
7
8
9
10
11
12
//! The `resolc` CLI tests.

mod asm;
mod combined_json;
mod linker;
mod llvm_arguments;
mod optimization;
mod output_dir;
mod standard_json;
mod usage;
mod utils;
mod yul;