pulumi/pkg
joeduffy c080ddbf46 Eliminate pointers from the parse tree
Neither the YAML nor JSON decoders appreciate having pointers in the AST
structures.  This is unfortunate because we end up mutating them later on.
Perhaps we will need separate parse trees and ASTs after all ...
2016-11-16 17:00:58 -08:00
..
ast Eliminate pointers from the parse tree 2016-11-16 17:00:58 -08:00
compiler Eliminate pointers from the parse tree 2016-11-16 17:00:58 -08:00
diag Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
encoding Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
errors Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
workspace Declare a Mumodules constant 2016-11-16 10:01:46 -08:00