Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yehorbk/jsdt

JavaScript Dialect Template
https://github.com/yehorbk/jsdt

Last synced: 2 days ago
JSON representation

JavaScript Dialect Template

Awesome Lists containing this project

README

        

# JavaScript Dialect Template
Template for implementing JavaScript dialects

# Concept
This project allows users to create their own JavaScript dialects. Implementation is very simple, it uses dictionary and regular expressions to replace dialect keys (words) to vanilla ECMAScript.

# How to Use
1. Fork this repository to your GitHub account
2. Change dictionary and config files
3. Change package.json information
4. Publish to NPM (optional)

# [Contributing](https://github.com/yehorbk/jsdt/CONTRIBUTING.md)

# Author
**Yehor Bublyk**: [GitHub](https://github.com/yehorbk) • [Twitter](https://twitter.com/yehorbk)