neoneo-go/pkg/vm/compiler
Roman Khimov 8d4dd2d2e1 vm: move opcodes into their own package
This allows easier reuse of opcodes and in some cases allows to eliminate
dependencies on the whole vm package, like in compiler that only needs opcodes
and doesn't care about VM for any other purpose.

And yes, they're opcodes because an instruction is a whole thing with
operands, that's what context.Next() returns.
2019-12-03 18:22:14 +03:00
..
analysis.go vm: removed logging to fix #457 2019-12-03 13:49:49 +03:00
codegen.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
compiler.go vm: removed logging to fix #457 2019-12-03 13:49:49 +03:00
compiler_test.go compiler: drop useless options parameter to Compile() 2019-10-29 13:02:54 +03:00
emit.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
func_scope.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
syscall.go fixed missing syscall transaction.GetHash() (CityOfZion/neo-storm#43) 2019-08-14 19:14:07 +03:00