🎵greater things are yet to come🎵

This commit is contained in:
Yehowshua Immanuel 2024-12-10 20:20:29 -05:00
parent 28264dac34
commit e295647bbe

View file

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