项目作者: uhop

项目描述 :
No dependency mini-library: rule-based logical solvers.
高级语言: JavaScript
项目地址: git://github.com/uhop/yopl.git
创建时间: 2020-11-01T21:40:15Z
项目社区:https://github.com/uhop/yopl

开源协议:Other

下载


yopl NPM version

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, which is a no-dependency library itself.

Introduction

TBD

Installation

  1. 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 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.