neoneo-go/pkg/vm/compiler/tests
Anthony De Meulemeester 941bd7e728
VM and compiler update (#63)
* renamed test folders and fixed bug where wrong jump labels would be exectuted for rewrite.

* Added support for Osize (len(string)) and factored out the array tests

* Added current instruction number to VM prompt if program is loaded.

* added support for unary expressions.

* updated README of and sorted the help commands

* updated readme of the compiler

* bumped version -> 0.39.0
2018-04-04 21:41:19 +02:00
..
bar Compiler (#23) 2018-02-24 10:06:48 +01:00
foo Compiler (#23) 2018-02-24 10:06:48 +01:00
builtin_test.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
compiler_test.go VM improvements, tests + bugfixes (#61) 2018-04-02 17:04:42 +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
for_test.go VM improvements, tests + bugfixes (#61) 2018-04-02 17:04:42 +02: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