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.
- Host: GitHub
- URL: https://github.com/afaur/es6-dsl
- Owner: afaur
- Created: 2017-07-31T02:09:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T02:39:46.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T13:56:50.242Z (over 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).