Gave the code generator a proper module name.

This commit is contained in:
Samuel Hammersberg 2023-03-08 10:24:52 +01:00
parent bff75bb00b
commit 832efbcdd8
4 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
module Main where
import Compiler (compile)
import Codegen.Codegen (compile)
import GHC.IO.Handle.Text (hPutStrLn)
import Grammar.ErrM (Err)
import Grammar.Par (myLexer, pProgram)