mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Converted ::expandNonTerminals to use new data structure
This commit is contained in:
parent
ad5f1e4fd7
commit
05063904a6
2 changed files with 9 additions and 28 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue