pulumi/pkg/errors
joeduffy 832ef1f743 Lay some groundwork for symbol binding
This change lays some groundwork that registers symbols when doing semantic
analysis of the resulting AST.  For now, that just entails detecting duplicate
services by way of symbol registration.

Note that we've also split binding into two phases to account for the fact
that intra-stack dependencies are wholly legal.
2016-11-16 13:11:58 -08:00
..
binder.go Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
compiler.go Add more compiler tests 2016-11-16 08:19:26 -08:00
parser.go Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
parsetree.go Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00