neoneo-go/pkg/vm/compiler/tests
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
..
bar Compiler (#23) 2018-02-24 10:06:48 +01:00
foo Compiler (#23) 2018-02-24 10:06:48 +01:00
array_test.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
assign_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01:00
binary_expr_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
bool_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01:00
builtin_test.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
compiler_test.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
constant_test.go Refactor of imports + lots of sweet stuff (#30) 2018-02-25 13:26:56 +01:00
custom_type_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
function_call_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
if_statement_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01:00
import_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
runtime_test.go Compiler (#37) 2018-03-02 16:49:10 +01:00
storage_test.go Compiler (#37) 2018-03-02 16:49:10 +01:00
string_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
struct_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01:00