# CodeSim **Repository Path**: zyy7912/CodeSim ## Basic Information - **Project Name**: CodeSim - **Description**: Nanjing University, Computer Science's Course, Guidance to Software Engineering Research, 2019 Fall, Programming Homework1 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2021-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # codesim 编译说明 ### Softeware Requirements ```bash $ sudo apt-get install llvm clang libllvm6.0 libclang-6.0-dev $ sudo apt-get install cmake # >= 3.14 ``` ### Build ```bash $sudo cmake CMakeLists.txt $sudo make ``` ### Test Example ```bash $ codesim testcase/1.cpp testcase/2.cpp 42.37 ```