1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 04:41:36 +03:00
juvix/app/Commands
Jan Mas Rovira 39d176e643
Fast nockma eval (#2580)
Adds annotations to cells to indicate that it is a call to the stdlib
and might be evaluated faster in the Haskell evaluator.

The syntax for stdlib calls is as follows:
```
[stdlib@add args@<args-term> <left-term> <right-term>]
```
where `add` is the name of the function being called, `<args-term>` is a
nockma term that points to the position of the arguments, and
`<left-term>` and `<right-term>` are the actual components of the cell.
2024-01-19 12:01:58 +01:00
..
Clean Use Package.juvix in the global project (#2499) 2023-11-06 11:49:43 +00:00
Compile Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Dependencies Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Dev Fast nockma eval (#2580) 2024-01-19 12:01:58 +01:00
Doctor Global offline flag (#2335) 2023-09-05 17:11:17 +02:00
Eval Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Extra Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
Format Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Html Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Init Add PackageDescription.Basic module Package variant (#2509) 2023-11-13 17:36:18 +00:00
Markdown Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Repl Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Typecheck Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Base.hs Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Clean.hs Use Package.juvix in the global project (#2499) 2023-11-06 11:49:43 +00:00
Compile.hs Nockma compile (#2570) 2024-01-17 11:15:38 +01:00
Dependencies.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Dev.hs Cairo ASM language and interpreter (#2572) 2024-01-12 11:57:02 +00:00
Doctor.hs Use a versioned documentation link in the doctor output (#2475) 2023-10-26 11:51:48 +01:00
Eval.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Format.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Html.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Init.hs Nockma compile refactor (#2582) 2024-01-16 16:22:10 +00:00
Markdown.hs Per-module compilation (#2468) 2023-12-30 20:15:35 +01:00
Repl.hs Nockma compile refactor (#2582) 2024-01-16 16:22:10 +00:00
Typecheck.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00