# cpplit **Repository Path**: litorg/cpplit ## Basic Information - **Project Name**: cpplit - **Description**: Lit Implementation in C++ - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://cpplit.lit.cure-x.net - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-19 - **Last Updated**: 2024-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ Lit Lit Implementation in C++. ## Official Sites ### Main ### Docs #### Implementation Principle view at # how to write a code runner # ## Contribution ### Pull Request 1. fork `main` branch of this repository. 2. pull your forked repository to local. 3. development and testing! Must be built successfully on Windows, Linux and MacOS. 4. create pull request. 5. note that sync with this repository. ### Donation AFDIAN (Best for Chinese): ### Feedback ## Installation ### Artifacts Go to [releases page](https://github.com/litlang/cpplit/releases). Select appropriate Artifact. ### Compilation (CMake) ```sh git clone https://gitee.com/litlang/cpplit.git --depth 1 cd cpplit mkdir build cd build cmake .. sudo make install ``` ## With IDEs ### Sublime Text source: Usage docs: (To do)