1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/app/Commands
Łukasz Czajka c31e373c88
Add: pragma support (#1997)
* Closes #1965 
* Implements the `unroll` pragma to control the unrolling depth on a
per-function basis.
* Implements parsing of the `inline` pragma.

---------

Co-authored-by: janmasrovira <janmasrovira@gmail.com>
2023-04-26 15:26:13 +02:00
..
Compile Fix: add supported targets as option for compile commands (#1983) 2023-04-13 14:16:07 +02:00
Dev Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Doctor Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Eval Print JuvixCore correctly (#1875) 2023-03-15 16:41:39 +01:00
Extra Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Format Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Html Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Repl Pretty print JuvixCore values consistently with Juvix syntax (#1988) 2023-04-12 12:52:40 +02:00
Typecheck Support basic dependencies (#1622) 2022-12-20 13:05:40 +01:00
Base.hs Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Clean.hs Add juvix clean to remove project build artifact directory (#2018) 2023-04-21 14:21:31 +02:00
Compile.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Dev.hs Add juvix dev repl command (#1941) 2023-03-31 00:57:44 +02:00
Doctor.hs Update CI to install Smoke, Github actions, and Makefile fixes (#1735) 2023-01-24 11:50:23 +01:00
Eval.hs Test core to geb translation (#1865) 2023-03-27 15:32:03 +02:00
Format.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Html.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Init.hs Add juvix global project under xdg directory and other improvements (#1963) 2023-04-13 11:27:39 +02:00
Repl.hs Add: pragma support (#1997) 2023-04-26 15:26:13 +02:00
Typecheck.hs Update typecheck command to check for coverage (#1952) 2023-03-30 19:36:38 +02:00