churf/src
2023-03-31 18:28:04 +02:00
..
Accurate_GC Yoinked over the garbage collector. 2023-03-28 14:15:22 +02:00
CaseDesugar Started working on a Case Desugar phase. 2023-03-31 18:16:26 +02:00
Codegen Integrated the garbage collector. 2023-03-30 12:31:44 +02:00
Desugar temporary commit incase of breakage 2023-03-28 17:15:18 +02:00
GC Added the updated GC. 2023-03-30 11:41:10 +02:00
Monomorphizer Data defs in monomorphizer output environment 2023-03-29 17:05:56 +02:00
Renamer Tried solving bug, failed, added todo message, fixed printing 2023-03-29 18:47:54 +02:00
TypeChecker Merge in mutual recursion handling 2023-03-31 18:28:04 +02:00
Auxiliary.hs moved some funcs to aux, added a universal definition of int and char, updated usages in both tcs 2023-03-30 11:38:06 +02:00
Compiler.hs The compiler is now compiled with O3. 2023-03-30 15:08:40 +02:00
LambdaLifter.hs Lift lambdas in the scrutinized expression 2023-03-29 16:37:52 +02:00
Main.hs Main now prints the exit code of the program, as Haskell likes to hide segfaults. 2023-03-30 12:37:24 +02:00
TreeConverter.hs Deleted bad sample programs, added polymorphic call in polymorphic function test 2023-03-08 17:38:50 +01:00