An open API service indexing awesome lists of open source software.

https://github.com/afaur/es6-dsl

Using template strings as a mechanism for building DSLs using ES6 Javascript.
https://github.com/afaur/es6-dsl

Last synced: over 1 year ago
JSON representation

Using template strings as a mechanism for building DSLs using ES6 Javascript.

Awesome Lists containing this project

README

          

# ES6 DSL
Use `template strings` to call `functions` and build a `DSL` with `ES6 Javascript`.

# Server
```sh
./server
```

# Info
Code includes basic functions and extensions that attempt to make browser javascript programming enhanced.

# Javascript Syntax
An example of having `vim-javascript` detect custom DSL keywords can be seen
[here](https://github.com/afaur/vim-javascript/commit/1f3c0c230d0922b859dd4ca9cb1248e4876b1d20).