aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
blob: c29d8f1eb3fae6ce288c60e236f7a0ede9689678 (plain)
1
2
3
4
5
6
7
#pragma once
#include <string>

class Parser {
    public:
        Parser(std::string&);
};