Made compiler state more generic, and compile no longer outputs IO and instead returns the result.

This commit is contained in:
Samuel Hammersberg 2023-02-11 14:12:27 +01:00
parent e7ef268c12
commit 5d5a610cca
3 changed files with 31 additions and 32 deletions

View file

@ -31,6 +31,7 @@ executable language
Grammar.Par
Grammar.Print
Grammar.Skel
Grammar.ErrM
Compiler.Compiler
Compiler.StandardLLVMLibrary
Compiler.TH