1.0.0 • Published 5 years ago

parcel-plugin-nearley v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

📦🚀parcel-plugin-nearley

A parcel plugin that enables nearley grammar support

Usage

  1. Install the plugin:

    npm install parcel-plugin-nearley
  2. Now you can import *.ne files from javascript:

    import grammar from './grammar.ne';

Development

Testing:

npm run test

Formatting with prettier:

npm run format

License

MIT License

Acknowledgements

Inspired by: