neoneo-go/pkg/vm/compiler/tests
Anthony De Meulemeester b6b8542caf
Compiler (#37)
* refactored structs so the scope is not needed anymore + fix passing struct in func arguments.

* implemented byte arrays and added runtime tests

* Added sc examples in compiler README + added quick nested if test.

* Updated README

* Changed import paths to interop layer
2018-03-02 16:49:10 +01: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 (#23) 2018-02-24 10:06:48 +01: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
compiler_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01: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