# Virtual Machine **Repository Path**: oyjw/Virtual-Machine ## Basic Information - **Project Name**: Virtual Machine - **Description**: 一个语言虚拟机 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2014-09-03 - **Last Updated**: 2021-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Virtual Machine windows 7 the solution file is from Visual Studio Express 2013 linux c++11 is required for the c++ compiler run the following commands cd VirtualMachine make run ./vm 1.txt to test the vm run ./vm -p 2.txt 1.txt to see the bytecodes the vm produces