currently passing most of (currently small) corpus
This commit is contained in:
parent
7fd7c85fff
commit
4190ce2621
5 changed files with 33 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue