pulumi/pkg/compiler/errors
joeduffy d685850800 Implement unary operator evaluation; and l-values
This change implements unary operator evaluation, including prefix/postfix
assignment operators.  Doing this required implementing l-values properly
in the interpreter; namely, load location and dereference, when used in an
l-value position, result in a pointer to the location, while otherwise they
(implicitly, in load location's case) deference the location and yield a value.
2017-01-27 16:42:32 -08:00
..
binder.go Bind unary and binary operators 2017-01-27 13:51:36 -08:00
compiler.go Revive some compiler tests 2017-01-26 15:30:08 -08:00
eval.go Implement unary operator evaluation; and l-values 2017-01-27 16:42:32 -08:00
new.go Clean up errors 2017-01-25 17:58:16 -08:00