summaryrefslogtreecommitdiffstats
path: root/src/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'using namespace std' from header files, properly namespace all std ↵Michael Jones2020-09-301-6/+4
| | | | symbols
* 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.