CityOfZion / neo-boa

Python compiler for the Neo2 Virtual Machine, see neo3-boa for NEO3
MIT License
69 stars 55 forks source link

Python typehinting support #125

Open devhawk opened 4 years ago

devhawk commented 4 years ago

Python has supported type hints since Python 3.5. If Python Neo Smart Contract developers decorate the types of parameters and variables in their contracts, neo-boa should emit that information in the debug format in order to provide a better experience in the debugger. Additionally, type hints could provide a better invoke contract experience for #124