neo-go/pkg/compiler
Roman Khimov 67fe99b0ba
Merge pull request #618 from nspcc-dev/feature/for
compiler: support for loops with no init/post condition
2020-01-23 13:19:55 +03:00
..
testdata Merge pull request #568 from nspcc-dev/feature/compiler_clean_and_tests 2020-01-14 18:44:07 +03:00
analysis.go compiler: implement ECDSA signature verification 2020-01-23 10:56:15 +03:00
assign_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
binary_expr_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
byte_conversion_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
codegen.go Merge pull request #618 from nspcc-dev/feature/for 2020-01-23 13:19:55 +03:00
codegen_test.go compiler: add test for codegen 2019-12-19 15:23:14 +03:00
compiler.go compiler: remove not used functions 2019-12-20 13:05:47 +03:00
compiler_test.go compiler: add test for compile and save 2020-01-14 17:33:04 +03:00
constant_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
emit.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
for_test.go compiler: support for loops with no init/post condition 2020-01-23 11:48:43 +03:00
func_scope.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
function_call_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
if_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
import_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
numeric_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
return_test.go compiler: implement multiple return support 2019-12-24 16:46:43 +03:00
slice_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
struct_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
syscall.go compiler: move it up from vm 2019-12-03 18:23:46 +03:00
syscall_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
type_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
util_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
verify_test.go compiler: implement ECDSA signature verification 2020-01-23 10:56:15 +03:00
vm_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00