0xKitsune / evm-mnemonic

A barebones framework for hand tuned smart contracts in pure opcodes.
47 stars 4 forks source link

Thorough testing for the compiler and parser mod. #5

Open 0xKitsune opened 2 years ago

0xKitsune commented 2 years ago

Right now, there are some tests within the compiler and parser mods, but there should be more extensive tests validating things like PUSH10 0X01, as well as validating the correct errors are thrown when there are not enough values on the stack.