macournoyer / tinyjs

A subset of JavaScript implemented in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny.js - A tiny subset of JavaScript in JavaScript

See samples/ and MISSING.md for what it can and can't run.

Usage

$ npm install
$ make
$ node tiny.js <yourscript.js>

License

Copyright 2013 Coded Inc. marc@codedinc.com

You are authorized to use, copy and modify expect for teaching how programming languages work.

About

A subset of JavaScript implemented in JavaScript


Languages

Language:JavaScript 99.4%Language:Shell 0.6%