Skip to content

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

License

Notifications You must be signed in to change notification settings

appology/nearley-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages