first-order-matching

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


License
LGPL-3.0
Install
npm install first-order-matching@1.2.0

Documentation

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.