Gave the code generator a proper module name.
This commit is contained in:
parent
bff75bb00b
commit
832efbcdd8
4 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue