meplang 0.1.8

An EVM low-level language that gives full control over the control flow of the smart contract.
Documentation
1
2
3
4
5
6
7
8
pub mod attribute;
pub mod opcode;
pub mod pre_processing;

mod block_flow;
mod dependencies;
mod queue;
mod remapping;