mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
LR0: Diagnostics need to be shown after processing
This commit is contained in:
parent
379c2f806e
commit
c02b6f62c0
1 changed files with 1 additions and 1 deletions
|
@ -73,10 +73,10 @@ void LR0::initialize (const Grammar& grammar)
|
||||||
|
|
||||||
States states;
|
States states;
|
||||||
states.push_back (items);
|
states.push_back (items);
|
||||||
std::cout << states.dump () << "\n";
|
|
||||||
|
|
||||||
// TODO Now recursively fill in the rest.
|
// TODO Now recursively fill in the rest.
|
||||||
closeState (states, 0);
|
closeState (states, 0);
|
||||||
|
std::cout << states.dump () << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue