earley-parser

JavaScript implementation of the Earley parsing algorithm

Usage no npm install needed!

<script type="module">
  import earleyParser from 'https://cdn.skypack.dev/earley-parser';
</script>

README

Earley Parser

Build Status

JavaScript implementation of the Earley parsing algorithm

To get started:

Import this into your site like so:

<script src='https://cdn.jsdelivr.net/npm/earley-parser@1/earley-parser.js'></script>

Or install it from npm like so:

npm install earley-parser

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

Repository contents

Documentation

See our documentation site here.