platform_build_blueprint/parser
Colin Cross 957b39cba5 Add Patch and PatchList for making textual changes
Patch and PatchList provide an API for making changes to substrings
of a Blueprint file by parsing the AST and using the token positions
to perform text replacements.

Test: modify_test.go
Change-Id: Ibb8993221982b54602ba5a05486198fab8d35a67
2018-04-10 16:50:39 -07:00
..
ast.go Make End() return the position after the node 2018-04-10 16:43:51 -07: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 Make End() return the position after the node 2018-04-10 16:43:51 -07:00
parser_test.go Make End() return the position after the node 2018-04-10 16:43:51 -07:00
printer.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
printer_test.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
sort.go Add CommentGroups 2016-06-14 15:26:49 -07:00