DSL Packages

scoped-function

`ScopedFunction` allows you to inject scope object into `Function` constructor. The properties of the scope object can be accesed in the function body as if they were closure variables: `ScopedFunction('return s;', { s: 'hello' }) -> 'hello'`.

0.2.0 • Published 7 years ago

treebranch

Create domain specific languages. Execute them as code. Serialize them as JSON. Build your own functionality around them.

0.3.0 • Published 7 years ago

uniql

Produces ASTs from UniQL queries.

1.0.1 • Published 6 years ago