pulumi/tools/mujs
joeduffy e8e031f97c Map a few more trivial AST kinds
This is mostly boilerplate, mapping the following AST kinds: IfStatement,
ReturnStatement, ThrowStatement, Block, EmptyStatement, ExpressionStatement,
and LabeledStatement.
2017-01-02 16:33:31 -08:00
..
cmd Add basic TypeScript AST transform traversal 2016-12-31 13:29:46 -08:00
lib Map a few more trivial AST kinds 2017-01-02 16:33:31 -08:00
.gitignore Upgrade to latest TSLint, and compile cleanly 2016-12-31 11:16:36 -08:00
package.json Add a compiler module 2016-12-31 11:23:20 -08:00
README.md Implement the MuIL AST 2016-12-30 15:34:49 -08:00
tsconfig.json Add basic TypeScript AST transform traversal 2016-12-31 13:29:46 -08:00
tslint.json Upgrade to latest TSLint, and compile cleanly 2016-12-31 11:16:36 -08:00
yarn.lock Add a compiler module 2016-12-31 11:23:20 -08:00

MuJS

This directory contains Mu's JavaScript compiler.

It implements a subset of JavaScript with TypeScript-style type annotations, and can compile that subset into MuPack/IL.