| Abstract out back-end stream functionality from lexer. |
|
More...
|
over 12 years ago
|
| Add vstr and its functions. |
|
More...
|
over 12 years ago
|
| Make grammar rules const so the go in .text section. |
|
More...
|
over 12 years ago
|
| Remove obsolete emitthumb.c (now use emitnative.c). |
|
More...
|
over 12 years ago
|
| Fix IRQ priority issue to give working USB; and some cleanup. |
|
More...
|
over 12 years ago
|
| Try to re-add USB support... |
|
More...
|
over 12 years ago
|
| Make pfenv's const so they go in .text section. |
|
More...
|
over 12 years ago
|
| Make rt_fun_table const, so it goes in .text section. |
|
More...
|
over 12 years ago
|
| Working SysTick, code factoring, some boot-up code. |
|
More...
|
over 12 years ago
|
| Partially implement proper flash storage. |
|
More...
|
over 12 years ago
|
| Implement REPL. |
|
More...
|
over 12 years ago
|
| Remove line in emitbc.c to print code size. |
|
More...
|
over 12 years ago
|
| Add single_input rule to grammar, for REPL. |
|
More...
|
over 12 years ago
|
| Fix up insertion of newline at end of lexer stream. |
|
More...
|
over 12 years ago
|
| Fix up linker script; improve startup code; printf to USB. |
|
More...
|
over 12 years ago
|
| Add iterators and comprehension to emitnative. |
|
More...
|
over 12 years ago
|
| Add SET_ADD opcode to VM. |
|
More...
|
over 12 years ago
|
| Add MAP_ADD opcode to VM. |
|
More...
|
over 12 years ago
|
| Implement BC & runtime support for generator/yielding. |
|
More...
|
over 12 years ago
|
| Support tuples and list comprehension, albeit crude. |
|
More...
|
over 12 years ago
|
| NLR and Python exceptions work on the board. |
|
More...
|
over 12 years ago
|
| Crude try-except working. |
|
More...
|
over 12 years ago
|
| Implement basic exception framework, and simple for loop. |
|
More...
|
over 12 years ago
|
| Change VID/PID info so USB works on Windows. |
|
More...
|
over 12 years ago
|
| Implement crude but functional CDC + MSC USB device. |
|
More...
|
over 12 years ago
|
| Inital commit of stm32f4xx framework. |
|
More...
|
over 12 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
|