1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 11:16:48 +03:00
juvix/test
janmasrovira 528eaa72d0
Substitute calls after lambda lifting (#2031)
- Closes #2006

During lambda lifting, we now substitute the calls to the lifted
functions before recursively applying lambda lifting. This will slightly
increase the amount of captured variables. However, I think this is the
only way since we need all identifiers to have a type when recursing.
2023-04-26 12:56:44 +02:00
..
Arity Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Asm Test numbering (#1977) 2023-04-04 19:29:25 +02:00
BackendGeb Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Compilation Substitute calls after lambda lifting (#2031) 2023-04-26 12:56:44 +02:00
Core Add: the 'seq' builtin (>>>) (#1982) 2023-04-14 19:24:58 +02:00
Examples Add a test suite for milestone examples (#1920) 2023-03-24 13:16:26 +00:00
Formatter Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Internal Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Parsing Fix dependencies suggestion in missing module error (#2024) 2023-04-22 18:15:38 +01:00
Reachability Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Runtime Test numbering (#1977) 2023-04-04 19:29:25 +02:00
Scope Qualified imports (#2004) 2023-04-14 17:37:23 +02:00
Termination Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Typecheck Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Arity.hs Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
Asm.hs Translation from JuvixAsm to C (#1619) 2022-12-06 11:33:20 +01:00
BackendGeb.hs End-to-end Geb compilation tests (#1942) 2023-03-29 14:02:40 +02:00
Base.hs Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Compilation.hs Pattern matching compilation (#1874) 2023-03-27 10:42:27 +02:00
Core.hs The rmap recursor (#1893) 2023-03-16 14:47:21 +01:00
Examples.hs Add a test suite for milestone examples (#1920) 2023-03-24 13:16:26 +00:00
Format.hs Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Formatter.hs Add juvix format command (#1886) 2023-03-29 15:51:04 +02:00
Internal.hs Add translation from Internal to Core (#1567) 2022-11-07 14:47:56 +01:00
Main.hs Add juvix format command (#1886) 2023-03-29 15:51:04 +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
Runtime.hs Juvix C runtime (#1580) 2022-11-03 09:38:09 +01: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 Add lambda expressions to internal and add typechecking support (#1538) 2022-09-23 15:43:18 +02:00