* Add a basic instruction c-like enum * Fix all compiling errors * Fix tests * Access instruction info as a Instruction impl * Use macro to avoid duplication in from_u8 * Use single space instead of multiple tabs to avoid formatting issue * Fix evmbin compile * typo: indentation * Use if let to remove an expect * Address grumbles |
||
|---|---|---|
| .. | ||
| benches | ||
| interpreter | ||
| evm.rs | ||
| factory.rs | ||
| instructions.rs | ||
| lib.rs | ||
| tests.rs | ||
| vmtype.rs | ||