Fixed the bug! Probabally other bugs too.

This commit is contained in:
Nathan Braswell
2013-08-26 15:37:49 -04:00
parent 84274ed138
commit d1f2ba5fc8
5 changed files with 17 additions and 30 deletions

View File

@@ -27,7 +27,6 @@ class State {
std::vector<ParseRule*>* getTotal();
bool containsRule(ParseRule* rule);
void addRuleCombineLookahead(ParseRule* rule);
void addRuleCombineLookaheadWithLookahead(ParseRule* rule);
std::string toString();
void combineStates(State &other);