From 955d427631cb17c28ee4a45c6b170684632f0e39 Mon Sep 17 00:00:00 2001 From: 3dgen <476582@qq.com> Date: Wed, 13 Mar 2024 22:05:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0CPLOC=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...50\200\350\247\243\351\207\212\345\231\250.md" | 15 +++++++++++++++ .../README.md" | 2 +- ...34\250\345\205\260\351\207\215\347\216\260.md" | 10 ---------- 3 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 "\347\220\206\344\272\213\345\215\225\344\275\215/Nasal\350\257\255\350\250\200\350\247\243\351\207\212\345\231\250.md" delete mode 100644 "\347\220\206\344\272\213\345\215\225\344\275\215/\346\234\250\345\205\260\351\207\215\347\216\260.md" diff --git "a/\347\220\206\344\272\213\345\215\225\344\275\215/Nasal\350\257\255\350\250\200\350\247\243\351\207\212\345\231\250.md" "b/\347\220\206\344\272\213\345\215\225\344\275\215/Nasal\350\257\255\350\250\200\350\247\243\351\207\212\345\231\250.md" new file mode 100644 index 0000000..b17edc6 --- /dev/null +++ "b/\347\220\206\344\272\213\345\215\225\344\275\215/Nasal\350\257\255\350\250\200\350\247\243\351\207\212\345\231\250.md" @@ -0,0 +1,15 @@ +## 项目基本信息 +1. 名称:Nasal-Interpreter | Nasal语言解释器 +2. 官网: +https://www.fgprc.org.cn/nasal_interpreter.html (FGPRC官网宣传页) + +3. 仓库: +https://github.com/ValKmjolnir/Nasal-Interpreter +https://gitee.com/valkmjolnir/Nasal-Interpreter +4. 简介: +Nasal 是一款语法与 ECMAScript 相似的编程语言,并作为脚本语言被著名开源飞行模拟器 FlightGear 所使用。该语言的设计者为 Andy Ross。该独立运行时使用C++(std=c++17)重新实现,使用高性能栈式字节码虚拟机,direct-threading 指令分派。 + +## 理事单位代表信息 +5. 理事代表:李皓琨 +6. 联系方式(邮箱、电话、即时通讯工具账号等均可):e-mail: lhk101lhk101@qq.com QQ: 896693328 微信: ValK_lev +7. Gitee账号:ValKmjolnir \ No newline at end of file diff --git "a/\347\220\206\344\272\213\345\215\225\344\275\215/README.md" "b/\347\220\206\344\272\213\345\215\225\344\275\215/README.md" index 5ad4428..0a731f1 100644 --- "a/\347\220\206\344\272\213\345\215\225\344\275\215/README.md" +++ "b/\347\220\206\344\272\213\345\215\225\344\275\215/README.md" @@ -9,8 +9,8 @@ - [DeepLang](https://github.com/deeplang-org/deeplang) - https://gitee.com/chinesebear - [洛书](https://gitee.com/chen-chaochen/lpk) - https://gitee.com/chen-chaochen - [凹语言](https://wa-lang.org) - https://gitee.com/chai2010 -- [木兰重现](https://gitee.com/MulanRevive/mulan-rework) - https://gitee.com/zhishi - [K语言](https://github.com/kulics-works/k) - https://gitee.com/kulics - [凸语言](https://github.com/tu-lang/tu) - https://gitee.com/brewlin - [Z语言](https://gitee.com/z-lang) - https://gitee.com/visus - [Aya](https://www.aya-prover.org) - https://gitee.com/ice1000 +- [Nasal语言解释器](https://www.fgprc.org.cn/nasal_interpreter.html) - https://gitee.com/valkmjolnir \ No newline at end of file diff --git "a/\347\220\206\344\272\213\345\215\225\344\275\215/\346\234\250\345\205\260\351\207\215\347\216\260.md" "b/\347\220\206\344\272\213\345\215\225\344\275\215/\346\234\250\345\205\260\351\207\215\347\216\260.md" deleted file mode 100644 index 028ab2b..0000000 --- "a/\347\220\206\344\272\213\345\215\225\344\275\215/\346\234\250\345\205\260\351\207\215\347\216\260.md" +++ /dev/null @@ -1,10 +0,0 @@ -## 项目基本信息 -1. 名称:木兰重现 -2. 官网:https://www.oschina.net/p/mulan-rework -3. 仓库:https://gitee.com/MulanRevive/mulan-rework -4. 简介(200字以内):重现被说成 “Python 套壳”、“换皮”的木兰编程语言的所有功能。 - -## 理事单位代表信息 -5. 理事代表:吴烜 -6. 联系方式(微信):nobodxbodon -7. Gitee账号:zhishi \ No newline at end of file -- Gitee From 6fd90374a5cca52acf409b1a3f739dbc4641a22b Mon Sep 17 00:00:00 2001 From: 3dgen <476582@qq.com> Date: Sun, 17 Mar 2024 12:09:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?CPLOC=202024/3/17=20=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E7=BA=AA=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240317.md" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "\344\274\232\350\256\256\347\272\252\350\246\201/20240317.md" diff --git "a/\344\274\232\350\256\256\347\272\252\350\246\201/20240317.md" "b/\344\274\232\350\256\256\347\272\252\350\246\201/20240317.md" new file mode 100644 index 0000000..0f2ed0f --- /dev/null +++ "b/\344\274\232\350\256\256\347\272\252\350\246\201/20240317.md" @@ -0,0 +1,6 @@ +2024年1月14日20点,CPLOC秘书处举行线上会议,实到人数11人:魏永明、杨海龙、陈朝臣、朱子润、刘小东、柴树杉、丁尔男、李皓琨、李登淳、赵普明、徐鹏飞。会议内容如下: + +1. 与会人员介绍自己所在地及时间安排,初步定于2024年4月在杭州举行首次 CPLOC 线下聚会活动; +2. 讨论关于改进理事会入会规则的3号提案(关键提案),柴树杉对提案背景和目的进行了讲解,与会理事对提案主旨均表示赞同。在关于具体细则的讨论中,李登淳建议增设类观察席对入会申请进行缓冲及考察,该建议获得广泛赞同;秘书处协助章程文本修订稿起草后,将由柴树杉和李登淳发起共同提案交由理事会投票表决。 + +会议时长:1小时 -- Gitee