From 698d84ca0cb3f3c0b5d8c754754ea25d9d80ddce 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: Wed, 10 Aug 2022 13:08:10 +0000 Subject: [PATCH] update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a37fa3b..da12176 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ | [木兰编程语言重现](https://gitee.com/MulanRevive/mulan-rework) | Python | [ulang 已发布在 PyPI](https://zhuanlan.zhihu.com/p/265695809) | | [草蟒](https://www.oschina.net/p/grasspy) | Python | 基于 Python 的全中文编程语言,包括中文 API 等| | [VS Code 插件 - 中文代码快速补全](https://github.com/program-in-chinese/vscode_Chinese_Input_Assistant) | JavaScript | 支持各种编程语言,英文状态下匹配中文标识符(现支持全拼、双拼、五笔) | +| [洛书](https://www.oschina.net/p/losu) | 专用指令解释器 | 跨平台、多用途的全中文编程语言 | | [VS Code 插件 - 离线英汉词典](https://github.com/program-in-chinese/vscode_english_chinese_dictionary) | TypeScript | 支持驼峰和下划线命名翻译, 当前文件批量标识符翻译 | | [玉龙编程语言](https://www.oschina.net/p/yuron) | gcc编写的专用编译器,解释器 | 跨平台、可以自定义语法、简单易用 | | [玉龙编程语言_开发版](https://www.oschina.net/p/yuron_dev) | 专用编译器,解释器 | 跨平台、多功能、易拓展的编程语言内核 | -- Gitee