-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#hjson | ||
// * 🎯用于测试NARust-158 | ||
// * ✨纯Rust编写的完整OpenNARS 1.5.8复刻版本 | ||
{ | ||
description: NARust-158(纯Rust编写,支持原生接口) | ||
translators: native | ||
command: { | ||
// * ⚠️必须前缀`./`以指定是「启动当前工作目录下的exe文件」 | ||
cmd: ./narust_158_batch.exe | ||
cmdArgs: [] | ||
// 启动目录 | ||
currentDir: ./../executables | ||
} | ||
autoRestart: true | ||
} |