1.2.0 • Published 7 years ago

first-order-matching v1.2.0

Weekly downloads
3
License
LGPLv3
Repository
github
Last release
7 years ago

First-Order Matching

Build Status

A limited JavaScript implementation of a matching algorithm for expressions of first-order logic

To get started:

Import this into your site like so:

<script src='https://cdn.jsdelivr.net/npm/first-order-matching@1/first-order-matching.js'></script>

Or install it from npm like so:

npm install first-order-matching

Then see the API Reference page for what to do next.

You can also run this script inside a WebWorker; see the documentation link below for details.

Repository contents

Documentation

See our documentation site here.

1.2.0

7 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago