summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_binop_bitwise_uint.py
AgeCommit message (Collapse)Author
2020-06-27py/emitnative: Implement binary operations for viper uint operands.Damien George
uint types in viper mode can now be used for all binary operators except floor-divide and modulo. Fixes issue #1847 and issue #6177. Signed-off-by: Damien George <damien@micropython.org>