# lg **Repository Path**: bokai-que/lg ## Basic Information - **Project Name**: lg - **Description**: 走你(let go) 走你 是一套基于Go翻译的中文编程语言,可以用中文来进行编程,GO一样是源码开放的。 由于GO语言的发展已相当成熟,也有许多第三方工具,完全中文花将是一个浩大的工程,源码开放的本义是让更多有兴趣的人加入。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-01 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 走你 ## 介绍 走你(let's go) 走你 是一套基于Go1.14.15改造的中文编程语言,可以用中文来进行编程,GO一样是源码开放的。 由于GO语言的发展已相当成熟,也有许多第三方工具,完全中文花将是一个浩大的工程,源码开放的本义是让更多有兴趣的人加入。 ![Gopher image](https://camo.githubusercontent.com/2b507540e2681c1a25698f246b9dca69c30548ed66a7323075b0224cbb1bf058/68747470733a2f2f676f6c616e672e6f72672f646f632f676f706865722f6669766579656172732e6a7067) ### 软件架构 软件架构说明 ### 安装教程 1. xxxx 2. xxxx 3. xxxx ### 使用说明 #### 添加25个中文关键字 `break` `跳出` `case` `案例` `chan` `通道` `const` `常量` `continue` `跳过` `default` `默认` `defer` `延缓` `else` `否则` `fallthrough` `继续` `for` `循环` `func` `函数` `go` `并发` `goto` `跳到` `if` `如果` `import` `导入 interface` `接口` `map` `映射` `package` `程序` `range` `范围` `return` `返回` `select` `选择` `struct` `结构` `switch` `转变` `type` `类型` `var` `变量` #### 添加中文内置类型 `int` `整数` `int8` `整数8` `int16` `整数16` `int32` `整数32` `int64` `整数64` `uint` `无符` `uint8` `无符8` `uint16` `无符16` `uint32` `无符32` `uint64` `无符64 float32` `浮点32` `float64` `浮点64` `complex64` `复数64` `complex128` `复数128 bool` `布尔` `string` `字串` `uintptr` `指针` #### 添加中文内置函数 `append` `附加` `cap` `容量` `close` `关闭` `complex` `复数` `copy` `复制` `delete` `删除` `imag` `虚部` `len` `长度` `make` `构建` `new` `新建` `panic` `报警` `print` `打印` `println` `换行打印` `real` `实部` `recover` `复原` `Alignof` `取对齐` `Offsetof` `取偏移` `Sizeof` `取大小` `true` `真` `false` `假` `nil` `空` `iota` `|` `error` `错误` `byte` `字节` `rune` `字符` #### 添加中文命令 `go run` `go 运行` ### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ### 特技 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/)