currently passing most of (currently small) corpus

This commit is contained in:
Yehowshua Immanuel 2024-12-10 17:04:47 -05:00
parent 7fd7c85fff
commit 4190ce2621
5 changed files with 33 additions and 28 deletions

View file

@ -18,7 +18,7 @@ main = do
-- Attempt to read the file
contents <- catch (readFile filePath) handleReadError
putStrLn "File Contents:"
putStrLn $ ppShow $ Haskellator.runParser contents
putStrLn $ ppShow $ Haskellator.runParser contents filePath
[] -> putStrLn "cabal run Haskellator -- <file-path>"
-- putStrLn $ ppShow Haskellator.val