LR0: Diagnostics need to be shown after processing

This commit is contained in:
Paul Beckingham 2016-01-03 17:23:38 -05:00
parent 379c2f806e
commit c02b6f62c0

View file

@ -73,10 +73,10 @@ void LR0::initialize (const Grammar& grammar)
States states;
states.push_back (items);
std::cout << states.dump () << "\n";
// TODO Now recursively fill in the rest.
closeState (states, 0);
std::cout << states.dump () << "\n";
}
////////////////////////////////////////////////////////////////////////////////