pulumi/cmd
joeduffy 4dc082a2df Use 1st class token AST nodes
Instead of serializing simple token strings into the AST -- in place of things
like type references, module references, export references, etc. -- we now use
1st class AST nodes.  This ensures that source context flows with the tokens
as we bind them, etc., and also cleans up a few inconsistencies (like using an
ast.Identifier for NewExpression -- clearly wrong since this the resulting
MuIL is meant to contain fully bound semantic references).
2017-01-21 11:48:58 -08:00
..
apply.go Add scaffolding for mu apply, compile, and plan 2017-01-17 14:40:55 -08:00
compile.go Actually perform compilations from mu compile 2017-01-18 15:52:26 -08:00
describe.go Use 1st class token AST nodes 2017-01-21 11:48:58 -08:00
get.go Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
mu.go Rearrange the library code 2017-01-20 10:30:43 -08:00
plan.go Add scaffolding for mu apply, compile, and plan 2017-01-17 14:40:55 -08:00
version.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00