mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Expansion of non-terminals also needs a reference to the augmented grammar
This commit is contained in:
parent
b56e8fb226
commit
08457be4a0
2 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
std::string dump () const;
|
||||
|
||||
private:
|
||||
bool expandNonTerminals (std::vector <std::pair <int, int>>&);
|
||||
bool expandNonTerminals (std::vector <std::vector <std::string>>&, std::vector <std::pair <int, int>>&);
|
||||
|
||||
private:
|
||||
// state column result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue