platform_build_blueprint/parser
Colin Cross 542fd55c38 Allow adding maps
Add support for + operator on maps.  The semantics are that keys that
exist in both maps are added with the + operator, and keys that exist
in one map are copied to the resulting map.

Change-Id: Iba9a6f886477a1eb7311272d07944800c806e368
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 Allow adding maps 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