-
Notifications
You must be signed in to change notification settings - Fork 0
Interpreting python in python
leovt/interp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository stores the code I write about in my blog leovt.wordpress.com At the moment this is an interpreter for Python bytecode I write in Python. Its purpose is to try and find out how Python works.