https://github.com/breuleux/earl-grey-runtime
Runtime for the Earl Grey language
https://github.com/breuleux/earl-grey-runtime
Last synced: about 1 month ago
JSON representation
Runtime for the Earl Grey language
- Host: GitHub
- URL: https://github.com/breuleux/earl-grey-runtime
- Owner: breuleux
- Created: 2015-01-10T00:08:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T22:41:12.000Z (over 6 years ago)
- Last Synced: 2025-04-14T20:10:05.705Z (about 1 month ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Earl Grey runtime
=================This package defines global variables and functions for the Earl Grey
language:require("earlgrey-runtime/5"); // es5
require("earlgrey-runtime/6"); // es6EG compiles to ES6 and therefore the runtime includes
[babel](https://babeljs.io/)'s polyfill when requiring
`earlgrey-runtime/5`.See [Earl Grey](https://github.com/breuleux/earl-grey).