Lit Implementation in C++.
https://tutorial.lit.cure-x.net
https://spec.lit.cure-x.net
view at # how to write a code runner #
- fork
main
branch of this repository. - pull your forked repository to local.
- development and testing! Must be built successfully on Windows, Linux and MacOS.
- create pull request.
- note that sync with this repository.
AFDIAN (Best for Chinese): https://afdian.net/item/2d3d3234fd6e11eeb5ba5254001e7c00
Go to releases page. Select appropriate Artifact.
git clone https://gitee.com/litlang/cpplit.git --depth 1
cd cpplit
mkdir build
cd build
cmake ..
sudo make install
source: https://github.com/litlang/sublime-plugin
Usage docs: (To do)