churf/src
2023-02-18 13:35:33 +01:00
..
Auxiliary.hs Adjust old type checker to new syntax, and refactor lambda lifter to use typed AST 2023-02-15 23:55:16 +01:00
Compiler.hs Change grammar: only one bind in let and no EAnn for typed syntax 2023-02-18 13:02:25 +01:00
Interpreter.hs Merge llvm_testing, and use TypeCheckerIr instead of Abs 2023-02-16 02:17:07 +01:00
LambdaLifter.hs Document and fix code style 2023-02-18 13:35:33 +01:00
LlvmIr.hs Got higher order functions working. 2023-02-16 13:36:45 +01:00
Main.hs Fixed some small issues. 2023-02-16 10:03:25 +01:00
Renamer.hs Fix indentation 2023-02-18 13:27:58 +01:00
TypeChecker.hs Document and fix code style 2023-02-18 13:26:41 +01:00
TypeCheckerIr.hs Change grammar: only one bind in let and no EAnn for typed syntax 2023-02-18 13:02:25 +01:00