mirror of
https://github.com/Azumabashi/nim-propositional-logic/
synced 2026-01-14 21:31:43 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| propositionalLogic.nimble | ||
| README.md | ||
nim-propositional-logic
Propositional logic library for Nim.
Installation
nimble install propositionalLogic
Usage
You can refer the documentation of this libary here.
Note that only the docs of the latest version of this library is available online.
For uses need to read docs for older versions of this library, download source code
from releases and
build with nimble by yourself.
Also, test programs could be additional examples of how to use this library.
License
MIT