# tripl **Repository Path**: intirain/tripl ## Basic Information - **Project Name**: tripl - **Description**: tripl解释型(还有编译型)编程语言 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2021-12-26 - **Last Updated**: 2022-03-09 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # tripl #### 介绍 tripl 编译并解释语言(编译暂仅支持x86-64架构) #### 软件架构 省略了词法分析阶段,转而采用getword函数。将关键字大多采用符号,并且用@符号表示属性。 #### 安装教程 1. 需要包括gcc在内的gnu基本编译工具 2. make并得到可执行文件tripl #### 使用说明 参见main/tripl.1