JSPM

mode-grammar-builder

0.6.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q62660F
  • License MIT

Build a jison grammar for a bash-parser mode

Package Exports

  • mode-grammar-builder

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mode-grammar-builder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mode-grammar-builder

Build a jison grammar for a mode-grammar-builder mode

This is an internal binary tool used by the bash-parser build toolchain to compile a json grammar to a javascript file.

You usually don't need to use it directly if you are not developing Vorpal.

Usage

mgb <mode folder path>

E.g., to build posix grammar:

mgb modes/posix

Travis Build Status NPM module NPM downloads

License

The MIT License (MIT)

Copyright (c) 2017 vorpaljs