dsl-helper

0.1.0 • Public • Published

dsl-helper

CircleCI

This lib assists in the specification and DSL processing in JavaScript. Including adding validates and catch syntax errors.

Currently supports:

  • node.js >= 6.0.0

Example:

var DSLHelper = require('dsl-helper').DSLHelper;
 
var dsl = new DSLHelper({
  console: console,
  log: function() {
    console.log(this);
  }
});
 
dsl.execute({ name: "David" }, "log();");
// { name: "David" }

License

"Azuki", "azk" and the Azuki logo are copyright (c) 2013-2017 Azuki Serviços de Internet LTDA.

azk source code is released under Apache 2 License.

Check LEGAL and LICENSE files for more information.

Readme

Keywords

Package Sidebar

Install

npm i dsl-helper

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • nuxlli