ocl
ocl copied to clipboard
Add support for function annotation(PEP 362)
Python 3.0 support function signature (PEP 362), subsequently type hinting(PEP 484). This PR enable such annotation, make the syntax more clean. This also open up possibility to use type checking libraries.
Thank you! Will review asap.