Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhop/yopl
No dependency mini-library: rule-based logical solvers.
https://github.com/uhop/yopl
logical-programming logical-solvers prolog-implementation
Last synced: about 1 month ago
JSON representation
No dependency mini-library: rule-based logical solvers.
- Host: GitHub
- URL: https://github.com/uhop/yopl
- Owner: uhop
- License: other
- Created: 2020-11-01T21:40:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T18:16:29.000Z (about 1 month ago)
- Last Synced: 2024-10-09T13:28:34.370Z (about 1 month ago)
- Topics: logical-programming, logical-solvers, prolog-implementation
- Language: JavaScript
- Homepage:
- Size: 496 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# yopl [![NPM version][npm-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/yopl.svg
[npm-url]: https://npmjs.org/package/yopl`yopl`: an ES6 mini-library that provides:
* Logic solvers.
* Rule-based, logic programming style.
* Both callback and generator styles are supported.It has only one dependency: [deep6](https://www.npmjs.com/package/deep6), which is a no-dependency library itself.
# Introduction
TBD
## Installation
```bash
npm install --save yopl
```## Release History
- 1.1.4 *updated dependencies.*
- 1.1.3 *updated dependencies.*
- 1.1.2 *updated dependencies.*
- 1.1.1 *updated dependencies.*
- 1.1.0 *[deep6](https://npmjs.org/package/deep6) was extracted from this package, and now used as a dependency.*
- 1.0.1 *added the exports statement.*
- 1.0.0 *the first 1.0 release.*