# ciphico **Repository Path**: swordmanstudio/ciphico ## Basic Information - **Project Name**: ciphico - **Description**: 一个c++写的可靠的phico语言实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-07-22 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # Ciphico [![CodeQL](https://github.com/3swordman/ciphico/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/3swordman/ciphico/actions/workflows/codeql-analysis.yml) [Github](https://github.com/3swordman/ciphico) [Gitee](https://gitee.com/phico/ciphico) ## Description An implementation of phico. ## What is phico? Phico is a programming language that anyone can easily write. ## What is ciphico? Ciphico is an implementation of the phico programming language, it is fast and powerful. Ciphico can be used as an interpreter or a compiler. Ciphico is extremely fast if the code is short. ## Installation 1. Download source files 2. ```mkdir build``` 3. ```cd build``` 4. ```cmake ..``` 5. ```cmake --build . --config Release``` 6. On Linux ```./ciphico [source file]``` On windows ```.\ciphico [source file]```