pulumi/pkg/compiler
joeduffy 9c0c6e6916 Add rudimentary type binding
This change adds rudimentary type binding to phase 2 of the binder.  Note that
we still don't have the notion of predefined types (for the primitives), so this
basically rejects any well-formed Mufile.  Primitives are on deck.
2016-11-16 18:55:20 -08:00
..
testdata Add rudimentary type binding 2016-11-16 18:55:20 -08:00
binder.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00
binder_test.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00
common_test.go Add tests for parse tree validation 2016-11-16 10:02:34 -08:00
compiler.go Check dependencies for validity 2016-11-16 11:09:45 -08:00
compiler_test.go Swap argument order to expected: actual: are correct 2016-11-16 18:51:14 -08:00
context.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
opts.go Print relative filenames in errors 2016-11-15 18:00:43 -08:00
parser.go Place stack services underneath a "services" property 2016-11-16 17:30:03 -08:00
parsetree.go Place stack services underneath a "services" property 2016-11-16 17:30:03 -08:00
parsetree_test.go Swap argument order to expected: actual: are correct 2016-11-16 18:51:14 -08:00
symbols.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00
visitor.go Place stack services underneath a "services" property 2016-11-16 17:30:03 -08:00