1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 11:16:48 +03:00
juvix/test
Łukasz Czajka 4be4d58d30
String builtins (#1784)
- Progress for #1742 
* Adds builtin primitives for operations on strings and removes the
corresponding foreign & compile blocks.
2023-01-31 18:31:04 +01:00
..
Arity Typecheck let expressions (#1712) 2023-01-17 09:41:07 +01:00
Asm String builtins (#1784) 2023-01-31 18:31:04 +01:00
BackendC Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
Compilation Lazy boolean operators (#1743) 2023-01-25 18:57:47 +01:00
Core String builtins (#1784) 2023-01-31 18:31:04 +01:00
Internal Translate as-pattern binders to Core PatternBinders (#1789) 2023-01-31 14:32:50 +00:00
Parsing Keep regular comments in html output (#1766) 2023-01-27 13:24:28 +01:00
Reachability Add builtin nat and bool types as start nodes in reachability analysis (#1775) 2023-01-27 15:21:38 +00:00
Runtime Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
Scope Allow type signatures to have a body (#1785) 2023-01-31 08:46:53 +00:00
Termination Fix termination with as-patterns (#1787) 2023-01-31 17:54:18 +01:00
Typecheck Add debugging builtin functions trace and fail (#1771) 2023-01-27 12:45:38 +01: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
BackendC.hs Support partial application and closure passing in C backend (#190) 2022-06-28 10:25:43 +02:00
Base.hs Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
Compilation.hs Tests for the new compilation pipeline (#1703) 2023-01-12 11:22:32 +01:00
Core.hs JuvixCore to JuvixAsm translation (#1665) 2023-01-09 18:21:30 +01:00
Internal.hs Add translation from Internal to Core (#1567) 2022-11-07 14:47:56 +01:00
Main.hs Tests for the new compilation pipeline (#1703) 2023-01-12 11:22:32 +01: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