| Add MAP_ADD opcode to VM. |
|
More...
|
almost 13 years ago
|
| Implement BC & runtime support for generator/yielding. |
|
More...
|
almost 13 years ago
|
| Support tuples and list comprehension, albeit crude. |
|
More...
|
almost 13 years ago
|
| NLR and Python exceptions work on the board. |
|
More...
|
almost 13 years ago
|
| Crude try-except working. |
|
More...
|
almost 13 years ago
|
| Implement basic exception framework, and simple for loop. |
|
More...
|
almost 13 years ago
|
| Change VID/PID info so USB works on Windows. |
|
More...
|
almost 13 years ago
|
| Implement crude but functional CDC + MSC USB device. |
|
More...
|
almost 13 years ago
|
| Inital commit of stm32f4xx framework. |
|
More...
|
almost 13 years ago
|
| Change ifdef/if defined to simple if's. |
|
More...
|
almost 13 years ago
|
| Tidy up SMALL_INT optimisations and CPython compatibility. |
|
More...
|
almost 13 years ago
|
| Option in compile.c to emit compatible or not with CPython. |
|
More...
|
almost 13 years ago
|
| Separate out mpy core and unix version. |
|
More...
|
almost 13 years ago
|
| Remove obsolete emitx64.c (now in emitnative.c). |
|
More...
|
almost 13 years ago
|
| Wrap out-native code in preprocessor declarations. |
|
More...
|
almost 13 years ago
|
| Simplify and improve function & method calling. |
|
More...
|
almost 13 years ago
|
| Rename vm.h to bc.h. |
|
More...
|
almost 13 years ago
|
| Implement basic class/object in native code. |
|
More...
|
almost 13 years ago
|
| Implement basic class/object functionality in runtime. |
|
More...
|
almost 13 years ago
|
| Improve indent/dedent error checking and reporting. |
|
More...
|
almost 13 years ago
|
| Improve push/pop and register usage for native emit. |
|
More...
|
almost 13 years ago
|
| Native Python and Viper support for x64 and thumb all together. |
|
More...
|
almost 13 years ago
|
| Merge viper types with standard native emitter. |
|
More...
|
almost 13 years ago
|
| Rename r64->reg, i64->imm. |
|
More...
|
almost 13 years ago
|
| Add comments. |
|
More...
|
almost 13 years ago
|
| Implement crude viper emit stage. |
|
More...
|
almost 13 years ago
|
| Functions to convert values to/from inline asm. |
|
More...
|
almost 13 years ago
|
| Make runtime able to call inline asm with 1 argument. |
|
More...
|
almost 13 years ago
|
| Add b_n opcode to inline thumb asm. |
|
More...
|
almost 13 years ago
|
| Optimise typedargslist_name to not create a node if just an id. |
|
More...
|
almost 13 years ago
|