@@ -69,6 +69,7 @@ int main(int argc, char* argv[]) {
std::cout << programInputFileString << std::endl;
NodeTree* parseTree = parser.parseInput(new Lexer(programInputFileString));
parser.printFirstSets();
if (parseTree) {
std::cout << parseTree->DOTGraphString() << std::endl;
The note is not visible to the blocked user.