This package has been deprecated

Author message:

This package has moved to @formal-language/grammar.

@aureooms/js-grammar

8.0.0 • Public • Published

@aureooms/js-grammar

Grammar compilation toolkit for JavaScript. Served with asynchronous goodness. See docs.

⚠️ The code needs a ES2015+ polyfill to work (regeneratorRuntime), for instance @babel/polyfill.

const G = grammar.from( { root , start , eof , productions } ) ;
const parser = ll1.from(G);

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code coverage (clim) Code technical debt Documentation

Package Sidebar

Install

npm i @aureooms/js-grammar

Weekly Downloads

3

Version

8.0.0

License

AGPL-3.0

Unpacked Size

191 kB

Total Files

46

Last publish

Collaborators

  • aureooms