| py: reduce use of emit_verbatim calls to minimum. |
|
More...
|
over 12 years ago
|
| py: work towards working closures. |
|
More...
|
over 12 years ago
|
| stm: add basic Servo class, and stop and standby functions. |
|
More...
|
over 12 years ago
|
| stm: add timer to storage cache so it can be flushed. |
|
More...
|
over 12 years ago
|
| py: emit correct id for closed over variables. |
|
More...
|
over 12 years ago
|
| py: compiler supports string juxtaposition=concatenation. |
|
More...
|
over 12 years ago
|
| py: add skeletal import functionality. |
|
More...
|
over 12 years ago
|
| stm: add __WFI to sys_tick delay. |
|
More...
|
over 12 years ago
|
| stm: add Led object; add option to reset filesystem. |
|
More...
|
over 12 years ago
|
| stm: initial commit of working CC3000 driver, based on Adafruit. |
|
More...
|
over 12 years ago
|
| stm: servos on PA0-3; MMA filtering; timer for Python REPL. |
|
More...
|
over 12 years ago
|
| stm: disable audio function in systick. |
|
More...
|
over 12 years ago
|
| stm: add function to LCD module to show text. |
|
More...
|
over 12 years ago
|
| stm: reorder things in Makefile. |
|
More...
|
over 12 years ago
|
| py: built-in range now accepts variable number of arguments. |
|
More...
|
over 12 years ago
|
| py: restrict further when for-range optimisation is done. |
|
More...
|
over 12 years ago
|
| py: add list pop and sort, unpack_sequence, and keywords in method_call. |
|
More...
|
over 12 years ago
|
| py: add UNPACK_SEQUENCE and keyword methods to VM. |
|
More...
|
over 12 years ago
|
| py: add more functionality to showbc. |
|
More...
|
over 12 years ago
|
| py: add call to __init__ when instantiating class object. |
|
More...
|
over 12 years ago
|
| py: add some more opcodes to showbc. |
|
More...
|
over 12 years ago
|
| Link showbc.o in unix version. |
|
More...
|
over 12 years ago
|
| Add function to decode and show byte code. |
|
More...
|
over 12 years ago
|
| Change some debugging/output messages for native code generation. |
|
More...
|
over 12 years ago
|
| Viper: function calls now convert constant arguments to objects. |
|
More...
|
over 12 years ago
|
| STM: add LCD functions for pixel access; add RNG Py bindings. |
|
More...
|
over 12 years ago
|
| STM: add RNG support. |
|
More...
|
over 12 years ago
|
| Unix: add machine-specific sqrt support. |
|
More...
|
over 12 years ago
|
| Add len and subscr (a hack) support for strings. |
|
More...
|
over 12 years ago
|
| Add JUMP_IF_x_OR_POP opcodes to VM. |
|
More...
|
over 12 years ago
|