https://github.com/saschpe/tribool
Ternary (tree-valued) logic package for the Go programming language.
https://github.com/saschpe/tribool
go golang golang-library tribool
Last synced: 12 months ago
JSON representation
Ternary (tree-valued) logic package for the Go programming language.
- Host: GitHub
- URL: https://github.com/saschpe/tribool
- Owner: saschpe
- License: bsd-2-clause
- Created: 2011-07-02T14:41:35.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T20:09:20.000Z (over 8 years ago)
- Last Synced: 2025-02-03T21:42:21.457Z (over 1 year ago)
- Topics: go, golang, golang-library, tribool
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ▵ Tribool
[](https://travis-ci.org/saschpe/tribool)
The package *tribool* implements a ternary (three-valued) logic and
a corresponding type 'Tribool' for the Go programming language.
## Hacking
To build the package:
```shell
go build
```
To test:
```shell
go test -v
```
# License
Copyright (c) 2011 Sascha Peilicke. All rights reserved.
MIT, see [LICENSE](LICENSE).