pulumi/cmd/lumipy
joeduffy b7f3d447a1 Preserve the lumi prefix on our CLI tools
This change keeps the lumi prefix on our CLI tools.

As @lukehoban pointed out in person, as soon as we do pulumi/coconut#98,
most people (other than compiler authors themselves) won't actually be
typing the commands.  And, furthermore, the commands aren't all that bad.

Eventually I assume we'll want something like `lumi-js`, or
`lumi-js-compiler`, so that binaries are discovered dynamically in a way
that is extensible for future languages.  We can tackle this during #98.
2017-05-18 12:38:58 -07:00
..
lumipy Preserve the lumi prefix on our CLI tools 2017-05-18 12:38:58 -07:00
.gitignore Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
README.md Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
requirements.txt Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
setup.py Preserve the lumi prefix on our CLI tools 2017-05-18 12:38:58 -07:00

LumiPy

This directory contains Lumi's Python compiler.

It implements a subset of Python and compiles that subset into LumiPack/IL.