Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/breuleux/earl-grey-runtime

Runtime for the Earl Grey language
https://github.com/breuleux/earl-grey-runtime

Last synced: 9 days ago
JSON representation

Runtime for the Earl Grey language

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"); // es6

EG 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).