# VirtualMachine **Repository Path**: dalong_busy/VirtualMachine ## Basic Information - **Project Name**: VirtualMachine - **Description**: VirtualMachine - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-05 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonVM ### 1.Introduce A Python Virtual Machine in C++ ### 2.编译&运行 sh -x compile.sh ./vm.out ### 3.Python字节码二进制格式 ![bytecode](./doc/bytecode_binary.jpg) ### 4.klass-oop模式 ![klass_oop](./doc/klass_oop.svg) ### 5.runtime对象 ![runtime_obj](./doc/runtime_obj.svg)