Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yehorbk/jsdt
JavaScript Dialect Template
https://github.com/yehorbk/jsdt
Last synced: 2 days ago
JSON representation
JavaScript Dialect Template
- Host: GitHub
- URL: https://github.com/yehorbk/jsdt
- Owner: yehorbk
- License: mit
- Created: 2020-06-28T13:01:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:34:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T17:03:11.731Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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)