pulumi/pkg
joeduffy 0706472a1c Split pkg/ast; merge symbol code into pkg/symbols
This change helps move us one step closer to eliminating the old metadata-
based AST goo, and replacing it with MuPack/MuIL AST and symbol information.
In particular, all name/token "symbol" code -- things like identifiers,
package/member references, and version specs -- move out of the pkg/ast
package and into the top-level pkg/symbols package, alongside the existing
MuPack/MuIL symbol token types.
2017-01-17 17:41:28 -08:00
..
ast Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00
cmdutil Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
compiler Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00
diag Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
encoding Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
errors Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00
graph Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00
options Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
pack Move pkg/pack/symbols to pkg/symbols 2017-01-17 15:06:53 -08:00
symbols Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00
util Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
workspace Split pkg/ast; merge symbol code into pkg/symbols 2017-01-17 17:41:28 -08:00