@formal-language/grammar

9.1.1 • Public • Published

🖋️ @formal-language/grammar

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

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

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

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Package Sidebar

Install

npm i @formal-language/grammar

Weekly Downloads

75

Version

9.1.1

License

AGPL-3.0

Unpacked Size

671 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms