case builder starting to work

This commit is contained in:
2024-08-30 21:40:14 -07:00
parent 7f47029efe
commit 987ab18b94
13 changed files with 340 additions and 65 deletions

View File

@@ -49,7 +49,7 @@ processFile fn = do
| Left y => putStrLn (showError src y)
putStrLn $ render 80 $ pretty res
printLn "process Decls"
Right _ <- tryError $ traverse_ processDecl res.decls
Right _ <- tryError $ traverse_ processDecl (collectDecl res.decls)
| Left y => putStrLn (showError src y)
dumpContext !get