1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00
juvix/test
janmasrovira 3262906772
Implement lambda lifting without letrec (#1494)
Co-authored-by: Paul Cadman <git@paulcadman.dev>
Co-authored-by: Łukasz Czajka <62751+lukaszcz@users.noreply.github.com>
2022-09-12 12:45:40 +02:00
..
Arity Refactor (#1420) 2022-08-03 13:20:40 +02:00
BackendC Add an option to show name ids in errors (#1486) 2022-09-01 13:22:32 +02:00
Core Implement lambda lifting without letrec (#1494) 2022-09-12 12:45:40 +02:00
Parsing Disallow tab characters as spaces (#1523) 2022-09-07 13:59:41 +02:00
Reachability Add an option to show name ids in errors (#1486) 2022-09-01 13:22:32 +02:00
Scope Add an option to show name ids in errors (#1486) 2022-09-01 13:22:32 +02:00
Termination Detect nested patterns as smaller in the termination checker (#1524) 2022-09-12 11:21:39 +02:00
TypeCheck Add an option to show name ids in errors (#1486) 2022-09-01 13:22:32 +02:00
Arity.hs Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
BackendC.hs Support partial application and closure passing in C backend (#190) 2022-06-28 10:25:43 +02:00
Base.hs WASM import all non-compile axioms with alphanum names in entrypoint (#1426) 2022-08-02 18:58:45 +02:00
Core.hs Add internal core read command (#1517) 2022-09-06 15:26:48 +02:00
Main.hs Disallow tab characters as spaces (#1523) 2022-09-07 13:59:41 +02:00
Parsing.hs Disallow tab characters as spaces (#1523) 2022-09-07 13:59:41 +02:00
Reachability.hs Compute name dependency graph and filter unreachable definitions (#1408) 2022-07-25 18:38:44 +02:00
Scope.hs [ CI ] New jobs: ormolu and hlint 2022-04-05 19:57:21 +02:00
Termination.hs Add the termination checker to the pipeline (#111) 2022-05-30 13:40:52 +02:00
TypeCheck.hs Implement type checker with polymorphism (#62) 2022-04-22 10:06:34 +02:00