0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add modulo in pyobject, vm More... about 8 years ago
Add early sys module More... about 8 years ago
Merge pull request #23 from OddBloke/slice More... about 8 years ago
Merge pull request #24 from OddBloke/unimplemented More... about 8 years ago
Merge pull request #25 from OddBloke/fix_while_break More... about 8 years ago
Emit a SetupLoop instruction during while loop compilation More... about 8 years ago
Negative steps for strings are unimplemented! More... about 8 years ago
Add more information to unimplemented! panics More... about 8 years ago
Add tests to snippet for stepped string slicing More... about 8 years ago
Implement stepped slicing for strings More... about 8 years ago
Simplify the conversion of missing slice parts to None More... about 8 years ago
Support parsing steps in slice syntax More... about 8 years ago
Merge pull request #22 from OddBloke/locals_trace More... about 8 years ago
Retain the previous locals output format More... about 8 years ago
Panic on unexpected locals instead of just logging More... about 8 years ago
Change rt to vm and change args into an object holding both args and kwargs More... about 8 years ago
Remove executor trait since we can have mutual includes More... about 8 years ago
Merge pull request #19 from OddBloke/dash_c More... about 8 years ago
Merge pull request #20 from OddBloke/workspace More... about 8 years ago
Merge pull request #21 from OddBloke/import_with_builtins More... about 8 years ago
Output locals mapping in trace logging More... about 8 years ago
Rename import argument to reflect changed type More... about 8 years ago
Use a scope (with builtins) for module import More... about 8 years ago
Make repo a workspace and run tests for all components in Travis More... about 8 years ago
Enable semi-colon separated statements More... about 8 years ago
Clean test code More... about 8 years ago
Merge pull request #18 from OddBloke/dash_c More... about 8 years ago
Add -c option to main.rs More... about 8 years ago
Refactor script running to separate method More... about 8 years ago
Add builtin id function More... about 8 years ago