Skip to content

Gulp plugin for compiling parsers written with the nearley parser library

License

Notifications You must be signed in to change notification settings

josephjunker/gulp-nearley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-nearley

Gulp plugin for compiling parsers written with the nearley parser library

Usage

const nearley = require('gulp-nearley');

gulp.task('nearley', () =>
  gulp.src('src/**/*.ne')
      .pipe(nearley())
      .pipe(gulp.dest('lib')));

Any files with a .ne file extension will have their extension changed to .js in the output directory.

About

Gulp plugin for compiling parsers written with the nearley parser library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published