Fixed the bug! Probabally other bugs too.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user