Update parser and printer to use new Blueprint format

Updates the standard format from:
module_type {
    property: "value",
}
to:
module_type(
    property = "value",
}

The parser will accept both formats for now, so all files can be
updated to the new format using bpfmt -w .

Change-Id: I9566cf1bd3cd66c6cbf3d4bd9dac1f04b9112927
3 files changed
tree: ed515e9fd8a4775325a0eb1824abebcfa743e230
  1. blueprint/
  2. Blueprints
  3. bootstrap.bash
  4. build.ninja.in