mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-02 19:45:50 +00:00
8fe079ec8e
* 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 |
||
---|---|---|
.. | ||
array_test.go | ||
assign_test.go | ||
binary_expr_test.go | ||
bool_test.go | ||
compiler_test.go | ||
function_call_test.go | ||
if_statement_test.go | ||
string_test.go | ||
struct_test.go |