Skip to content
/ py_vm Public

a Python VM based on C++/c++实现的python虚拟机

Notifications You must be signed in to change notification settings

kopsh/py_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python虚拟机

使用方式

mkdir build
cd build
cmake ..
make all
./pyvm test.pyc

生成pyc

python -m compileall test.py

查看pyc(dis)

python tools/show_file.py test.pyc

About

a Python VM based on C++/c++实现的python虚拟机

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages