cmd/evm, core/asm: add EVM assembler (#3686)
The evm compile command implements a simple assembly language that compiles to EVM bytecode.
Showing
cmd/evm/compiler.go
0 → 100644
cmd/evm/runner.go
0 → 100644
core/asm/compiler.go
0 → 100644
core/asm/lex_test.go
0 → 100644
core/asm/lexer.go
0 → 100644
Please register or sign in to comment