platform_build_blueprint/parser
Colin Cross b274e6c8e5 Support += assignments
Support += assignments to variables.  Variables are now mutable
up until they are referenced, then they become immutable.  This
will allow variables to be modified in a conditional, or allow
better commenting on why parts of a variable are set.

Change-Id: Iad964da7206b493365fe3686eedd7954e6eaf9a2
2015-03-04 14:00:06 -08:00
..
modify.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
parser.go Support += assignments 2015-03-04 14:00:06 -08:00
parser_test.go Support += assignments 2015-03-04 14:00:06 -08:00
printer.go Support += assignments 2015-03-04 14:00:06 -08:00
printer_test.go Support += assignments 2015-03-04 14:00:06 -08:00
sort.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00