Minor cleanup.

This commit is contained in:
2022-03-03 17:12:01 +00:00
parent d039a26c16
commit caf4f02428
5 changed files with 36 additions and 23 deletions
+1
View File
@@ -42,6 +42,7 @@ void RunFile(const char* path) {
printf("TREE:\n");
Expr* tree = GenerateExpressionTree(tokens);
PrintExpressionTree(tree);
printf("\n");
FreeExpressionTree(tree);
DestroyTokenList(tokens);
}