Releases: CityOfZion/neo3-boa
Releases · CityOfZion/neo3-boa
v0.4.0
Added
- Included a neo3-boa's structure diagram in the README
- Added conversion of
continue
andbreak
statements - Included support to
range
- Implemented compiler validation of
try except
statements - Implemented
list.pop()
method - Added
global
keyword validation - Implemented
isinstance
method - Support for chained assignments
- Optimization in the code generation of literal operations
- Implemented
print
method - Converted the smart contract
call
interop - Included an ICO example
Changed
- Raises a compiler error if a method specifies a return type but doesn't have a return statement
Fixed
- Compiler's exception handling when compiling a smart contract that uses unsupported or not yet implemented builtin methods
- Return value of storage's get method when the key is not found