0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 20 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Try to get REPL working, but bug with CDC VCP... More... almost 13 years ago
Integrate new lexer stream with stm framework. More... almost 13 years ago
Add local_num skeleton framework to deref/closure emit calls. More... almost 13 years ago
Abstract out back-end stream functionality from lexer. More... almost 13 years ago
Add vstr and its functions. More... almost 13 years ago
Make grammar rules const so the go in .text section. More... almost 13 years ago
Remove obsolete emitthumb.c (now use emitnative.c). More... almost 13 years ago
Fix IRQ priority issue to give working USB; and some cleanup. More... almost 13 years ago
Try to re-add USB support... More... almost 13 years ago
Make pfenv's const so they go in .text section. More... almost 13 years ago
Make rt_fun_table const, so it goes in .text section. More... almost 13 years ago
Working SysTick, code factoring, some boot-up code. More... almost 13 years ago
Partially implement proper flash storage. More... almost 13 years ago
Implement REPL. More... almost 13 years ago
Remove line in emitbc.c to print code size. More... almost 13 years ago
Add single_input rule to grammar, for REPL. More... almost 13 years ago
Fix up insertion of newline at end of lexer stream. More... almost 13 years ago
Fix up linker script; improve startup code; printf to USB. More... almost 13 years ago
Add iterators and comprehension to emitnative. More... almost 13 years ago
Add SET_ADD opcode to VM. More... almost 13 years ago
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