openethereum/ethcore/evm/src
Wei Tang 0bed5976e3 Refactor evm Instruction to be a c-like enum (#8914)
* 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
2018-06-27 13:33:32 +02:00
..
benches Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
interpreter Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
evm.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
factory.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
instructions.rs Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
lib.rs Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
tests.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
vmtype.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00