0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add debug trait to frame More... about 8 years ago
Add += and -= More... about 8 years ago
Merge pull request #7 from yodalee/better-codeobject-print More... about 8 years ago
add pretty Debug implementation for CodeObject More... about 8 years ago
Change eval compile to statement More... about 8 years ago
Add eval and exec compile modes More... about 8 years ago
Add new_instance method More... about 8 years ago
Add type field to PyObject More... about 8 years ago
Formatting of code More... about 8 years ago
Added builtin module More... about 8 years ago
Simple importing scheme working More... about 8 years ago
Merge pull request #5 from yodalee/pretty-print-to-list-and-tuple More... about 8 years ago
add pretty print to list and tuple More... about 8 years ago
Early import mechanics More... about 8 years ago
move evaluate function into virtual machine More... about 8 years ago
New idea for object system More... about 8 years ago
Add interactive shell More... about 8 years ago
Fix return value from function More... about 8 years ago
Added cool script to test snippets in both implementations More... about 8 years ago
Add slice object More... about 8 years ago
Try to repair cpython bytecode frontend More... about 8 years ago
Reverse dependency between vm and cpython bytecode adapter More... about 8 years ago
Add pipfile to install requirements for test snippets More... about 8 years ago
Remove json bytecode from git More... about 8 years ago
Move last compiler / vm pieces out of parser crate More... about 8 years ago
Remove unused compiler namespace in parser More... about 8 years ago
Shuffle files in proper places More... about 8 years ago
Add pytest runner for test snippets More... about 8 years ago
Reshuffle some files More... about 8 years ago
Try to emit proper bytecode More... about 8 years ago