diff --git a/src/LR0.cpp b/src/LR0.cpp index 014e8c97..36caae6c 100644 --- a/src/LR0.cpp +++ b/src/LR0.cpp @@ -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"; } ////////////////////////////////////////////////////////////////////////////////