Split the compiler into it's own module and added a file for the LLVM standard library.

This commit is contained in:
Samuel Hammersberg 2023-01-23 16:57:32 +01:00
parent 5524e1ec3e
commit 213e47097e
3 changed files with 13 additions and 6 deletions

View file

@ -0,0 +1,6 @@
module Compiler.StandardLLVMLibrary where
standardLLVMLibrary :: String
standardLLVMLibrary = "
"