working on naming parsers
This commit is contained in:
parent
193210273d
commit
17ed883f96
4 changed files with 131 additions and 67 deletions
|
@ -18,7 +18,7 @@ main = do
|
|||
-- Attempt to read the file
|
||||
contents <- catch (readFile filePath) handleReadError
|
||||
putStrLn "File Contents:"
|
||||
putStrLn contents
|
||||
putStrLn $ Haskellator.preProcessDiscardComments contents
|
||||
[] -> putStrLn "cabal run Haskellator -- <file-path>"
|
||||
putStrLn $ ppShow Haskellator.val
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue