# gum **Repository Path**: xavier_215601/gum ## Basic Information - **Project Name**: gum - **Description**: 自研编译器、解释器 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-10 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gum #### 介绍 自研编译器、解释器 #### 软件架构 golang语言开发,从0到1实现了词法分析器、语法分析器和解释器,使用LL和运算符优先级算法等通用编译器开发算法;欢迎大家使用。 #### 安装使用教程 1. 首先需要按照go语言的基本环境; 2. 下载对应代码; 3. 进入代码目录后,执行go run main.go即可体验。 #### 分支说明 1. main分支为展示性分支; 2. release分支为完整的解释器分支,可供学习开发使用; #### 特技 0. 联系方式:QQ819233578 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)