platform_build_blueprint/parser
Colin Cross cb7b9ad6ca Go back to the old Blueprints file format
Switch back to:
moduleType {
    name: value,
    arch: {
        x86: {
            name: value,
        },
    },
}

This provides better consistency between properties defined at the
top level of a module and properties defined inside a map.

The parser will continue to support the other format for now, but the
printer will only produce the original format.
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 Go back to the old Blueprints file format 2015-03-04 14:00:06 -08:00
printer_test.go Go back to the old Blueprints file format 2015-03-04 14:00:06 -08:00
sort.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00