LR0: Converted ::expandNonTerminals to use new data structure

This commit is contained in:
Paul Beckingham 2015-12-27 11:19:36 -05:00
parent ad5f1e4fd7
commit 05063904a6
2 changed files with 9 additions and 28 deletions

View file

@ -59,7 +59,7 @@ protected:
};
private:
bool expandNonTerminals (std::vector <std::vector <std::string>>&, std::vector <std::pair <int, int>>&);
bool expandNonTerminals (std::vector <std::vector <std::string>>&, States&);
std::string dump (std::vector <std::vector <std::string>>&, States&) const;
private: