Update usage message.
Chris Pressey
3 years ago
25 | 25 |
Just result -> tearDownPragmas pragmas result
|
26 | 26 |
Nothing -> exitWith $ ExitFailure 1
|
27 | 27 |
_ -> do
|
28 | |
abortWith "Usage: tandem (parse|eval) <input-filename>"
|
|
28 |
abortWith "Usage: tandem (parse|eval|run) <input-filename>"
|
29 | 29 |
|
30 | 30 |
loadSource fileName = do
|
31 | 31 |
text <- readFile fileName
|