Added the ability to directly compile and run ethereum assembly using the evm utility: `evm run <file>`. This is equivalant to `evm compile <file> | evm run`. |
||
|---|---|---|
| .. | ||
| internal/compiler | ||
| compiler.go | ||
| main.go | ||
| runner.go | ||
Added the ability to directly compile and run ethereum assembly using the evm utility: `evm run <file>`. This is equivalant to `evm compile <file> | evm run`. |
||
|---|---|---|
| .. | ||
| internal/compiler | ||
| compiler.go | ||
| main.go | ||
| runner.go | ||