pulumi/pkg/tokens
joeduffy 24ea62bc78 Begin tracking graph dependencies
This change refactors the interpreter hooks into a first class interface
with many relevant event handlers (including enter/leave functions for
packages, modules, and functions -- something necessary to generate object
monikers).  It also includes a rudimentary start for tracking actual object
allocations and their dependencies, a step towards creating a MuGL graph.
2017-01-31 17:42:06 -08:00
..
constants.go Begin tracking graph dependencies 2017-01-31 17:42:06 -08:00
decors.go Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
decors_test.go Add a crazy recursive parsing test...and fix some bugs 2017-01-24 05:25:08 -08:00
names.go Dump eval state afterwards; also rename a few things 2017-01-28 10:51:30 -08:00
names_test.go Run class and module initializers 2017-01-27 14:47:26 -08:00
tokens.go Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
tokens_test.go Implement fmt.Stringer on token types 2017-01-21 12:25:59 -08:00