churf/src
2023-05-05 11:28:40 +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 Improved error messages 2023-05-03 17:58:50 +02:00
Desugar removed unused imports 2023-05-04 23:15:24 +02:00
GC Various codegen fixes 2023-05-01 22:50:22 +02:00
Monomorphizer Fixed naming-cons bug in monomorphizer 2023-05-05 11:28:40 +02:00
Renamer Replaced # with $ 2023-04-07 16:01:23 +02:00
TypeChecker Add missing clauses. Still broken 2023-05-05 09:02:17 +02:00
AnnForall.hs Revert AnnForall change 2023-05-04 23:54:19 +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 Various codegen fixes 2023-05-01 22:50:22 +02:00
LambdaLifter.hs Small fix to lambda lifter 2023-04-29 21:59:05 +02:00
Main.hs Parens removed on types and infix symbols work almost, just need to adapt in LLVM 2023-05-04 22:50:15 +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