neo-go/pkg/vm
Anthony De Meulemeester 34bd9d31ac
Compiler arrays (#49)
* implemented operation and param flags in the cli invoke cmd.

* reverted prev changes and added debug flag for compiling.

* change transactionType variable to Type, for package convention

* index support for arrays.

* implemented builtin (len) for the compiler.

* bumped version -> 0.35.0

* updated compiler README and changed invoke to testinvoke.
2018-03-25 18:21:00 +02:00
..
compiler Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
smartcontract Compiler (#37) 2018-03-02 16:49:10 +01:00
opcode.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
opcode_string.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
script_builder.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
script_builder_test.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
syscall.go Compiler (#37) 2018-03-02 16:49:10 +01:00