A parcel plugin that enables nearley grammar support
-
Install the plugin:
npm install parcel-plugin-nearley
-
Now you can import *.ne files from javascript:
import grammar from './grammar.ne';
Testing:
npm run test
Formatting with prettier:
npm run format
MIT License
Inspired by: