nearley-template

0.1.4 • Public • Published

appology / nearley-template Build Status

Your own DSL, in javascript, in a nice reusable package!

Crafted with ♡ by Appology

Made possible by the super awesome nearley parser toolkit.

Before you install...

Please keep in mind that this project is not yet battle tested.

Issues?

You can submit new issues using GitHub Issues

Install:

npm i -g nearley-template

Init:

mkdir my_project && cd my_project
nearleyt init

After a few short questions, you'll be ready to hack with:

Some helpful commands:

# compile the grammar and javascript files
# under /src into /lib
npm run build

# run all tests manually
npm test

# when using a test runner like Wallaby.js,
# recompiles /src/grammar.ne as you save
npm run watch nearley

Readme

Keywords

none

Package Sidebar

Install

npm i nearley-template

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • ryan_at_appology