File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ Offer a visuable way to switch and show the different possibility of a Galgame
11
11
12
12
若要直接查看语法标准,请移步[ 语法标准] ( ./Docs/zh_CN/UniGal-text.md )
13
13
14
- UniGal是一个完整的项目,分为 [ Script ] ( https://github.com/Uni-Gal/UniGal-Script ) (脚本语法)、 [ Diagram ] ( https://github.com/Uni-Gal/UniGal-Diagram ) (流程图语法)、 [ Complier&Interpreter ] ( https://github.com/Uni-Gal/UniGal-Complier-Interpreter ) (编译器和解释器)三部分。欢迎您查看其他两部分的内容 。
14
+ UniGal是一个完整的项目,分为标准,实现,提案三部分 。
15
15
16
- 此外,UniGal也有自己的异常处理提案UEP,若要进一步了解请移步[ ExceptionProposal(UEP)] ( https://github.com/Uni-Gal/UniGal-ExceptionProposal ) 。
16
+ 标准分为[ Script] ( https://github.com/Uni-Gal/UniGal-Script ) (脚本语法)、[ Diagram] ( https://github.com/Uni-Gal/UniGal-Diagram ) (流程图语法)、PolyDB(针对作品的管理系统)
17
+
18
+ 实现分为编译器、解释器、渲染器三部分。其中,目前维护的有两个编译器分支,未来可能为其赋予代号以便区分。
19
+
20
+ UniGal有自己的异常处理提案[ EnforcementProposal(UEP)] ( https://github.com/Uni-Gal/UniGal-EnforcementProposal ) 。
17
21
18
22
## UniGal-Script特性
19
23
You can’t perform that action at this time.
0 commit comments