@@ -42,6 +42,7 @@ void RunFile(const char* path) {
printf("TREE:\n");
Expr* tree = GenerateExpressionTree(tokens);
PrintExpressionTree(tree);
printf("\n");
FreeExpressionTree(tree);
DestroyTokenList(tokens);
}
The note is not visible to the blocked user.