terraform/config/lang/ast
Jesse Szwedko 41f9ebc667 Add support for unary operators + and -
This adds support to the configuration interpolation syntax for + and -
as unary operators, specifically to represent negative numbers.
2015-12-18 18:05:25 +00:00
..
arithmetic.go config/lang: add math operations for ints 2015-02-26 11:32:39 -08:00
arithmetic_op.go config/lang: add modulo 2015-02-26 15:17:37 -08:00
ast.go config: add format function 2015-03-02 10:26:06 -08:00
call.go config/lang: don't see * as part of var name [GH-2046] 2015-06-25 19:52:50 -07:00
call_test.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00
concat.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00
concat_test.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00
literal.go config: use new API 2015-01-14 22:03:15 -08:00
literal_test.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00
scope.go config/lang/ast: introduce Type 2015-01-14 20:13:35 -08:00
scope_test.go config/lang/ast: introduce Type 2015-01-14 20:13:35 -08:00
stack.go config/lang/ast: introduce Type 2015-01-14 20:13:35 -08:00
stack_test.go config/lang/ast: introduce Type 2015-01-14 20:13:35 -08:00
type_string.go Reflect new comment format in stringer.go 2015-11-09 11:38:51 -05:00
unary_arithmetic.go Add support for unary operators + and - 2015-12-18 18:05:25 +00:00
variable_access.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00
variable_access_test.go config/lang/ast: remove unused Eval 2015-01-14 21:49:39 -08:00