summaryrefslogtreecommitdiff
path: root/tests/micropython/viper.py
AgeCommit message (Expand)Author
2014-10-05tests: Add check for micropython.native and then skip relevant tests.Damien George
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-16py: Viper can call functions with native types, and raise exceptions.Damien George
2014-08-15py: Viper can now store to global.Damien George
2014-08-15py: Fix typing of viper locals; allow default types in annotation.Damien George
2014-08-15py: Allow viper to have type annotations.Damien George