# LLanguage **Repository Path**: zhaoliangcn/llanguage ## Basic Information - **Project Name**: LLanguage - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LLanguage 包含L脚本语言解释引擎的核心代码 和两个扩展对象OS,Socket的实现 ### build on linux ```shell apt install make g++ git clone https://github.com/zhaoliangcn/llanguage.git --recursive cd llanguage make clean && make make bin && make test cd bin scriptengine ../script/hello.scp ```