neo-go/pkg
Anthony De Meulemeester 23cfebf621
Compiler (#23)
* 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
2018-02-24 10:06:48 +01:00
..
api bootstrapped projects folders. 2018-01-26 21:39:56 +01:00
core Fixed header sync issue (#17) 2018-02-07 15:16:50 +01:00
network VM draft + cli setup (#20) 2018-02-09 17:08:50 +01:00
smartcontract bootstrapped projects folders. 2018-01-26 21:39:56 +01:00
util Compiler update (#21) 2018-02-15 16:35:49 +01:00
vm Compiler (#23) 2018-02-24 10:06:48 +01:00