hw3: tests

This commit is contained in:
2026-03-15 02:11:19 -07:00
parent f5788b3f4a
commit a5845d69b6
2 changed files with 21 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import WhileInterp
test f = do
putStrLn $ "***Testing " ++ f
--showParsedExp f
showParsedExp f
runFile f
putStrLn ""