neoneo-go/pkg/vm/compiler/tests
Anthony De Meulemeester 8fe079ec8e
Update compiler (#22)
* refactor to use ast.Walk for recursive converting
* added lots of test cases
* added a new way to handle jump labels
* function calls with multiple arguments
* binary expression (LOR LAND)
* struct types + method receives
* cleaner opcode dumps, side by side diff for debugging test cases
2018-02-19 10:24:28 +01:00
..
array_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
assign_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
binary_expr_test.go Compiler update (#21) 2018-02-15 16:35:49 +01:00
bool_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
compiler_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
function_call_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
if_statement_test.go Compiler update (#21) 2018-02-15 16:35:49 +01:00
string_test.go Compiler update (#21) 2018-02-15 16:35:49 +01:00
struct_test.go Update compiler (#22) 2018-02-19 10:24:28 +01:00