Rules: Implemented ::parse for settings, import

This commit is contained in:
Paul Beckingham 2016-03-19 16:34:31 -04:00
parent 2e75326317
commit 95d0bd6256
2 changed files with 72 additions and 50 deletions

View file

@ -27,6 +27,7 @@
#ifndef INCLUDED_RULES
#define INCLUDED_RULES
#include <Lexer.h>
#include <map>
#include <vector>
#include <string>
@ -54,6 +55,7 @@ public:
private:
void parse (const std::string&, int next = 1);
void parseRule (const std::string&);
private:
std::string _original_file {};