platform_build_blueprint/parser
Sasha Smundak 29fdcad56c Implement list of maps
Allow property value to be a list of maps, e.g.
my_module {
  my_list: [
    { name: "foo", value: 42, something: true, },
    { name: "bar", value: 34, something: false, },
  ],
}

Test: internal
Change-Id: I2fc37d692aac39f23c9aa7bda2859ab49f3bc672
2020-03-02 17:26:20 -08:00
..
ast.go Implement list of maps 2020-03-02 17:26:20 -08:00
modify.go Add Patch and PatchList for making textual changes 2018-04-10 16:50:39 -07:00
modify_test.go Add Patch and PatchList for making textual changes 2018-04-10 16:50:39 -07:00
parser.go Implement list of maps 2020-03-02 17:26:20 -08:00
parser_test.go Implement list of maps 2020-03-02 17:26:20 -08:00
printer.go Improve indentation for multi-line expressions 2018-05-07 16:15:33 -07:00
printer_test.go Implement list of maps 2020-03-02 17:26:20 -08:00
sort.go Implement list of maps 2020-03-02 17:26:20 -08:00