earlgrey-runtime

Runtime for the Earl Grey programming language.

MIT 18 个版本
安装
npm install earlgrey-runtime
yarn add earlgrey-runtime
pnpm add earlgrey-runtime
bun add earlgrey-runtime
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's polyfill when requiring earlgrey-runtime/5.

See Earl Grey.

版本列表
0.1.2 2018-09-18
0.1.1 2018-04-10
0.1.0 2017-02-02
0.0.14 2016-10-24
0.0.13 2016-05-16
0.0.12 2016-01-26
0.0.11 2015-09-30
0.0.10 2015-07-20
0.0.9 2015-07-06
0.0.8 2015-05-29
0.0.7 2015-05-01
0.0.6 2015-04-01
0.0.5 2015-03-31
0.0.4 2015-02-22
0.0.3 2015-02-22
0.0.2 2015-02-22
0.0.1 2015-02-21
0.0.0 2015-02-21