From 47dc1dd4dae88c8b70f2ffbc3281fe5936ccdcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9C=9D=E8=87=A3?= <9062498+chen-chaochen@user.noreply.gitee.com> Date: Fri, 8 Jul 2022 08:25:22 +0000 Subject: [PATCH] update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c49710a..c522551 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ | [草蟒](https://www.oschina.net/p/grasspy) | Python | 基于 Python 的全中文编程语言,包括中文 API 等| | [VS Code 插件 - 中文代码快速补全](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant) | JavaScript | 支持各种编程语言,英文状态下匹配中文标识符(现支持全拼、双拼、五笔) | | [VS Code 插件 - 离线英汉词典](https://github.com/program-in-chinese/vscode_english_chinese_dictionary) | TypeScript | 支持驼峰和下划线命名翻译, 当前文件批量标识符翻译 | +| [玉龙编程语言_开发版](https://gitee.com/chen-chaochen/yuron_dev) | 专用编译器,解释器 G++编写 | 跨平台、易拓展、支持utf-8、兼容现有资源 | | [中文简繁字符转换库](https://github.com/program-in-chinese/zhconverter) | Java | 在Maven发布 | | [乘风龙王的代码库(Python)](https://github.com/cflw/cflw_py) | Python | 实用库。以网络、爬虫为主 | | [乘风龙王的代码库(C++)](https://github.com/cflw/cflw_cpp) | C++ | 实用库。以游戏开发为主 | -- Gitee