8.0.0 • Published 6 years ago

@aureooms/js-grammar v8.0.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
6 years ago

@aureooms/js-grammar

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

:warning: 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

8.0.0

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.2.1

6 years ago

6.2.0

6 years ago

6.1.1

6 years ago

6.1.0

6 years ago

6.0.0

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.0.2

7 years ago