47 Commits

Author SHA1 Message Date
2a6fa8034c chore: Demo19 添加调试参数 2025-08-01 23:34:40 +08:00
e5f23b77bd chore: 添加 Demo19运行配置文件 2025-08-01 18:36:15 +08:00
d77368bb13 chore: 添加 Bug5 运行配置文件 2025-07-31 14:17:46 +08:00
1cb5951e68 chore: 添加 Bug4 运行配置 2025-07-31 12:45:49 +08:00
f3409f32ce chore: 添加 Bug3 运行配置 2025-07-31 00:26:56 +08:00
d932ba10f0 chore: 添加 Bug2 运行配置文件 2025-07-29 11:50:54 +08:00
1eaaacdf8c chore: 添加 Demo18运行配置 2025-07-29 11:22:04 +08:00
187ec7e0e9 Merge branch 'main' into dev
# Conflicts:
#	.run/Demo1.run.xml
#	.run/Demo10.run.xml
#	.run/Demo11.run.xml
#	.run/Demo12.run.xml
#	.run/Demo13.run.xml
#	.run/Demo14.run.xml
#	.run/Demo2.run.xml
#	.run/Demo3.run.xml
#	.run/Demo4.run.xml
#	.run/Demo5.run.xml
#	.run/Demo6.run.xml
#	.run/Demo7.run.xml
#	.run/Demo8.run.xml
#	.run/Demo9.run.xml
#	src/main/java/org/jcnc/snow/pkg/tasks/CompileTask.java
2025-07-29 09:21:03 +08:00
21e4668b16 chore: 更新测试配置文件 2025-07-28 18:02:36 +08:00
5b8d7b98f3 chore: 更新 Demo16 和 Demo17 的运行配置 2025-07-28 18:01:41 +08:00
0cb2132e80 chore: 添加 Demo16运行配置 2025-07-28 17:35:49 +08:00
2e4b76dfe2 chore: 更新测试配置文件
- 在测试配置文件中添加了 Demo14 和 Demo15 两个新的测试用例
2025-07-28 13:42:22 +08:00
9fb2dfae51 chore: 在 Demo 运行配置中添加 --debug 参数
- 在所有 Demo 示例的 run.xml 文件中添加 --debug 参数
- 此修改有助于在调试时提供更多详细信息
2025-07-28 13:39:55 +08:00
421eb0a0d9 chore: 修正 Debug 参数格式 2025-07-28 10:26:18 +08:00
8d992001f9 chore: 添加 Demo15运行配置文件 2025-07-28 10:00:41 +08:00
4081d7d928 chore: 移除代码覆盖率配置 2025-07-28 10:00:30 +08:00
34e5de0454 chore: 在 Demo14运行配置中添加调试参数
- 在 Demo14.run.xml 文件中添加了 -debug 参数到 PROGRAM_PARAMETERS 选项
- 此修改便于在运行 Demo14 时进行调试
2025-07-24 12:45:01 +08:00
ebc322668e chore: 更新运行配置并添加新配置 2025-07-24 12:36:28 +08:00
f777841937 chore: 更新运行配置并移除代码覆盖率设置
- 在所有 Demo 运行配置中添加 -debug 参数
- 移除所有 Demo 运行配置中的代码覆盖率设置
2025-07-24 11:13:41 +08:00
72982c1127 chore: 添加 Demo14运行配置 2025-07-20 18:48:54 +08:00
64cefebee5 feat: 实现 BuiltinUtils 标准库并更新相关机制
- 重构 BuiltinTypeRegistry 类,扩展内置类型和模块的注册功能
- 新增 BuiltinUtils 标准库模块,提供 print 和 println 函数
- 实现 syscall 内核函数,供 BuiltinUtils 内部使用
- 更新测试用例,添加 Demo14 项目以验证新功能
2025-07-19 17:04:49 +08:00
68c1e3a412 chore: 更新测试运行配置
- 添加 Demo11 和 Demo12 应用到测试运行列表- 现有应用顺序不变,新增应用放在末尾
2025-07-11 10:29:32 +08:00
zhangxun
e33ad15475 chore: 增加 Demo13 2025-07-10 19:18:19 +08:00
e1f36d9689 chore: 更新 Demo 运行配置路径
- 修改了多个 Demo 运行配置文件中的程序参数,将示例代码路径从根目录下的 playground 子目录移动到 playground/Demo 子目录- 新增 Demo12 运行配置文件,使用更新后的路径格式
2025-07-10 11:45:05 +08:00
506bf193d5 chore: 修改IDEA配置让.water输出到target目录后不污染根目录 2025-07-07 00:26:36 +08:00
b626208771 chore: 增加测试配置文件 2025-07-03 23:51:00 +08:00
114958d992 chore: IDEA 配置文件修改,让.water文件进入target文件夹 2025-07-01 11:28:42 +08:00
6ae6d6e893 chore: IDEA 点击运行后"Run tool 窗口"会出现 2025-07-01 09:34:38 +08:00
cb4faf0632 chore: 增加 Bug1 配置文件 2025-06-29 18:28:43 +08:00
0d8e26d2cc chore: 增加 Demo11 配置文件 2025-06-29 18:23:58 +08:00
8894fa3300 chore:增加 Demo10 配置 2025-06-25 13:49:20 +08:00
3a2f2125a8 chore:增加 Demo9 的配置文件 2025-06-25 10:53:18 +08:00
002b51b71c style: 把 Cli 移出作为独立包,为后续拓展做铺垫 2025-06-19 15:43:27 +08:00
b2ca15f98b chore: 把Demo8适配最新Cli系统 2025-06-18 15:18:47 +08:00
0f4659c8b4 Merge branch 'dev' into feature/user-cli 2025-06-18 15:04:17 +08:00
zhangxun
0af2c371ca test: 增加Demo8 2025-06-18 06:29:15 +00:00
5d8f69209f chore: 增加 version 配置文件 2025-06-18 06:29:07 +00:00
34fd7c6d8b style: 替换为 'getFirst()' 调用 2025-06-18 06:29:07 +00:00
44ffed3571 test: 适配新的Cli 2025-06-18 06:29:07 +00:00
bca073cb28 chore: 增加Demo7配置 2025-06-12 16:38:29 +08:00
7bc2ec6ebe chore: 增加Demo6配置文件 2025-06-12 14:15:08 +08:00
55a136c14b chore: IDEA配置文件增加例子 2025-06-11 22:49:30 +08:00
161243737a chore: 增加Demo4 2025-06-11 16:33:57 +08:00
44ccd892a4 chore: IDEA配置文件修改 2025-06-11 10:29:38 +08:00
f08b824034 chore: IDEA配置文件修改 2025-06-11 09:50:43 +08:00
1ab838f708 doc: 增加README.md 2025-06-07 17:00:22 +08:00
0c2cb0357d feat: Initialize project skeleton, including basic directories and configuration files 2025-06-06 15:53:19 +08:00