summaryrefslogtreecommitdiffstats
path: root/src/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Factor out a base class of ManifestParserBrad King2019-04-181-0/+50
Create a Parser base class that holds parser functionality not specific to the build manifest file format. This will allow it to be re-used for other parsers later.