Add dummy micropython module to enable mandel.py run with CPython.
This commit is contained in:
8
examples/micropython.py
Normal file
8
examples/micropython.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# micropython module placeholder for CPython
|
||||
|
||||
# Dummy function decorators
|
||||
|
||||
def nodecor(x):
|
||||
return x
|
||||
|
||||
byte_code = native = viper = nodecor
|
Reference in New Issue
Block a user