Age | Commit message (Expand) | Author |
---|---|---|
2024-03-19 | py/emitnative: Implement viper unary ops positive, negative and invert. | Damien George |
2020-06-27 | py/emitnative: Implement binary operations for viper uint operands. | Damien George |
2020-03-30 | tests: Format all Python code with black, except tests in basics subdir. | David Lechner |
2018-09-15 | py/emitnative: Support arbitrary number of arguments to viper functions. | Damien George |
2017-03-14 | tests/micropython/viper_error: Add more tests to improve coverage. | Damien George |
2015-10-08 | py/emitnative: Raise ViperTypeError for unsupported unary ops. | Damien George |
2015-04-22 | tests: Add more tests for viper, including tests for ViperTypeError's. | Damien George |
2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |