mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-17 11:11:10 +00:00
Emerge Yul recompiler (#1)
Provide a modified (and incomplete) version of ZKSync zksolc that can compile the most basic contracts
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//!
|
||||
//! The EVM instructions translation utils.
|
||||
//!
|
||||
|
||||
pub mod arithmetic;
|
||||
pub mod bitwise;
|
||||
pub mod call;
|
||||
pub mod calldata;
|
||||
pub mod comparison;
|
||||
pub mod context;
|
||||
pub mod create;
|
||||
pub mod crypto;
|
||||
pub mod ether_gas;
|
||||
pub mod event;
|
||||
pub mod ext_code;
|
||||
pub mod immutable;
|
||||
pub mod math;
|
||||
pub mod memory;
|
||||
pub mod r#return;
|
||||
pub mod return_data;
|
||||
pub mod storage;
|
||||
Reference in New Issue
Block a user