cleanup
This commit is contained in:
crumbtoo
2023-12-06 17:15:03 -07:00
parent 32964aff1c
commit 38e42752cf
4 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
module Main where
----------------------------------------------------------------------------------
import Compiler.RLPC
import Control.Exception
import Options.Applicative hiding (ParseError)
import Control.Monad
import Control.Monad.Reader
@@ -69,6 +70,9 @@ debugFlagReader = maybeReader $ \case
-- temp
data CompilerError = CompilerError String
deriving Show
instance Exception CompilerError
main :: IO ()
main = do