Aoc passes, and it successfully compiles itself.
This commit is contained in:
@@ -193,7 +193,8 @@ processFile fn = do
|
||||
processDecl ("Prim" :: Nil) (PType emptyFC "Int" Nothing)
|
||||
processDecl ("Prim" :: Nil) (PType emptyFC "String" Nothing)
|
||||
processDecl ("Prim" :: Nil) (PType emptyFC "Char" Nothing)
|
||||
let base = "aoc2024" -- FIXME
|
||||
-- let base = "aoc2024" -- FIXME
|
||||
let base = "port" -- FIXME
|
||||
src <- processModule emptyFC base Nil (QN path modName')
|
||||
top <- get
|
||||
-- -- dumpContext top
|
||||
|
||||
Reference in New Issue
Block a user