-
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.
- Loading branch information
0 parents
commit 455dcfe
Showing
5 changed files
with
52 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/target | ||
|
||
# 可执行文件 | ||
executables/ |
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,6 @@ | ||
{ | ||
"recommendations": [ | ||
"swellaby.vscode-rust-test-adapter", | ||
"nyxiative.rust-and-friends" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,8 @@ | ||
[package] | ||
name = "babel_nar" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] |
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,27 @@ | ||
# BabelNAR.rs | ||
|
||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) | ||
|
||
该项目使用[语义化版本 2.0.0](https://semver.org/)进行版本号管理。 | ||
|
||
基于[**NAVM.rs**](https://github.com/ARCJ137442/NAVM.rs)的CIN(NARS计算机实现)接口 | ||
|
||
- 前身为[**BabelNAR.jl**](https://github.com/ARCJ137442/BabelNAR.jl) | ||
- 旨在方便连接各类CIN,并通过**Websocket**等服务提供**通用统一交互接口**。 | ||
|
||
## 概念 | ||
|
||
### CIN (Computer Implement of NARS) | ||
|
||
- 「NARS计算机实现」之英文缩写 | ||
- 指代所有**实现NARS**的计算机软件系统 | ||
- 不要求完整实现NAL 1~9 | ||
|
||
### ***CommonNarsese*** | ||
|
||
🔗参考[**NAVM.jl**的对应部分](https://github.com/ARCJ137442/navm.jl?tab=readme-ov-file#commonnarsese) | ||
|
||
## 参考 | ||
|
||
- [BabelNAR](https://github.com/ARCJ137442/BabelNAR.jl) | ||
- [NAVM.rs](https://github.com/ARCJ137442/NAVM.rs) |