Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | py/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> |