fly-peg
Install
This plugin requires Fly .
npm i -D fly-peg
Usage
Async/Await flavored:
{ await this source'src/myParser.pegjs' target'dist'}
Generator function flavored:
exports { this source'src/myParser.pegjs' target'dist'}
See PEG.js JavaScript API for PEG.js options .