aboutsummaryrefslogtreecommitdiff
path: root/parser
AgeCommit message (Expand)Author
2023-03-27ignore bp files from PRODUCT_SOURCE_ROOT_DIRSSam Delmerico
2022-10-21Fix panic in parser when first token is invalidColin Cross
2022-08-09Merge "Fix misspelling. Oversight from the CL split after rebasing. Test: N/A"Usta Shrestha
2022-08-09Fix misspelling. Oversight from the CL split after rebasing.MarkDacek
2022-08-09Merge "Add multiple property and replace functionality to bpmodify. Test: go ...Mark Dacek
2022-08-08Add multiple property and replace functionality to bpmodify.MarkDacek
2022-08-02Revert "Add support for maps in blueprint files."Usta Shrestha
2022-07-25added moveProperty contents functionality to bpmodifyAlix
2022-02-09bpmodify: -add-literal to add a value to the listJooyung Han
2022-02-09Add newlines around list of structsJooyung Han
2022-01-27Merge "Add support for maps in blueprint files."Treehugger Robot
2022-01-26Add support for maps in blueprint files.Liz Kammer
2022-01-19Blueprint to support multiline (Go style raw) stringsUsta Shrestha
2022-01-18Typos and missing parameter names use in doc commentUsta Shrestha
2021-03-08Fix numericStringLess and add testsColin Cross
2020-12-14bpmodify: support numerical sort (#332)Jooyung Han
2020-03-02Implement list of mapsSasha Smundak
2020-01-23Fix null pointer dereference printing an expression.Sasha Smundak
2018-06-26Emit errors on mixed property syntaxLogan Chien
2018-05-07Improve indentation for multi-line expressionsDan Willemsen
2018-04-10Add Patch and PatchList for making textual changesColin Cross
2018-04-10Make End() return the position after the nodeColin Cross
2017-11-02Support parsing int64 in Blueprint file.Nan Zhang
2017-06-28Utils to support removing duplicate shared_libsJeff Gaston
2017-05-23Some util functions to support bpfixJeff Gaston
2016-07-15Fix error messages containing variable typesColin Cross
2016-07-12printer: support multiple skipped commentsColin Cross
2016-06-14Add CommentGroupsColin Cross
2016-06-14Make everything a NodeColin Cross
2016-06-14Rename Pos membersColin Cross
2016-06-14Remove blueprint/parser.IdentColin Cross
2016-06-08Refactor blueprint parser nodes to an interfaceColin Cross
2015-08-03Fix bugs related to local vs. inherited variablesColin Cross
2015-07-06Add deep Copy() for parser typesDan Willemsen
2015-06-30Refactor parsing to allow reuseColin Cross
2015-06-30Add convenience methods to Comment objectsColin Cross
2015-03-21Update import paths to include githubJamie Gennis
2015-03-20Allow parsing Blueprints files without evaluatingColin Cross
2015-03-20Simplify printer whitespace and newline handlingColin Cross
2015-03-10Fix whitespace in parser/parser.goColin Cross
2015-03-04Go back to the old Blueprints file formatColin Cross
2015-03-04Allow adding mapsColin Cross
2015-03-04Support += assignmentsColin Cross
2015-03-04Modify printer to be stricter about extra newlinesColin Cross
2015-01-23Add license headers and LICENSE fileColin Cross
2015-01-23Move blueprint/* up a directoryColin Cross