mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 23:30:36 +00:00
23cfebf621
* implemented add, mul, div, sub assign for identifiers. * Implemented struct field initialization. * Implemented imports * Implemented storage VM API (interop layer) + additional bug fixes when encountered. * Bumped version 0.12.0 * fixed double point extension on compiled output file. * Fixed bug where callExpr in returns where added to voidCall * fixed binExpr compare equal * Check the env for the gopath first * removed travis.yml * custom types + implemented general declarations. * commented out the storage test to make the build pass |
||
---|---|---|
.. | ||
bar | ||
foo | ||
array_test.go | ||
assign_test.go | ||
binary_expr_test.go | ||
bool_test.go | ||
compiler_test.go | ||
custom_type_test.go | ||
function_call_test.go | ||
if_statement_test.go | ||
import_test.go | ||
storage_test.go | ||
string_test.go | ||
struct_test.go |