Runtime for the Earl Grey programming language.
npm install earlgrey-runtime
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's polyfill when requiringearlgrey-runtime/5.
See Earl Grey.