aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/parser.h b/parser.h
new file mode 100644
index 0000000..c29d8f1
--- /dev/null
+++ b/parser.h
@@ -0,0 +1,7 @@
+#pragma once
+#include <string>
+
+class Parser {
+ public:
+ Parser(std::string&);
+};