neoneo-go/pkg/compiler
2020-04-06 15:30:07 +03:00
..
testdata *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
analysis.go compiler: allow to declare variables of struct type 2020-03-27 13:50:09 +03:00
assign_test.go compiler: calculate stack size more precisely 2020-04-01 17:36:19 +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: allow to convert string constants to []byte 2020-01-27 15:29:52 +03:00
codegen.go compiler: support exporting method variables in debug info 2020-04-06 15:30:07 +03:00
codegen_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
compiler.go cli,compiler: support emitting debug info in a file 2020-04-06 15:30:07 +03:00
compiler_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
constant_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
debug.go compiler: support exporting method variables in debug info 2020-04-06 15:30:07 +03:00
debug_test.go compiler: support exporting method variables in debug info 2020-04-06 15:30:07 +03:00
for_test.go compiler: allow for loops with empty condition 2020-03-26 15:00:14 +03:00
func_scope.go compiler: support exporting method variables in debug info 2020-04-06 15:30:07 +03:00
function_call_test.go compiler: clean up stack on branch statements 2020-03-10 15:26:00 +03:00
if_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
import_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop_test.go vm: add support for dynamic invocations in APPCALL 2020-03-10 17:17:36 +03:00
limit_test.go compiler: emit integers correctly 2020-01-28 16:39:19 +03:00
map_test.go compiler: allow usage of string literals in index expressions 2020-01-23 17:28:35 +03:00
numeric_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
panic_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
return_test.go compiler: fix a bug with assignment to underscore 2020-01-29 17:07:55 +03:00
slice_test.go compiler: allow to declare slices of compound types 2020-03-27 13:50:09 +03:00
struct_test.go compiler: allow to declare variables of struct type 2020-03-27 13:50:09 +03:00
switch_test.go compiler: implement fallthrough in switch 2020-03-10 12:34:07 +03:00
syscall.go compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
syscall_test.go compiler: make Notify accept varargs 2020-04-06 09:31:09 +03:00
type_test.go compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
util_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
verify_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
vm_test.go compiler: make Notify accept varargs 2020-04-06 09:31:09 +03:00