├── README.md
├── index.html
├── typescript.interpret.js
└── typescript.interpret.min.js
/README.md:
--------------------------------------------------------------------------------
1 | TypeScript Interpret
2 | ==================
3 |
4 | [TypeScript](http://www.typescriptlang.org) is a brand new language which compiles on JavaScript. However, this operation has to be performed manually, using the command-line compiler `tsc` or other tools. But now it can be interpreted straight in your web browser, thanks to TypeScript Interpret!
5 |
6 | TypeScript Interpret automatically interprets your TypeScript code typed into a console, using the [jQuery Terminal](https://github.com/jcubic/jquery.terminal) by Jakub Jankiewicz.
7 |
8 |
9 | Demo
10 | ----
11 |
12 | [Here is a TypeScript terminal emulator](http://niutech.github.com/typescript-interpret/)
13 |
14 |
15 | Download
16 | --------
17 |
18 | [TypeScript 0.8](https://raw.github.com/niutech/typescript-compile/gh-pages/js/typescript.min.js) (minified JS)
19 |
20 | [TypeScript Interpret 0.2](https://raw.github.com/niutech/typescript-interpret/gh-pages/typescript.interpret.min.js) (minified JS)
21 |
22 | [jQuery Terminal 0.4.22](https://raw.github.com/jcubic/jquery.terminal/master/js/jquery.terminal-0.4.22.min.js) (minified JS)
23 |
24 |
25 | Authors & License
26 | ----------------
27 |
28 | TypeScript is developed by Microsoft Corp. under Apache 2.0 License.
29 |
30 | TypeScript Interpret is developed by Jerzy Głowacki under Apache 2.0 License.
31 |
32 | jQuery Terminal is developed by Jakub Jankiewicz under GNU GPL 3 License.
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |