churf/src
2023-05-01 11:53:18 +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 The code generator can now compile without the GC. 2023-04-28 14:52:47 +02:00
Desugar Added somewhat detailed README 2023-04-02 13:42:47 +02:00
GC Added the updated GC. 2023-03-30 11:41:10 +02:00
Monomorphizer Removed some warnings, better internal error 2023-05-01 11:53:18 +02:00
Renamer Replaced # with $ 2023-04-07 16:01:23 +02:00
TypeChecker Fixed more precise type annotation for monomorphizer 2023-04-29 17:55:18 +02:00
AnnForall.hs Add implicit foralls for bidir, update and unify pipeline 2023-04-05 17:26:52 +02:00
Auxiliary.hs Fix bad inference on case expression, and make pretty for report 2023-04-08 21:52:57 +02:00
Compiler.hs The code generator can now compile without the GC. 2023-04-28 14:52:47 +02:00
LambdaLifter.hs Small fix to lambda lifter 2023-04-29 21:59:05 +02:00
Main.hs Commented out customHelperFunctionCuzPoorImplementation as it is not needed with type annotations. 2023-05-01 11:09:23 +02:00
OrderDefs.hs Add module to sort definitions 2023-04-28 19:45:15 +02:00
ReportForall.hs Check number of arguments in pattern match 2023-04-24 10:10:15 +02:00
TreeConverter.hs Deleted bad sample programs, added polymorphic call in polymorphic function test 2023-03-08 17:38:50 +01:00