This commit is contained in:
2024-08-11 22:22:09 -07:00
parent f27c03ef20
commit d39c9aa9b2
3 changed files with 183 additions and 40 deletions

View File

@@ -71,5 +71,5 @@ main = do
-- we'll need to reset for each file, etc.
ctx <- empty
Right _ <- runEitherT $ runStateT ctx $ main'
| Left (E (c, r) str) => putStrLn "Error: \{show c} \{show r} \{show str}"
| Left (E (c, r) str) => putStrLn "ERROR at (\{show c}, \{show r}): \{show str}"
putStrLn "done"