Returns elegant errors if rules load operation failed

This commit is contained in:
Felipe Zimmerle
2015-07-25 03:04:57 -03:00
parent b8f7fb441d
commit 7ba5c76c78
6 changed files with 117 additions and 76 deletions

View File

@@ -75,9 +75,9 @@ class Driver : public RulesProperties {
void error(const yy::location& l, const std::string& m,
const std::string& c);
yy::location loc;
std::list<yy::location> loc;
std::string ref;
std::list<std::string> ref;
std::string buffer;
};