add propositionalLogic (#2681)

This commit is contained in:
Azumabashi 2023-08-14 17:52:27 +09:00 committed by GitHub
parent ed192f9c74
commit 276699fdf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31129,5 +31129,16 @@
"description": "Provides a system.cmp like function that can be used with std/algorithm.sort to smartly sort string sequences based on their contents rather than exact match",
"license": "MIT",
"web": "https://github.com/amaank404/namenumbersort"
},
{
"name": "propositionalLogic",
"url": "https://github.com/Azumabashi/nim-propositional-logic/",
"method": "git",
"tags": [
"logic"
],
"description": "A library for (standard) propositional logic",
"license": "MIT",
"web": "https://github.com/Azumabashi/nim-propositional-logic/"
}
]