neoneo-go/pkg/vm/compiler
Roman Khimov e319c6c638 cli: move avm inspect from vm to contract command
Make inspect work with avms by default and with go files if told so. In the
end this makes our CLI interface more consistent and usable. Drop useless
CompileAndInspect() compiler method along the way.
2019-10-29 12:56:44 +03:00
..
analysis.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
codegen.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
compiler.go cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
compiler_test.go fixed token example and fixed compiler test with multiple dirs (CityOfZion/neo-storm#20) 2019-08-14 19:14:05 +03:00
emit.go codestyle: redundant type conversion 2019-10-18 18:39:31 +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