# Virtual Machine **Repository Path**: hotercyc/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**: 0 - **Forks**: 2 - **Created**: 2019-03-02 - **Last Updated**: 2020-12-19 ## 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