pulumi/pkg
joeduffy 349e98abbd Populate this/super in instance method activation frames
This change populates the special `this` and `super` variables in
instance method activation frames.  This occurs both during binding --
so that we can properly typecheck and verify references to them -- and
during evaluation -- so we can actually operate on their values.
2017-01-26 18:14:49 -08:00
..
compiler Populate this/super in instance method activation frames 2017-01-26 18:14:49 -08:00
config Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
diag Implement diag.Diagable on MuIL AST nodes 2017-01-17 18:01:11 -08:00
encoding Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
graph Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
pack Replace tree-walk-style type binding with token map lookups 2017-01-26 16:49:38 -08:00
tokens Replace tree-walk-style type binding with token map lookups 2017-01-26 16:49:38 -08:00
util Revive some compiler tests 2017-01-26 15:30:08 -08:00
workspace Clean up package URL logic 2017-01-20 11:46:36 -08:00