This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25fc41dd31
circuitpython
/
tests
/
micropython
/
viper.py.exp
12 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py: Allow viper to have type annotations. Viper functions can now be annotated with the type of their arguments and return value. Eg: @micropython.viper def f(x:int) -> int: return x + 1
2014-08-15 11:45:41 -04:00
6
3
py: Fix typing of viper locals; allow default types in annotation.
2014-08-15 17:39:08 -04:00
7
20
49994955
py: Viper can now store to global.
2014-08-15 18:47:59 -04:00
1 1
py: Viper can call functions with native types, and raise exceptions.
2014-08-16 17:06:11 -04:00
1 3
(1, 3)
[1, 3]
[1, 3]
SystemError(1,)